diff --git a/code/modules/research/stock_parts_processor.dm b/code/modules/research/stock_parts_processor.dm
index 51c1d9445f9..66c042da90e 100644
--- a/code/modules/research/stock_parts_processor.dm
+++ b/code/modules/research/stock_parts_processor.dm
@@ -58,8 +58,11 @@
else
stored_parts[SP.type] = 1
+ part_names[SP.type] = initial(SP.name)
+
if(user)
to_chat(user, "You load \the [SP] into \the [src]!")
+
qdel(SP)
return
@@ -116,6 +119,13 @@
return ..()
+// Uuuugghhhh why in the world aren't type paths normal strings
+/obj/machinery/stock_parts_processor/proc/get_part_type(t)
+ var/list/types = typesof(/obj/item/stock_parts)
+ for(var/path in types)
+ if("[path]" == t)
+ return path
+
/obj/machinery/stock_parts_processor/Topic(href, href_list, state)
if(..())
return 1
@@ -124,35 +134,40 @@
prepared_parts.Cut()
else if(href_list["part_eject"])
- var/thing = href_list["part_eject"]
+ var/thing = get_part_type(href_list["part_eject"])
if(thing in stored_parts)
new thing(loc)
+ if(stored_parts[thing] < 1)
+ stored_parts.Remove(thing)
+ else
+ stored_parts[thing]--
else if(href_list["part_prepare"])
- var/thing = href_list["part_prepare"]
+ var/thing = get_part_type(href_list["part_prepare"])
if(thing in prepared_parts)
prepared_parts[thing]++
else
prepared_parts[thing] = 1
else if(href_list["part_unprepare"])
- var/thing = href_list["part_unprepare"]
+ var/thing = get_part_type(href_list["part_unprepare"])
if(thing in prepared_parts)
prepared_parts[thing]--
if(prepared_parts[thing] < 1)
- prepared_parts.Cut(thing)
+ prepared_parts.Remove(thing)
else if(href_list["part_unprepare_all"])
- var/thing = href_list["part_unprepare_all"]
+ var/thing = get_part_type(href_list["part_unprepare_all"])
if(thing in prepared_parts)
- prepared_parts.Cut(thing)
+ prepared_parts.Remove(thing)
else if(href_list["assemble_rmuk"])
var/parts_to_spawn = list()
for(var/thing in prepared_parts)
if(!(thing in stored_parts) || stored_parts[thing] < prepared_parts[thing])
to_chat(usr, "\icon[src]\The [src] pings sadly as it lacks stored parts to complete the task.")
- break
+ updateUsrDialog()
+ return
if(thing in parts_to_spawn)
parts_to_spawn[thing]++
@@ -182,8 +197,8 @@
dat += "Welcome to NT-63-RAA
Stock parts processing system"
dat += "
Property of NanoTransen"
- dat += "
Stored steel: [matter_storage / SHEET_MATERIAL_AMOUNT]/[matter_storage_max / SHEET_MATERIAL_AMOUNT]"
- dat += "
Stored stock parts:"
+ dat += "
---
Stored steel: [matter_storage / SHEET_MATERIAL_AMOUNT]/[matter_storage_max / SHEET_MATERIAL_AMOUNT]"
+ dat += "
---
Stored stock parts:"
if(!length(stored_parts))
dat += "
No parts found!"
@@ -194,7 +209,7 @@
dat += " \[eject\]"
dat += " | [part_names[thing]]: x[stored_parts[thing]]"
- dat += "
---
Prepared stock parts: "
+ dat += "
---
Prepared stock parts: "
dat += "\[clear\]"
if(!length(stored_parts))
@@ -205,13 +220,13 @@
dat += "\[ + \]"
dat += " \[ - \]"
dat += " \[clear\]"
- dat += " | [part_names[thing]]: x[stored_parts[thing]]"
+ dat += " | [part_names[thing]]: x[prepared_parts[thing]]"
dat += "
Assemble RMUK: "
if(matter_storage < SHEET_MATERIAL_AMOUNT)
dat += "Not Enough Steel!"
else
- dat += "\[remove\]"
+ dat += "\[press\]"
show_browser(user, dat, "window=stock_parts_processor")
onclose(user, "stock_parts_processor")
diff --git a/maps/exodus/exodus-2.dmm b/maps/exodus/exodus-2.dmm
index f1f8784ba24..0dc3e210344 100644
--- a/maps/exodus/exodus-2.dmm
+++ b/maps/exodus/exodus-2.dmm
@@ -12,36 +12,36 @@
"aal" = (/obj/structure/lattice,/turf/space,/area/space)
"aam" = (/turf/space,/area/shuttle/syndicate_elite/northwest)
"aan" = (/turf/space,/area/syndicate_station/northeast)
-"aao" = (/obj/structure/table/standard,/obj/item/folder/red,/obj/item/device/taperecorder,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/machinery/button/remote/blast_door{id = "brigoffice"; name = "Office Window Shutters"; pixel_x = 5; pixel_y = 23; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"aao" = (/obj/structure/table/standard,/obj/item/folder/red,/obj/item/device/taperecorder,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/machinery/button/remote/blast_door{name = "Office Window Shutters"; pixel_x = 5; pixel_y = 23; id = "brigoffice"; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aap" = (/turf/simulated/wall/r_wall,/area/security/storage)
"aaq" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/ammo_magazine/a762/practice,/obj/item/ammo_magazine/a762/practice,/obj/item/ammo_magazine/c45m/practice,/obj/item/ammo_magazine/c45m/practice,/obj/item/ammo_magazine/mc9mmt/practice,/obj/item/ammo_magazine/mc9mmt/practice,/turf/simulated/floor/tiled/rough,/area/security/range)
-"aar" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/range)
+"aar" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/turf/simulated/floor/plating,/area/security/range)
"aas" = (/obj/structure/girder/reinforced,/turf/simulated/floor/plating,/area/security/storage)
-"aat" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/range)
+"aat" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/turf/simulated/floor/plating,/area/security/range)
"aau" = (/obj/effect/shuttle_landmark/syndi/residentiel,/turf/space,/area/syndicate_station/northeast)
"aav" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aaw" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaw" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"aax" = (/turf/simulated/wall/r_wall,/area/security/brig/solitaryB)
"aay" = (/obj/machinery/suit_storage_unit/security,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aaz" = (/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aaA" = (/obj/structure/table/rack,/obj/machinery/door/window/brigdoor/southright{name = "Hardsuit"; req_access = list(3)},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 8},/obj/item/rig/security/equipped,/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aaA" = (/obj/structure/table/rack,/obj/machinery/door/window/brigdoor/southright{name = "Hardsuit"; req_access = list(3)},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 8},/obj/item/rig/security/equipped,/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aaB" = (/obj/structure/table/standard,/obj/item/device/camera,/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
-"aaC" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"aaC" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aaD" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aaE" = (/obj/machinery/flasher/portable,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/storage)
"aaF" = (/obj/machinery/flasher/portable,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/storage)
"aaG" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"aaH" = (/obj/structure/closet/crate/secure/weapon{name = "grenades crate"},/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aaI" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/range)
+"aaI" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/turf/simulated/floor/plating,/area/security/range)
"aaJ" = (/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 1},/obj/structure/barricade/security,/turf/simulated/floor/tiled/rough,/area/security/storage)
"aaK" = (/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 4},/obj/structure/barricade/security,/turf/simulated/floor/tiled/rough,/area/security/storage)
-"aaL" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aaM" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaL" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaM" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"aaN" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/turf/simulated/floor/plating/airless,/area/space)
"aaO" = (/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aaP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aaQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aaR" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/arrows/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aaR" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/arrows/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"aaS" = (/obj/structure/table/standard,/obj/item/storage/box/donut,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/light/small{dir = 1},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"aaT" = (/obj/machinery/flasher/portable,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/storage)
"aaU" = (/obj/machinery/flasher/portable,/obj/effect/floor_decal/industrial/boxcorners/yellow,/turf/simulated/floor/tiled/rough,/area/security/storage)
@@ -51,13 +51,13 @@
"aaY" = (/obj/effect/floor_decal/rust,/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/random/action_figure,/obj/machinery/vending/wallmed1{pixel_x = -30},/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"aaZ" = (/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_y = 32},/obj/structure/bed,/obj/item/bedsheet/orange,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"aba" = (/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/structure/closet/crate/secure/weapon{name = "ballistic ammo"},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"abb" = (/obj/machinery/camera/network/security{c_tag = "Security - Armoury North"; dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"abb" = (/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Armoury North"},/obj/effect/floor_decal/industrial/warning/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"abc" = (/obj/effect/floor_decal/sign/armory/suits{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"abd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/storage)
"abe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/storage)
"abf" = (/obj/machinery/floodlight,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 4},/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/storage)
"abg" = (/obj/effect/shuttle_landmark/elite_syndicate/northwest,/turf/space,/area/shuttle/syndicate_elite/northwest)
-"abh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"abh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"abi" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/three_quarters,/obj/item/storage/box/practiceshells,/turf/simulated/floor/tiled/rough,/area/security/range)
"abj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/storage)
"abk" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
@@ -65,12 +65,12 @@
"abm" = (/obj/machinery/camera/network/security{c_tag = "Security - Cold Cell 2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"abn" = (/obj/effect/floor_decal/industrial/boxcorners/yellow,/obj/structure/barricade/security,/turf/simulated/floor/tiled/rough,/area/security/storage)
"abo" = (/obj/effect/floor_decal/rust,/obj/machinery/cryopod,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"abp" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/requests_console{department = "Security Office"; departmentType = 5; name = "Security RC"; pixel_x = -32},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
+"abp" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/requests_console{name = "Security RC"; pixel_x = -32; department = "Security Office"; departmentType = 5},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"abq" = (/obj/structure/table/standard,/obj/item/flame/lighter/random,/obj/random/smokes,/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"abr" = (/obj/effect/floor_decal/industrial/warning/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"abs" = (/obj/structure/closet/secure_closet/guncabinet{name = "ballistic weapons"},/obj/item/gun/projectile/automatic/wt550,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/automatic/wt550,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"abt" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/machinery/newscaster/security_unit{pixel_x = 32},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
-"abu" = (/obj/effect/floor_decal/rust,/obj/structure/bed/chair/pedalgen{dir = 4},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"abu" = (/obj/effect/floor_decal/rust,/obj/structure/bed/chair/pedalgen{dir = 4},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"abv" = (/obj/machinery/light{dir = 8},/obj/structure/closet/crate/secure/weapon{name = "shotgun shells"},/obj/item/storage/box/shotgun/shells,/obj/item/storage/box/shotgun/shells,/obj/item/storage/box/shotgun/stunshells,/obj/item/storage/box/shotgun/stunshells,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/storage/box/shotgun/beanbags,/obj/item/storage/box/shotgun/beanbags,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"abw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment,/obj/structure/closet/crate,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/security/range)
"abx" = (/obj/machinery/floodlight,/turf/simulated/floor/tiled/rough,/area/security/storage)
@@ -80,158 +80,158 @@
"abB" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/storage)
"abC" = (/turf/simulated/wall,/area/security/brig/processing)
"abD" = (/obj/structure/window/reinforced{dir = 1},/obj/item/stool/padded,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/effect/landmark/start/crew/officer,/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/main)
-"abE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"abE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"abF" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"abG" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"abH" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"abG" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"abH" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"abI" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/range)
-"abJ" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/obj/machinery/camera/network/security{c_tag = "Security - Shooting Room"; dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
-"abK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"abL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{id = "Cell 3"; pixel_x = 28},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 3"},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"abM" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/camera/network/security{c_tag = "Security - Storage"; dir = 8},/obj/machinery/light/small{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/security/storage)
-"abN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/range)
-"abO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/range)
+"abJ" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Shooting Room"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"abK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"abL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{pixel_x = 28; id = "Cell 3"},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 3"},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"abM" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Storage"},/obj/machinery/light/small{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/security/storage)
+"abN" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/range)
+"abO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/turf/simulated/floor/plating,/area/security/range)
"abP" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/industrial/arrows/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
-"abQ" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/range)
+"abQ" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "gunrange_lockdown"},/turf/simulated/floor/plating,/area/security/range)
"abR" = (/obj/machinery/floodlight,/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/boxcorners/yellow,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/storage)
-"abS" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "brigoffice"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/brig/processing2)
-"abT" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/machinery/microwave{pixel_y = 8},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/machinery/light/small{dir = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"abS" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Window Shutters"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "brigoffice"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/brig/processing2)
+"abT" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/machinery/microwave{pixel_y = 8},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"abU" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"abV" = (/turf/simulated/wall/r_wall,/area/security/armory)
-"abW" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "brigoffice"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/brig/processing2)
+"abW" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Window Shutters"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "brigoffice"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/brig/processing2)
"abX" = (/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"abY" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/gun/energy/laser/practice,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/tiled/rough,/area/security/range)
"abZ" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/spline/plain/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/briefingroom)
"aca" = (/obj/effect/floor_decal/rust,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"acb" = (/obj/effect/floor_decal/rust,/obj/machinery/flasher{id = "solitary2flash"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"acc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"acd" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/computer/shuttle_control/security,/obj/machinery/atmospherics/binary/passive_gate/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"acd" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light/small{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/computer/shuttle_control/security,/obj/machinery/atmospherics/binary/passive_gate/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ace" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"acf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig)
"acg" = (/obj/structure/table/standard,/obj/effect/floor_decal/rust,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/machinery/computer/cryopod{pixel_x = 32},/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/flame/lighter/random,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"ach" = (/obj/structure/girder/reinforced,/turf/simulated/floor/plating,/area/security/armory)
-"aci" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_c"},/area/shuttle/escape_pod3/station)
+"aci" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 4},/area/shuttle/escape_pod3/station)
"acj" = (/turf/space,/area/syndicate_station/northwest)
"ack" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/range)
-"acl" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"acm" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"acn" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/button/remote/blast_door{dir = 4; id = "Armoury"; name = "Emergency Access"; pixel_x = -26; pixel_y = 4; req_access = list(3)},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acl" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"acm" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"acn" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/button/remote/blast_door{name = "Emergency Access"; dir = 4; pixel_x = -26; pixel_y = 4; id = "Armoury"; req_access = list(3)},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aco" = (/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"acp" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"acp" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"acq" = (/obj/structure/toilet{dir = 4},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"acr" = (/obj/machinery/light/small,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"acs" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"act" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acu" = (/obj/structure/closet/secure_closet/guncabinet{name = "grenade launchers cabinet"},/obj/item/gun/launcher/grenade,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acv" = (/obj/structure/sign/poster,/turf/simulated/wall,/area/security/prison)
-"acw" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"acx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
-"acy" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/sign/warning/secure_area/armory{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"acz" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/range)
-"acA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acw" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"acy" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/sign/warning/secure_area/armory{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acz" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/range)
+"acA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"acB" = (/obj/structure/window_frame/broken,/turf/space,/area/space)
-"acC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/light_switch{name = "light switch "; pixel_y = -22},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/storage)
+"acC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/light_switch{name = "light switch "; pixel_y = -22},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/storage)
"acD" = (/obj/machinery/door/airlock{name = "Toilet"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"acE" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acE" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"acF" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/storage)
"acG" = (/obj/structure/closet/secure_closet/guncabinet{name = "shotgun cabinet"},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/shotgun/pump,/obj/item/gun/projectile/shotgun/pump,/obj/item/clothing/accessory/storage/bandolier,/obj/item/clothing/accessory/storage/bandolier,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acH" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"acI" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/button/remote/blast_door{id = "brig_storage"; name = "Storage Shutters"; pixel_x = 23; pixel_y = 5; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acI" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/button/remote/blast_door{name = "Storage Shutters"; pixel_x = 23; pixel_y = 5; id = "brig_storage"; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig)
"acJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/spline/plain/black,/obj/structure/table/steel_reinforced,/obj/machinery/recharger,/obj/item/storage/box/donut,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acL" = (/obj/effect/shuttle_landmark/syndi/dock,/turf/space,/area/syndicate_station/northwest)
"acM" = (/turf/simulated/wall/r_wall,/area/security/brig)
-"acN" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/button/remote/blast_door{id = "brig_storage"; name = "Storage Shutters"; pixel_x = 23; pixel_y = -23; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/storage)
+"acN" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/button/remote/blast_door{name = "Storage Shutters"; pixel_x = 23; pixel_y = -23; id = "brig_storage"; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/storage)
"acO" = (/turf/simulated/wall/r_wall,/area/security/brig/solitaryA)
"acP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/rust,/obj/machinery/computer/arcade,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"acQ" = (/turf/simulated/wall/r_wall,/area/security/prison)
"acR" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/storage/box/blanks{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/blanks,/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/security/range)
-"acS" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/evidence)
-"acT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"acS" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"acT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"acU" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/range)
-"acV" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"acW" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"acX" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/rust,/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1380; master_tag = "security_dock_airlock"; name = "security access button"; pixel_x = 22; pixel_y = null; req_one_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acV" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acW" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"acX" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/rust,/obj/machinery/access_button{name = "security access button"; dir = 4; pixel_x = 22; pixel_y = null; frequency = 1380; command = "cycle_interior"; req_one_access = list(1); master_tag = "security_dock_airlock"},/turf/simulated/floor/tiled/rough,/area/security/brig)
"acY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/spline/plain/black,/obj/structure/table/steel_reinforced,/obj/machinery/recharger,/obj/item/storage/belt/security/tactical,/obj/item/storage/belt/security/tactical,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"acZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ada" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adb" = (/obj/effect/floor_decal/spline,/obj/machinery/door/blast/shutters{dir = 2; id = "brig_storage"; name = "Storage Shutters"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/storage)
+"adb" = (/obj/effect/floor_decal/spline,/obj/machinery/door/blast/shutters{name = "Storage Shutters"; dir = 2; id = "brig_storage"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/storage)
"adc" = (/turf/simulated/wall/r_wall,/area/security/range)
-"add" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/blast_door{id = "brigoffice"; name = "Office Window Shutters"; pixel_x = 25; pixel_y = -4; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"add" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/blast_door{name = "Office Window Shutters"; pixel_x = 25; pixel_y = -4; id = "brigoffice"; req_access = list(1)},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ade" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/effect/floor_decal/industrial/outline/red,/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adf" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{c_tag = "Security - Armoury Entrance"; dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"adf" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Armoury Entrance"},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
"adg" = (/turf/space,/area/skipjack_station/northwest_solars)
-"adh" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"adi" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/corner/red,/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/requests_console{department = "Security Office"; departmentType = 5; name = "Security RC"; pixel_y = 32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"adh" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"adi" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/corner/red,/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/requests_console{name = "Security RC"; pixel_y = 32; department = "Security Office"; departmentType = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"adj" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"adk" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"adl" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/riot,/obj/item/shield/riot,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/melee/baton/loaded,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"adl" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/riot,/obj/item/shield/riot,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/melee/baton/loaded,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"adn" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/light_switch{pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/security/evidence)
"ado" = (/turf/simulated/wall,/area/security/prison)
"adp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"adq" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"adq" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/brig)
"adr" = (/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark,/area/security/brig/processing2)
"ads" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/sign/armory/riot2{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adt" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/sign/armory/ablative1{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adu" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/table/rack,/obj/item/clothing/suit/armor/laserproof,/obj/item/clothing/mask/gas/old,/obj/item/clothing/head/helmet/ablative,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adv" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/table/rack,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/head/helmet/ballistic,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"adv" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/table/rack,/obj/item/clothing/mask/balaclava,/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/head/helmet/ballistic,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/sign/armory/ballistic2{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/sign/armory/energy{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ady" = (/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adz" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/sign/armory/riot1{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adA" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/sign/armory/ablative2{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adB" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{c_tag = "Security - Processing Room 2"; dir = 4},/obj/machinery/newscaster{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"adB" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Processing Room 2"},/obj/machinery/newscaster{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"adC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/eastleft{req_access = list(63)},/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
-"adD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement 2"; req_access = list(2)},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
+"adD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement 2"; req_access = list(2)},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryB)
"adE" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/range)
-"adF" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"adF" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/evidence)
"adG" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses{pixel_x = 3; pixel_y = 3},/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/security/range)
-"adH" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/suit/armor/laserproof,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/gas/old,/obj/item/clothing/head/helmet/ablative,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"adH" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/suit/armor/laserproof,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/gas/old,/obj/item/clothing/head/helmet/ablative,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adI" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/arrows/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"adJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/gun/energy/laser/practice,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"adK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall,/area/security/brig/solitaryA)
"adL" = (/turf/simulated/floor/tiled/rough,/area/security/brig)
-"adM" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/bulletproof,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/ballistic,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"adM" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/bulletproof,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/ballistic,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"adN" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"adO" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig)
"adP" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"adQ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"adQ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"adR" = (/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/main)
-"adS" = (/obj/structure/cryofeed{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/security/prison)
-"adT" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating,/area/security/brig/processing2)
+"adS" = (/obj/structure/cryofeed{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/security/prison)
+"adT" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating,/area/security/brig/processing2)
"adU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/sign/armory/ballistic1{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adV" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/effect/floor_decal/industrial/outline/red,/obj/item/gun/energy/egun,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"adW" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/riot,/obj/item/shield/riot,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/melee/baton/loaded,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"adW" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/riot,/obj/item/shield/riot,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/melee/baton/loaded,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adX" = (/turf/simulated/floor/tiled/rough,/area/security/range)
"adY" = (/obj/machinery/door/window/brigdoor/southleft{name = "Weapons locker"; req_access = list(3)},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"adZ" = (/obj/machinery/door/window/brigdoor/southright{name = "Weapons locker"; req_access = list(3)},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aea" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/suit/armor/laserproof,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/gas/old,/obj/item/clothing/head/helmet/ablative,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aeb" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/security/range)
-"aec" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"aea" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/suit/armor/laserproof,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/gas/old,/obj/item/clothing/head/helmet/ablative,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aeb" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/security/range)
+"aec" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"aed" = (/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
-"aee" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/bulletproof,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/ballistic,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aee" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/table/rack,/obj/item/clothing/suit/armor/bulletproof,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/ballistic,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aef" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aeg" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aeh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aei" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aeg" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aeh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aei" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"aej" = (/obj/random/closet,/obj/random/smokes,/obj/random/powercell,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aek" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aek" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"ael" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
"aem" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/window/brigdoor/southleft{name = "Weapons locker"; req_access = list(3)},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aen" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/obj/machinery/button/remote/blast_door{dir = 4; id = "gunrange_lockdown"; name = "Firing Range Shutters"; pixel_x = -26},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aen" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/obj/machinery/button/remote/blast_door{name = "Firing Range Shutters"; dir = 4; pixel_x = -26; id = "gunrange_lockdown"},/turf/simulated/floor/tiled/rough,/area/security/range)
"aeo" = (/obj/effect/floor_decal/oldflood,/obj/machinery/optable,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
-"aep" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aep" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"aeq" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"aer" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/window/brigdoor/southright{name = "Weapons locker"; req_access = list(3)},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aes" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aet" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aeu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
+"aes" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aet" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aeu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
"aev" = (/obj/effect/floor_decal/rust,/obj/machinery/cryopod{dir = 2},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"aew" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/sign/poster{pixel_x = 32},/obj/machinery/camera/network/security{c_tag = "Security - Hallway North 2"; dir = 8},/obj/machinery/light/small{dir = 4},/obj/machinery/vending/snack,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aew" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/sign/poster{pixel_x = 32},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Hallway North 2"},/obj/machinery/light/small{dir = 4},/obj/machinery/vending/snack,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aex" = (/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aey" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aez" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/item/gun/energy/ionrifle,/obj/item/gun/energy/ionrifle/small,/obj/item/gun/energy/ionrifle/small,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aey" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aez" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/item/gun/energy/ionrifle,/obj/item/gun/energy/ionrifle/small,/obj/item/gun/energy/ionrifle/small,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeA" = (/obj/machinery/floodlight,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeB" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeC" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
@@ -240,22 +240,22 @@
"aeF" = (/obj/structure/table/steel_reinforced,/obj/item/device/megaphone,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeG" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/item/crowbar,/obj/item/crowbar,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/radio/headset/tactical/sec,/obj/item/device/radio/headset/tactical/sec,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeH" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/machinery/recharger/wallcharger{pixel_y = 22},/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/clothing/accessory/badge/holo/cord,/obj/item/clothing/accessory/badge/holo/cord,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/machinery/camera/network/security{c_tag = "Security - Prep Room North"},/turf/simulated/floor/tiled/rough,/area/security/main)
-"aeI" = (/obj/structure/table/standard,/obj/machinery/microwave{pixel_y = 8},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/effect/floor_decal/rust,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"aeI" = (/obj/structure/table/standard,/obj/machinery/microwave{pixel_y = 8},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/effect/floor_decal/rust,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
"aeJ" = (/turf/simulated/floor/tiled/rough,/area/security/main)
"aeK" = (/turf/simulated/wall,/area/security/brig/processing2)
-"aeL" = (/obj/effect/floor_decal/spline,/obj/machinery/door/blast/shutters{dir = 2; id = "brig_storage"; name = "Storage Shutters"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/storage)
+"aeL" = (/obj/effect/floor_decal/spline,/obj/machinery/door/blast/shutters{name = "Storage Shutters"; dir = 2; id = "brig_storage"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/storage)
"aeM" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"aeN" = (/obj/structure/closet/wardrobe/red,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/holster/waist,/obj/item/clothing/accessory/holster/thigh,/obj/item/clothing/accessory/holster/hip,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/main)
"aeO" = (/obj/structure/table/standard,/obj/effect/floor_decal/rust,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/machinery/computer/cryopod{pixel_y = 32},/obj/item/storage/fancy/cigarettes/jerichos,/obj/item/flame/lighter/random,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"aeP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/security{c_tag = "Security - Firing Range East"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aeP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/security{c_tag = "Security - Firing Range East"},/turf/simulated/floor/tiled/rough,/area/security/range)
"aeQ" = (/obj/effect/shuttle_landmark/skipjack/northwest,/turf/space,/area/skipjack_station/northwest_solars)
"aeR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aeS" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"aeT" = (/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aeU" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/security{c_tag = "Security - Briefing North"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aeV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Firing Range"; req_access = list(1)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/range)
-"aeW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aeX" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aeU" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Briefing North"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aeV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Firing Range"; req_access = list(1)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/range)
+"aeW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aeX" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aeY" = (/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/range)
"aeZ" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/range)
"afa" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/rough,/area/security/brig)
@@ -265,10 +265,10 @@
"afe" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/barricade/security,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aff" = (/obj/structure/barricade/security,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afg" = (/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afh" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/brig/processing2)
-"afi" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"afh" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/brig/processing2)
+"afi" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"afj" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/crowbar,/obj/item/crowbar,/obj/item/crowbar,/obj/item/crowbar,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
-"afk" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/target_stake,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"afk" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/target_stake,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"afl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
"afm" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"afn" = (/turf/simulated/wall/r_wall,/area/security/brig/processing2)
@@ -277,45 +277,45 @@
"afq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afr" = (/obj/structure/closet/wardrobe/red,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/holster/waist,/obj/item/clothing/accessory/holster/thigh,/obj/item/clothing/accessory/holster/hip,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/main)
"afs" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aft" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aft" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"afu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"afv" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/vomit,/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"afw" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"afw" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/security/evidence)
"afx" = (/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"afy" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afz" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"afA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"afA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"afB" = (/obj/effect/floor_decal/rust,/obj/machinery/light/small,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"afC" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"afD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"afC" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"afD" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"afE" = (/obj/structure/table/rack,/obj/structure/closet/hydrant{pixel_y = 32},/obj/machinery/light/small{dir = 4},/obj/random/toolbox,/obj/item/storage/belt/utility,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"afF" = (/obj/machinery/light{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"afF" = (/obj/machinery/light{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"afG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afH" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afI" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/item/storage/box/chemimp,/obj/item/storage/box/trackimp,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afJ" = (/obj/effect/floor_decal/spline/plain/black,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afK" = (/obj/effect/floor_decal/spline/plain/black,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"afJ" = (/obj/effect/floor_decal/spline/plain/black,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"afK" = (/obj/effect/floor_decal/spline/plain/black,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afL" = (/obj/machinery/newscaster{pixel_y = 32},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
-"afM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/security{c_tag = "Security - Armoury South"; dir = 1},/obj/effect/floor_decal/spline/plain/black,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"afM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Armoury South"},/obj/effect/floor_decal/spline/plain/black,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/spline/plain/black,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afO" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/security/range)
-"afP" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/target_stake,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/range)
+"afP" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/target_stake,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/range)
"afQ" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"afR" = (/obj/machinery/light{dir = 8},/obj/machinery/atm{pixel_x = -25},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"afS" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"afS" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"afT" = (/obj/structure/table/standard,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"afU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"afV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"afW" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"afX" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"afY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/button/remote/blast_door{dir = 1; id = "Armoury"; name = "Armoury Access"; pixel_x = -28; pixel_y = -26; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afZ" = (/obj/machinery/camera/network/security{c_tag = "Security - Cold Cell 1"; dir = 4},/obj/effect/floor_decal/rust,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"aga" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"afX" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"afY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/button/remote/blast_door{name = "Armoury Access"; dir = 1; pixel_x = -28; pixel_y = -26; id = "Armoury"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"afZ" = (/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Cold Cell 1"},/obj/effect/floor_decal/rust,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"aga" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
"agb" = (/obj/machinery/vending/security,/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/main)
"agc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/main)
"agd" = (/turf/simulated/wall/r_wall,/area/security/tactical)
"age" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/recharger/wallcharger{pixel_x = 36; pixel_y = -4},/obj/machinery/light{dir = 4},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/security/main)
-"agf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"agf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"agg" = (/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"agh" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/trim/lino,/area/security/prison)
"agi" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/industrial/outline/red,/obj/item/storage/firstaid/adv,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/obj/item/storage/box/cdeathalarm_kit,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
@@ -323,48 +323,48 @@
"agk" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"agl" = (/obj/structure/bed,/obj/item/bedsheet/orange,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/trim/lino,/area/security/prison)
"agm" = (/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"agn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/highsecurity{name = "Secure Armoury Section"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"agn" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/highsecurity{name = "Secure Armoury Section"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ago" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_y = 30},/obj/item/device/healthanalyzer,/obj/item/storage/firstaid/regular,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"agp" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"agp" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"agq" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"agr" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ags" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"agr" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ags" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"agt" = (/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"agu" = (/obj/machinery/door/blast/regular{id = "Armoury"; name = "Emergency Access"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"agv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/flasher{id = "solitary2flash"; name = "Solitary Flash"; pixel_x = 23; pixel_y = 23; req_access = list(2)},/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agu" = (/obj/machinery/door/blast/regular{name = "Emergency Access"; id = "Armoury"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"agv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/button/flasher{name = "Solitary Flash"; pixel_x = 23; pixel_y = 23; id = "solitary2flash"; req_access = list(2)},/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
"agw" = (/obj/structure/sign/poster{pixel_x = 32},/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"agx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"agy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/range)
"agz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/range)
"agA" = (/turf/simulated/wall/r_wall,/area/security/briefingroom)
-"agB" = (/obj/machinery/door/blast/regular{id = "Armoury"; name = "Emergency Access"},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"agC" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"agD" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"agE" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/rust,/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement 1"; req_access = list(2)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"agF" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"agG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agB" = (/obj/machinery/door/blast/regular{name = "Emergency Access"; id = "Armoury"},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"agC" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"agD" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"agE" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/rust,/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement 1"; req_access = list(2)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/dark,/area/security/brig/solitaryA)
+"agF" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
"agH" = (/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/cobweb{dir = 4},/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"agI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"agJ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"agK" = (/obj/machinery/camera/network/security{c_tag = "Security - Auxiliary Storage"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"agL" = (/obj/structure/table/rack,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/air,/obj/item/tank/air,/obj/item/clothing/mask/gas/clear,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"agM" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/requests_console{department = "Security Office"; departmentType = 5; name = "Security RC"; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"agN" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"agO" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"agP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/sign/armory/taser,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"agQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"agM" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/requests_console{name = "Security RC"; pixel_y = 32; department = "Security Office"; departmentType = 5},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agN" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"agO" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/sign/armory/taser,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"agQ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"agR" = (/obj/structure/curtain/open/shower,/obj/machinery/shower{dir = 1},/obj/item/soap,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"agS" = (/obj/machinery/light/small{dir = 8},/obj/item/storage/bible,/obj/item/dice,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Prison Dorm"; dir = 4},/obj/effect/decal/cleanable/dirt,/obj/structure/table/steel,/turf/simulated/floor/trim/lino,/area/security/prison)
+"agS" = (/obj/machinery/light/small{dir = 8},/obj/item/storage/bible,/obj/item/dice,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Prison Dorm"},/obj/effect/decal/cleanable/dirt,/obj/structure/table/steel,/turf/simulated/floor/trim/lino,/area/security/prison)
"agT" = (/obj/structure/closet/bombclosetsecurity,/obj/effect/floor_decal/industrial/box/red,/obj/structure/sign/warning/secure_area/armory{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"agU" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/brig/processing2)
+"agU" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/brig/processing2)
"agV" = (/obj/structure/closet/l3closet/security,/obj/effect/floor_decal/industrial/box/red,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"agW" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/security{c_tag = "Security - Tactical Equipment Entrance"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"agX" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agW" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/security{c_tag = "Security - Tactical Equipment Entrance"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"agX" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig)
"agY" = (/turf/space,/area/shuttle/syndicate_elite/northeast)
"agZ" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/effect/floor_decal/industrial/outline/red,/obj/item/clothing/mask/gas/clear,/obj/item/clothing/mask/gas/clear,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aha" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahb" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/sign/warning/secure_area/armory{pixel_y = 32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahc" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aha" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahb" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/sign/warning/secure_area/armory{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahc" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"ahd" = (/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/main)
"ahe" = (/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/main)
"ahf" = (/obj/effect/floor_decal/ntlogo/sec{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/main)
@@ -376,7 +376,7 @@
"ahl" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
"ahm" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/security/range)
"ahn" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/security/range)
-"aho" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aho" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ahp" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ahq" = (/obj/effect/floor_decal/industrial/box/yellow,/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ahr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
@@ -387,20 +387,20 @@
"ahw" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ahx" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ahy" = (/obj/structure/bed,/obj/item/bedsheet/orange,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/trim/lino,/area/security/prison)
-"ahz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"ahz" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ahA" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/item/handcuffs,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ahB" = (/obj/structure/table/standard,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ahC" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ahD" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
"ahE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"ahF" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/obj/machinery/flasher{id = "permentryflash"; pixel_y = -26},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/computer/cryopod{pixel_y = -36},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/spiderling_remains,/turf/simulated/floor/trim/lino,/area/security/prison)
+"ahF" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/obj/machinery/flasher{pixel_y = -26; id = "permentryflash"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/computer/cryopod{pixel_y = -36},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/spiderling_remains,/turf/simulated/floor/trim/lino,/area/security/prison)
"ahG" = (/obj/effect/floor_decal/industrial/warning/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ahH" = (/obj/structure/bed,/obj/item/bedsheet/orange,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/mucus,/turf/simulated/floor/trim/lino,/area/security/prison)
"ahI" = (/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches/large,/obj/item/clothing/accessory/storage/pouches/large,/obj/item/clothing/accessory/storage/pouches/large,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"ahJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/button/flasher{dir = 4; id = "solitary1flash"; name = "Solitary Flash"; pixel_x = -23; pixel_y = -23; req_access = list(2)},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahM" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"ahJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/button/flasher{name = "Solitary Flash"; dir = 4; pixel_x = -23; pixel_y = -23; id = "solitary1flash"; req_access = list(2)},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahK" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahL" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahM" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/evidence)
"ahN" = (/obj/structure/mopbucket,/obj/item/mop,/obj/effect/floor_decal/industrial/box/yellow,/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ahO" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ahP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
@@ -409,53 +409,53 @@
"ahS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/obj/structure/closet/secure_closet/guncabinet,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/item/storage/secure/guncase/security/hos,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/item/gun/projectile/pistol/vp78/wood,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ahT" = (/obj/structure/table/steel,/obj/item/storage/box/swabs,/obj/item/storage/box/fingerprints,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ahU" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/command{id_tag = "HoSdoor"; name = "Head of Security"; req_access = list(58)},/obj/machinery/navbeacon/wayfinding/hos,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"ahW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahV" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/command{name = "Head of Security"; req_access = list(58); id_tag = "HoSdoor"},/obj/machinery/navbeacon/wayfinding/hos,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"ahW" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
"ahX" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ahY" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ahY" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ahZ" = (/obj/structure/closet/crate/secure/weapon{name = ".45 ammo crate"; req_access = list(3)},/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m/flash,/obj/item/ammo_magazine/c45m/flash,/obj/item/ammo_magazine/c45m/flash,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/box/red,/obj/item/ammo_magazine/c45m/flash,/obj/item/ammo_magazine/c45m/flash,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aia" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aia" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aib" = (/obj/effect/floor_decal/sign/armory{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aic" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aid" = (/obj/structure/bed/chair/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aie" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
-"aif" = (/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/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/rough,/area/security/main)
-"aig" = (/obj/structure/table/woodentable,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/handcuffs,/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Detective Office"; sortType = "Detective Office"},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aih" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
+"aif" = (/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/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/rough,/area/security/main)
+"aig" = (/obj/structure/table/woodentable,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/handcuffs,/obj/structure/disposalpipe/sortjunction{name = "Detective Office"; dir = 1; sortType = "Detective Office"},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aih" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/security/main)
"aii" = (/turf/simulated/wall/r_wall,/area/security/evidence)
-"aij" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/ntlogo/sec,/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/rough,/area/security/main)
-"aik" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"ail" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
-"aim" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"ain" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
-"aio" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
-"aip" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/ntlogo/sec{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
-"aiq" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/main)
+"aij" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/ntlogo/sec,/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/rough,/area/security/main)
+"aik" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"ail" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/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/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
+"aim" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"ain" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
+"aio" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
+"aip" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/ntlogo/sec{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
+"aiq" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/main)
"air" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/hos)
-"ais" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"ais" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ait" = (/obj/structure/sign/poster{pixel_x = -32},/obj/effect/floor_decal/rust,/obj/structure/bed,/obj/item/bedsheet/orange,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"aiu" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
+"aiu" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
"aiv" = (/obj/effect/floor_decal/rust,/obj/machinery/flasher{id = "solitary1flash"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"aiw" = (/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/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/rough,/area/security/briefingroom)
-"aix" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiy" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiz" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiA" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/red/full,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiB" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/folder/red{pixel_y = 3},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiC" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aiD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aiw" = (/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/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/rough,/area/security/briefingroom)
+"aix" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/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/rough,/area/security/briefingroom)
+"aiy" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/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/rough,/area/security/briefingroom)
+"aiz" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aiA" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/red/full,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aiB" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/folder/red{pixel_y = 3},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aiC" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aiD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"aiE" = (/turf/simulated/wall,/area/security/evidence)
"aiF" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aiG" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"aiH" = (/obj/effect/floor_decal/corner/red,/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -28},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
-"aiI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aiI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aiJ" = (/turf/space,/area/shuttle/merchant/away)
-"aiK" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/briefingroom)
-"aiL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aiM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aiN" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/fore)
+"aiK" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/briefingroom)
+"aiL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aiM" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aiN" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/fore)
"aiO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aiP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aiP" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aiQ" = (/turf/simulated/wall/r_wall,/area/security/warden)
"aiR" = (/obj/structure/lattice,/obj/structure/window_frame/grille,/turf/space,/area/space)
"aiS" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
@@ -464,171 +464,171 @@
"aiV" = (/obj/structure/table/woodentable,/obj/machinery/recharger,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"aiW" = (/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/main)
"aiX" = (/obj/structure/table/woodentable,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/item/device/taperecorder,/obj/item/device/flashlight/maglight,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"aiY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/table/woodentable,/obj/item/device/flash,/obj/item/storage/fancy/cigar,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"aiZ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/main)
+"aiY" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/table/woodentable,/obj/item/device/flash,/obj/item/storage/fancy/cigar,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"aiZ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/main)
"aja" = (/obj/structure/bed/chair/red{dir = 4},/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"ajb" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajc" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"ajb" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ajc" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ajd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"aje" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ajf" = (/obj/structure/table/standard,/obj/item/device/taperecorder,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/flash,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajg" = (/obj/structure/bed/chair/red{dir = 4},/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"ajh" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/stack/medical/bruise_pack{pixel_x = 8; pixel_y = 4},/obj/item/reagent_containers/syringe/inaprovaline/packaged,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"aji" = (/obj/structure/table/standard,/obj/item/device/megaphone,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajj" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajk" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/item/gun/energy/laser,/obj/item/gun/energy/laser,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/effect/floor_decal/industrial/outline/red,/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"ajk" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/rack,/obj/item/gun/energy/laser,/obj/item/gun/energy/laser,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/effect/floor_decal/industrial/outline/red,/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ajl" = (/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"ajm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"ajm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"ajn" = (/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajo" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"ajo" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/security/evidence)
"ajp" = (/turf/simulated/floor/tiled/dark,/area/security/evidence)
"ajq" = (/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark,/area/security/brig/processing)
-"ajr" = (/obj/machinery/light{dir = 1},/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Security's Desk"; departmentType = 5; name = "Head of Security RC"; pixel_y = 30},/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"ajr" = (/obj/machinery/light{dir = 1},/obj/machinery/requests_console{name = "Head of Security RC"; pixel_y = 30; department = "Head of Security's Desk"; departmentType = 5; announcementConsole = 1},/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ajs" = (/obj/structure/bookcase{name = "bookcase (Adult)"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"ajt" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"ajt" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aju" = (/obj/machinery/camera/network/security{c_tag = "Security - Head of Security's Quarters"},/obj/item/bedsheet/hos,/obj/structure/bed,/obj/structure/sign/double/picturemount/left{pixel_y = 32},/obj/effect/landmark/start/crew/hos,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"ajv" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajv" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajw" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/obj/structure/sign/double/picturemount/right{pixel_y = 32},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"ajx" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajy" = (/obj/effect/floor_decal/corner/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ajz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajz" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajA" = (/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ajB" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters{density = 0; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/warden)
+"ajB" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; id = "warden2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/warden)
"ajC" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ajD" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajD" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajE" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajF" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajG" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajH" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/camera/network/security{c_tag = "Security - Briefing East"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ajJ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/security{c_tag = "Security - Execution Room Entrance"; dir = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajH" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Briefing East"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ajI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajJ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Execution Room Entrance"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajK" = (/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ajL" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ajL" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"ajM" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/vending/security,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/rough,/area/security/main)
-"ajN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/power/sensor{name = "Powernet Sensor - Security Subgrid"; name_tag = "Security Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"ajN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/power/sensor{name = "Powernet Sensor - Security Subgrid"; name_tag = "Security Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"ajO" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
-"ajQ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajR" = (/obj/machinery/camera/network/security{c_tag = "Security - Tactical Equipment"; dir = 8; pixel_y = -30},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/pouches/large/green,/obj/item/clothing/accessory/storage/pouches/large/navy,/obj/item/clothing/accessory/storage/pouches/large/tan,/obj/item/clothing/accessory/storage/pouches/green,/obj/item/clothing/accessory/storage/pouches/navy,/obj/item/clothing/accessory/storage/pouches/tan,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/storage/box/cdeathalarm_kit,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"ajQ" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ajR" = (/obj/machinery/camera/network/security{dir = 8; pixel_y = -30; c_tag = "Security - Tactical Equipment"},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/pouches/large/green,/obj/item/clothing/accessory/storage/pouches/large/navy,/obj/item/clothing/accessory/storage/pouches/large/tan,/obj/item/clothing/accessory/storage/pouches/green,/obj/item/clothing/accessory/storage/pouches/navy,/obj/item/clothing/accessory/storage/pouches/tan,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/storage/box/cdeathalarm_kit,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ajS" = (/obj/effect/floor_decal/corner/red,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajT" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajV" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ajV" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"ajW" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"ajX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/woodentable,/obj/item/folder/red{pixel_y = 3},/obj/item/pen/red{pixel_x = -1; pixel_y = 3},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/stamp/hos,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"ajY" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ajZ" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aka" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/computer/prisoner,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"ajZ" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aka" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/computer/prisoner,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"akb" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Head of Security"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"akc" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akd" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/range)
+"akd" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/range)
"ake" = (/obj/effect/floor_decal/rust,/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/random/action_figure,/obj/machinery/vending/wallmed1{pixel_y = -30},/obj/machinery/newscaster{dir = 1; pixel_x = -32},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"akf" = (/obj/machinery/button/remote/blast_door{id = "hosroomblast"; name = "HoS room blast doors"; pixel_x = -28; pixel_y = 35; req_access = list(2)},/obj/machinery/button/remote/blast_door{id = "HoS_room_lockdown"; name = "HoS room shutters"; pixel_x = -28; pixel_y = 27; req_access = list(2)},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"akf" = (/obj/machinery/button/remote/blast_door{name = "HoS room blast doors"; pixel_x = -28; pixel_y = 35; id = "hosroomblast"; req_access = list(2)},/obj/machinery/button/remote/blast_door{name = "HoS room shutters"; pixel_x = -28; pixel_y = 27; id = "HoS_room_lockdown"; req_access = list(2)},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"akg" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"akh" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"aki" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/range)
+"aki" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/range)
"akj" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akk" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"akk" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"akl" = (/obj/effect/floor_decal/rust,/obj/structure/cable,/obj/structure/bed/chair/pedalgen{dir = 1},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
"akm" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akn" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"ako" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
-"akp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"akq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akn" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"ako" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"akp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"akq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"akr" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/door/window/northright{req_access = list(63)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aks" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
+"aks" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
"akt" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"aku" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"akv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps,/obj/machinery/navbeacon/delivery/SecurityD,/obj/machinery/door/blast/regular{density = 0; dir = 8; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"aku" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"akv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps,/obj/machinery/navbeacon/delivery/SecurityD,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 8; id = "Prison Gate"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"akw" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"akx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aky" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"akz" = (/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"akB" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Security - Holding Cells"},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akC" = (/obj/structure/cable,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Security"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"akD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
+"akC" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Security"},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"akD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
"akE" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 2"; req_access = list(63)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"akF" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/door/firedoor/border_only,/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
"akH" = (/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"akJ" = (/obj/effect/floor_decal/rust,/obj/machinery/alarm{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"akK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"akL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"akM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/airlock{id = "HoSdoor"; name = "Office Door"; pixel_x = -26; pixel_y = 8},/obj/machinery/button/remote/blast_door{id = "Secure Gate"; name = "Brig Lockdown"; pixel_x = -36; req_access = list(2)},/obj/machinery/button/remote/blast_door{id = "Prison Gate"; name = "Security Lockdown"; pixel_x = -36; pixel_y = 8; req_access = list(2)},/obj/structure/bed/chair/comfy/black{dir = 8},/obj/effect/landmark/start/crew/hos,/obj/machinery/button/window_frame_tint{pixel_x = -26},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"akK" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/trim/carpet/red,/area/crew_quarters/heads/hos)
+"akL" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"akM" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/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/machinery/button/remote/airlock{name = "Office Door"; pixel_x = -26; pixel_y = 8; id = "HoSdoor"},/obj/machinery/button/remote/blast_door{name = "Brig Lockdown"; pixel_x = -36; id = "Secure Gate"; req_access = list(2)},/obj/machinery/button/remote/blast_door{name = "Security Lockdown"; pixel_x = -36; pixel_y = 8; id = "Prison Gate"; req_access = list(2)},/obj/structure/bed/chair/comfy/black{dir = 8},/obj/effect/landmark/start/crew/hos,/obj/machinery/button/window_frame_tint{pixel_x = -26},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"akN" = (/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark,/area/security/brig/solitaryA)
-"akO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akP" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"akQ" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"akR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{id = "Cell 2"; pixel_x = 28},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 2"},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"akO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akP" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"akQ" = (/obj/effect/floor_decal/industrial/loading,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"akR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{pixel_x = 28; id = "Cell 2"},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 2"},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
"akS" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"akT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"akU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"akV" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/obj/machinery/camera/network/security{c_tag = "Security - Processing Room 1"; dir = 4},/obj/machinery/newscaster{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"akT" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akU" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"akV" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Processing Room 1"},/obj/machinery/newscaster{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"akW" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
"akX" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"akY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"akZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{id = "Cell 1"; pixel_x = 28},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 1"},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"akY" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"akZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/flasher{pixel_x = 28; id = "Cell 1"},/obj/machinery/camera/network/security{c_tag = "Security - Brig Cell 1"},/obj/structure/bed/chair/pedalgen{dir = 8},/obj/structure/cable/cyan,/turf/simulated/floor/tiled/rough,/area/security/prison)
"ala" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"alb" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/random/pottedplant,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"ald" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "HoS_room_lockdown"; name = "HoS Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"alb" = (/obj/effect/floor_decal/corner/red,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alc" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/random/pottedplant,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"ald" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters{name = "HoS Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "HoS_room_lockdown"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
"ale" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/main)
"alf" = (/obj/structure/bed,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"alg" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/main)
+"alg" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/main)
"alh" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/table/reinforced,/obj/item/device/flashlight/maglight,/obj/item/crowbar,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"ali" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"alj" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/machinery/camera/network/security{c_tag = "Security - Briefing South"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"ali" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"alj" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Briefing South"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"alk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/woodentable,/obj/item/device/megaphone,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"all" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"alm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"alm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/evidence)
"aln" = (/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"alo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"alp" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "hosroomblast"; name = "HoS Blast Door"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"alp" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "HoS Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "hosroomblast"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
"alq" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/table/steel,/obj/machinery/light{dir = 1},/obj/machinery/alarm{pixel_y = 24},/obj/machinery/photocopier/faxmachine{department = "Warden"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"alr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"als" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alu" = (/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"alv" = (/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark,/area/security/evidence)
-"alw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alx" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Morgue"; dir = 1},/obj/machinery/light/small/he,/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"alr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"als" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alu" = (/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"alv" = (/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark,/area/security/evidence)
+"alw" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alx" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Morgue"},/obj/machinery/light/small/he,/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"aly" = (/obj/machinery/camera/network/security{c_tag = "Security - Warden's Office"},/obj/effect/floor_decal/industrial/outline/red,/obj/structure/table/steel,/obj/item/paper_bin{pixel_y = 8},/obj/item/pen,/obj/item/stamp/ward,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"alz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"alA" = (/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"alB" = (/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"alC" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/security/brig)
"alD" = (/turf/simulated/wall/r_wall,/area/security/brigmorgue)
-"alE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"alE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"alG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Auxiliary Storage"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"alH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/evidence)
+"alH" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/evidence)
"alK" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
"alM" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/main)
-"alN" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/light,/obj/structure/cable,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/camera/network/security{c_tag = "Security - Prep Room South"; dir = 1},/turf/simulated/floor/tiled/rough,/area/security/main)
+"alN" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/light,/obj/structure/cable,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Prep Room South"},/turf/simulated/floor/tiled/rough,/area/security/main)
"alO" = (/obj/structure/closet/secure_closet/guncabinet,/obj/effect/floor_decal/industrial/outline/red,/obj/item/storage/box/shotgun/stunshells,/obj/item/gun/projectile/shotgun/pump,/obj/item/clothing/accessory/storage/bandolier,/obj/item/storage/box/shotgun/beanbags,/obj/item/backwear/reagent/pepper,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"alP" = (/obj/structure/closet/secure_closet/warden,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"alP" = (/obj/structure/closet/secure_closet/warden,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"alQ" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/vending/security,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"alR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"alR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"alS" = (/obj/structure/table/rack,/obj/item/device/radio/off,/obj/item/crowbar,/obj/item/wrench,/obj/effect/floor_decal/industrial/outline/red,/obj/item/device/radio/intercom/department/security{pixel_y = 26},/obj/machinery/light{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"alT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{id_tag = 0; name = "Head of Security"; req_access = list(58)},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"alT" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Head of Security"; req_access = list(58); id_tag = 0},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"alU" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alW" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "cell3shutters"; name = "Prison Gate Control"; pixel_x = -4; pixel_y = -30; req_access = list(2)},/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alX" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/door_timer/cell_6{id = "Cell 3"; name = "Cell 3"; pixel_y = -32},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"alY" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
-"alZ" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "hosroomblast"; name = "HoS Blast Door"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"alV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alW" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{name = "Prison Gate Control"; dir = 1; pixel_x = -4; pixel_y = -30; id = "cell3shutters"; req_access = list(2)},/obj/structure/cable/cyan{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alX" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/door_timer/cell_6{name = "Cell 3"; pixel_y = -32; id = "Cell 3"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"alY" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
+"alZ" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "HoS Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "hosroomblast"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
"ama" = (/turf/simulated/wall/r_wall,/area/space)
-"amb" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/effect/floor_decal/industrial/warning/red,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"amc" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"amb" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/effect/floor_decal/industrial/warning/red,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"amc" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ame" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"amf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amg" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters{density = 0; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/warden)
+"amf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/loading{dir = 1},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amg" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; id = "warden2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/warden)
"amh" = (/obj/structure/bed/chair/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"ami" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"amj" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
@@ -636,276 +636,276 @@
"aml" = (/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"amm" = (/obj/effect/floor_decal/spline/plain/black{dir = 9},/obj/machinery/power/terminal{dir = 4},/obj/structure/cable/cyan,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating,/area/security/brig)
"amn" = (/obj/structure/table/steel,/obj/item/folder/red,/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/hand_labeler,/obj/machinery/light_switch{dir = 1; pixel_x = 4; pixel_y = -25},/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"amo" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "cell2shutters"; name = "Prison Gate Control"; pixel_x = -4; pixel_y = -30; req_access = list(2)},/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amo" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{name = "Prison Gate Control"; dir = 1; pixel_x = -4; pixel_y = -30; id = "cell2shutters"; req_access = list(2)},/obj/structure/cable/cyan{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"amp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/hos)
"amq" = (/obj/structure/table/rack,/obj/effect/floor_decal/industrial/warning/red{dir = 10},/obj/item/clothing/suit/space/void/security/hos/prepared,/obj/item/tank/emergency/oxygen/double,/obj/machinery/recharger/wallcharger{pixel_y = -28},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"amr" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ams" = (/obj/structure/cable,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/random/pottedplant,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"amt" = (/obj/machinery/camera/network/security{c_tag = "Security - HoS' Office"; dir = 1},/obj/structure/table/woodentable,/obj/machinery/keycard_auth{pixel_y = -22},/obj/item/reagent_containers/vessel/bottle/premiumvodka,/obj/item/reagent_containers/vessel/glass/vodkaglass,/obj/item/reagent_containers/vessel/glass/vodkaglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"amt" = (/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - HoS' Office"},/obj/structure/table/woodentable,/obj/machinery/keycard_auth{pixel_y = -22},/obj/item/reagent_containers/vessel/bottle/premiumvodka,/obj/item/reagent_containers/vessel/glass/vodkaglass,/obj/item/reagent_containers/vessel/glass/vodkaglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"amu" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/table/woodentable,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"amv" = (/obj/machinery/light_switch{dir = 1; pixel_y = -25},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/pen/red{pixel_x = -1; pixel_y = 3},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"amw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amy" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/power/smes/buildable{RCon_tag = "Brig - Pedalgen Output SMES"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/window/northright{req_access = list(63)},/obj/structure/sign/warning/high_voltage{pixel_y = -32},/turf/simulated/floor/plating,/area/security/brig)
-"amz" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "cell1shutters"; name = "Prison Gate Control"; pixel_x = -4; pixel_y = -30; req_access = list(2)},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amA" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door_timer/cell_1{id = "Cell 2"; name = "Cell 2"; pixel_y = -32},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amD" = (/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/security/brig)
-"amE" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_c"},/area/shuttle/escape_pod3/station)
+"amw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amy" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Brig - Pedalgen Output SMES"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/window/northright{req_access = list(63)},/obj/structure/sign/warning/high_voltage{pixel_y = -32},/turf/simulated/floor/plating,/area/security/brig)
+"amz" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{name = "Prison Gate Control"; dir = 1; pixel_x = -4; pixel_y = -30; id = "cell1shutters"; req_access = list(2)},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/cyan{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amA" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door_timer/cell_1{name = "Cell 2"; pixel_y = -32; id = "Cell 2"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/junction,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amD" = (/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/security/brig)
+"amE" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 1},/area/shuttle/escape_pod3/station)
"amF" = (/turf/simulated/wall/r_wall,/area/maintenance/security_starboard)
-"amG" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amG" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
"amH" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amI" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amJ" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_straight"},/area/shuttle/escape_pod3/station)
-"amK" = (/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/security/brig)
+"amI" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amJ" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 4},/area/shuttle/escape_pod3/station)
+"amK" = (/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/security/brig)
"amL" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/escape_pod3/station)
"amM" = (/obj/effect/shuttle_landmark/elite_syndicate/northeast,/turf/space,/area/shuttle/syndicate_elite/northeast)
-"amN" = (/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"amN" = (/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
"amO" = (/obj/structure/table/steel,/obj/effect/floor_decal/industrial/outline/red,/obj/item/storage/box/matches,/obj/item/material/ashtray/glass,/obj/random/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"amP" = (/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"amQ" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amS" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"amT" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_3_hatch"; locked = 1; name = "Escape Pod Hatch"; req_access = list(13)},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod3/station)
+"amR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amS" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amT" = (/obj/machinery/door/airlock/external{name = "Escape Pod Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_3_hatch"},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod3/station)
"amU" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/light/small/emergency{dir = 1},/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod3/station)
-"amV" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 8; frequency = 1380; id_tag = "escape_pod_3_berth"; pixel_x = 25; pixel_y = -30; tag_door = "escape_pod_3_berth_hatch"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"amW" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; frequency = 1380; id_tag = "escape_pod_3"; pixel_y = -25; tag_door = "escape_pod_3_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod3,/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod3/station)
-"amX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"amV" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 8; pixel_x = 25; pixel_y = -30; frequency = 1380; id_tag = "escape_pod_3_berth"; tag_door = "escape_pod_3_berth_hatch"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"amW" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "escape_pod_3"; tag_door = "escape_pod_3_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod3,/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod3/station)
+"amX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"amY" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light,/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"amZ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-West"},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ana" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/structure/bed/chair/pedalgen{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"anb" = (/obj/machinery/vending/wallmed1{pixel_y = 30},/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"anc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"and" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"ane" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ang" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ani" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 30},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-East"; pixel_x = 24},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anj" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"amZ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-West"},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ana" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/obj/structure/bed/chair/pedalgen{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"anb" = (/obj/machinery/vending/wallmed1{pixel_y = 30},/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"anc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"and" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"ane" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ang" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ani" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/noticeboard{pixel_y = 30},/obj/machinery/camera/network/security{pixel_x = 24; c_tag = "Security - Brig Center-East"},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anj" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ank" = (/obj/machinery/camera/network/security{c_tag = "Security - Detective Office Fore"},/obj/structure/table/rack,/obj/item/storage/briefcase{pixel_x = 3},/obj/item/storage/briefcase{pixel_x = -2; pixel_y = -5},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"anl" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/main)
-"anm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ann" = (/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ano" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door_timer/cell_6{id = "Cell 1"; name = "Cell 1"; pixel_y = -32},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"anq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ano" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door_timer/cell_6{name = "Cell 1"; pixel_y = -32; id = "Cell 1"},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"anq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"anr" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/se,/area/shuttle/escape_pod3/station)
"ans" = (/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"ant" = (/obj/structure/table/rack{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/hud/standard/meson,/turf/simulated/floor/plating,/area/maintenance/security_port)
"anu" = (/obj/effect/floor_decal/oldflood,/obj/structure/table/standard,/obj/item/stack/medical/bruise_pack{pixel_x = 8; pixel_y = 4},/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/structure/sign/bluecross_1{pixel_y = 32},/obj/item/material/hatchet,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"anv" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"anv" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"anw" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/main)
"anx" = (/turf/simulated/wall/r_wall,/area/security/main)
-"any" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"anz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"any" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"anz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/security/brig)
"anA" = (/turf/simulated/wall,/area/maintenance/dormitory)
-"anB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"anC" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 2"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
-"anD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/briefingroom)
-"anE" = (/obj/structure/cable,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "hosroomblast"; name = "HoS Blast Door"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
-"anF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"anB" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"anC" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 2"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
+"anD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/briefingroom)
+"anE" = (/obj/structure/cable,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "HoS Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "hosroomblast"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"anF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"anG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/security/brig)
"anH" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"anI" = (/obj/machinery/camera/network/security{c_tag = "Security - Interrogation Spectate"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/button/window_frame_tint{pixel_x = 30; pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"anJ" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"anK" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
+"anK" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
"anL" = (/obj/structure/table/standard,/obj/item/storage/firstaid/adv,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"anM" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/sleeper,/obj/structure/sign/firstaid{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"anN" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/structure/bed/chair/pedalgen{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"anO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"anP" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anQ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anR" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/random/pottedplant,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anS" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anT" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"anU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"anV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{dir = 8; name = "Warden's Desk"; req_access = list(3)},/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"anN" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/structure/bed/chair/pedalgen{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"anO" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"anP" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anQ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anR" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/random/pottedplant,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anS" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anT" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"anU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"anV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{name = "Warden's Desk"; dir = 8; req_access = list(3)},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"anW" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"anX" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"anY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"anZ" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"anY" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"anZ" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"aoa" = (/obj/effect/landmark/event/other/drones,/turf/space,/area/space)
-"aob" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoc" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/terminal{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Brig Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"aob" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoc" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/terminal{dir = 4},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Brig Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"aod" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/closet{name = "Evidence Closet"},/obj/item/storage/box/bodybags,/obj/item/storage/box/evidence,/obj/item/storage/box/swabs,/obj/item/storage/box/fingerprints,/obj/item/storage/box/beakers,/obj/item/storage/box/syringes,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/briefcase/crimekit,/obj/item/clothing/suit/storage/toggle/forensics/labcoat,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"aoe" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoe" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aof" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters/open{dir = 8; id = "kitchen2"},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -3; pixel_y = 2},/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/storage/pill_bottle/sugar_cubes,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"aog" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
-"aoh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aog" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
+"aoh" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoj" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aok" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aol" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aol" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aom" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
-"aon" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Civilian West Substation"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aoo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aon" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Civilian West Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aoo" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aop" = (/obj/machinery/alarm{dir = 1; pixel_y = -25},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aoq" = (/obj/effect/decal/cleanable/ash,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aor" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aos" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aot" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aou" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoq" = (/obj/effect/decal/cleanable/ash,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"aor" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aos" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aot" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aou" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aov" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/obj/structure/gas_stand/anesthetic,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
-"aow" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aox" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoy" = (/obj/structure/closet/secure_closet/courtroom,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aoz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aow" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aox" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoy" = (/obj/structure/closet/secure_closet/courtroom,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aoz" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"aoB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoD" = (/obj/structure/closet/secure_closet/brig,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/requests_console{department = "Security Office"; departmentType = 5; name = "Security RC"; pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Brig Morgue"; req_access = list(1)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
-"aoG" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
-"aoI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aoB" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoC" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/red{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoD" = (/obj/structure/closet/secure_closet/brig,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/requests_console{name = "Security RC"; pixel_y = 32; department = "Security Office"; departmentType = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aoE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Brig Morgue"; req_access = list(1)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"aoG" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
+"aoI" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aoJ" = (/obj/structure/closet/secure_closet/brig,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"aoL" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/flasher{id = "permentryflash"; name = "Prison Flashers"; pixel_x = -24; pixel_y = -10; req_access = list(2)},/obj/machinery/button/remote/airlock{id = "PrisonDoorB"; name = "Prison Entrance Control B"; pixel_x = -24; pixel_y = -2; req_access = list(2)},/obj/machinery/button/remote/airlock{id = "PrisonDoorA"; name = "Prison Entrance Control A"; pixel_x = -24; pixel_y = 8; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoL" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/flasher{name = "Prison Flashers"; pixel_x = -24; pixel_y = -10; id = "permentryflash"; req_access = list(2)},/obj/machinery/button/remote/airlock{name = "Prison Entrance Control B"; pixel_x = -24; pixel_y = -2; id = "PrisonDoorB"; req_access = list(2)},/obj/machinery/button/remote/airlock{name = "Prison Entrance Control A"; pixel_x = -24; pixel_y = 8; id = "PrisonDoorA"; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoM" = (/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/obj/structure/table/standard,/obj/item/storage/firstaid/o2,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aoN" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoN" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoO" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/light/small{dir = 1},/obj/structure/sign/warning/compressed_gas{pixel_y = 32},/obj/effect/floor_decal/industrial/box/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_port)
"aoP" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/barricade/material,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aoQ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoR" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoS" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{name = "Warden's Desk"; req_access = list(3)},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"aoS" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aoT" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{name = "Warden's Desk"; req_access = list(3)},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aoU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoV" = (/obj/machinery/camera/network/security{c_tag = "Security - Brig East"},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/table/reinforced,/obj/item/handcuffs,/obj/item/reagent_containers/spray/pepper,/obj/item/clothing/mask/gas/clear,/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aoW" = (/turf/space,/area/skipjack_station/northeast_solars)
"aoX" = (/turf/space,/area/rescue_base/northeast)
"aoY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aoZ" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"aoZ" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"apa" = (/turf/simulated/wall,/area/maintenance/security_port)
"apb" = (/obj/machinery/atmospherics/pipe/tank/air,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"apc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"apd" = (/obj/effect/floor_decal/corner/red,/obj/structure/disposalpipe/junction{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ape" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apf" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aph" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"api" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/camera/network/security{c_tag = "Security - Maintenance East"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"apf" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aph" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"api" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Maintenance East"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"apk" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig)
"apm" = (/obj/effect/floor_decal/corner/pink{dir = 10},/obj/effect/floor_decal/corner/pink{dir = 6},/obj/effect/floor_decal/corner/pink{dir = 8},/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"apn" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
-"apo" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "jopa_govno"; name = "Court shutters"; pixel_y = -26},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apn" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
+"apo" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/remote/blast_door{name = "Court shutters"; dir = 1; pixel_y = -26; id = "jopa_govno"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"app" = (/turf/simulated/open,/area/security/brig)
"apq" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apr" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Security Office"; sortType = "Security Office"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apr" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/sortjunction/flipped{name = "Security Office"; dir = 4; sortType = "Security Office"},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aps" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin1)
"apt" = (/obj/structure/table/steel,/obj/effect/floor_decal/industrial/outline/red,/obj/item/device/megaphone,/obj/item/toy/figure/warden,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"apu" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"apv" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "HoS Office"; sortType = "HoS Office"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apu" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"apv" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{name = "HoS Office"; dir = 4; sortType = "HoS Office"},/turf/simulated/floor/tiled/rough,/area/security/brig)
"apw" = (/obj/item/trash/pistachios,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"apx" = (/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"apy" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/security)
-"apz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"apA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apB" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"apz" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"apA" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apB" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxport)
"apC" = (/obj/effect/floor_decal/corner/pink{dir = 10},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"apD" = (/obj/random/closet,/obj/item/device/kit/paint/durand/seraph,/obj/random/coin,/turf/simulated/floor/plating,/area/maintenance/security_port)
"apE" = (/obj/item/device/t_scanner,/obj/structure/table/steel,/obj/machinery/recharger,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"apF" = (/obj/machinery/light{dir = 8},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"apF" = (/obj/machinery/light{dir = 8},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"apG" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/escape_pod3/station)
-"apH" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/taperecorder,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"apI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{id_tag = "BrigFoyer"; name = "Security Wing"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/navbeacon/wayfinding/sec,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apH" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/taperecorder,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"apI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Wing"; req_access = list(1); id_tag = "BrigFoyer"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/navbeacon/wayfinding/sec,/turf/simulated/floor/tiled/rough,/area/security/brig)
"apJ" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
"apK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"apL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{id_tag = "BrigFoyer"; name = "Security Wing"; req_access = list(1)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"apN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "jopa_govno"; name = "Privacy Shutters"; opacity = 0},/obj/machinery/door/airlock/glass_security{id_tag = "0"; name = "Court"; req_access = list(63)},/turf/simulated/floor/tiled/rough,/area/security/meeting)
+"apL" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Wing"; req_access = list(1); id_tag = "BrigFoyer"},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"apN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "jopa_govno"},/obj/machinery/door/airlock/glass_security{name = "Court"; req_access = list(63); id_tag = "0"},/turf/simulated/floor/tiled/rough,/area/security/meeting)
"apO" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/sign/warning/deathsposal{pixel_x = -32},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"apP" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"apQ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"apQ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
"apR" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/bed/chair/comfy{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"apS" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
-"apT" = (/obj/machinery/button/remote/blast_door{dir = 1; id = "warden2"; name = "Office Shutters Control"; pixel_x = -6; pixel_y = -26; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"apU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"apV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"apW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"apX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"apS" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
+"apT" = (/obj/machinery/button/remote/blast_door{name = "Office Shutters Control"; dir = 1; pixel_x = -6; pixel_y = -26; id = "warden2"; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"apU" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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 = 8},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"apV" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"apW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"apX" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"apY" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/warden,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"apZ" = (/obj/structure/bookcase,/obj/item/book/wiki/detective,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aqa" = (/obj/effect/decal/cleanable/blood/oil,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aqb" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"aqc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
+"aqc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
"aqd" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"aqe" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Medium Plates"; req_access = list(2)},/obj/structure/table/rack{pixel_y = 6},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/accessory/armorplate/medium,/obj/structure/window/reinforced,/obj/item/clothing/accessory/armorplate/medium,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"aqf" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/door/window/eastleft{req_access = list(63)},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aqg" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"aqh" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"aqg" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"aqh" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/auxport)
"aqi" = (/turf/simulated/floor/plating,/area/maintenance/security_port)
"aqj" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aqk" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/requests_console{department = "Security Office"; departmentType = 5; name = "Security RC"; pixel_y = -32},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aqk" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/requests_console{name = "Security RC"; pixel_y = -32; department = "Security Office"; departmentType = 5},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aql" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/escape_pod1/station)
"aqm" = (/obj/structure/table/standard,/obj/item/material/ashtray/plastic,/obj/item/storage/fancy/cigarettes/jerichos,/obj/item/flame/lighter/random,/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/sign/crime{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"aqn" = (/obj/machinery/camera/network/security{c_tag = "Court 2"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aqn" = (/obj/machinery/camera/network/security{dir = 4; c_tag = "Court 2"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"aqo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = list(63)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
"aqp" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/bed/chair/comfy{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aqq" = (/obj/effect/floor_decal/oldflood,/obj/item/retractor,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
"aqr" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aqs" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aqt" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/vomit,/obj/structure/table,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
-"aqu" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aqu" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/trim/wood,/area/security/meeting)
"aqv" = (/obj/machinery/computer/arcade,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"aqw" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"aqx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"aqy" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
+"aqy" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig/processing)
"aqz" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/table/steel,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aqA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
"aqB" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"aqC" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/warden)
+"aqC" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/warden)
"aqD" = (/obj/effect/floor_decal/rust,/obj/random/junk,/obj/effect/decal/cleanable/generic,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/security/prison)
"aqE" = (/obj/structure/computerframe,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"aqF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall,/area/security/brig)
"aqG" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"aqH" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg2"},/area/maintenance/security_port)
-"aqI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aqJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/random/junk,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aqH" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating{icon_state = "dmg2"; burnt = 1},/area/maintenance/security_port)
+"aqI" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aqJ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/random/junk,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aqK" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"aqL" = (/obj/structure/table/standard,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/machinery/camera/network/security{c_tag = "Security - Equipment North"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aqM" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light_switch{on = 1; pixel_x = -9; pixel_y = -22},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
-"aqN" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/effect/floor_decal/corner/pink{dir = 6},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/corner/pink,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aqO" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/pink{dir = 8},/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aqP" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"aqL" = (/obj/structure/table/standard,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Equipment North"},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"aqM" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light_switch{pixel_x = -9; pixel_y = -22; on = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"aqN" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/effect/floor_decal/corner/pink{dir = 6},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/corner/pink,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"aqO" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/pink{dir = 8},/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"aqP" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
"aqQ" = (/obj/effect/shuttle_landmark/skipjack/northeast,/turf/space,/area/skipjack_station/northeast_solars)
"aqR" = (/obj/effect/shuttle_landmark/rescue/northeast,/turf/space,/area/rescue_base/northeast)
"aqS" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/security_port)
"aqT" = (/obj/structure/table/rack{dir = 1},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"aqU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"aqV" = (/obj/structure/table/standard,/obj/item/folder/red,/obj/item/device/taperecorder,/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/light_switch{on = 1; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"aqV" = (/obj/structure/table/standard,/obj/item/folder/red,/obj/item/device/taperecorder,/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/light_switch{pixel_x = -22; on = 1},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"aqW" = (/obj/structure/table/standard,/obj/item/device/camera,/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"aqX" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"aqY" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aqY" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aqZ" = (/obj/structure/table/steel,/obj/machinery/recharger,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ara" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ara" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"arb" = (/turf/simulated/wall/r_wall,/area/security/meeting)
-"arc" = (/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"arc" = (/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"ard" = (/obj/machinery/washing_machine,/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"are" = (/obj/structure/cable,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"are" = (/obj/structure/cable,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"arf" = (/obj/structure/lattice,/obj/structure/window_frame/broken,/turf/space,/area/space)
-"arg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/turf/simulated/floor/plating,/area/security/meeting)
+"arg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/turf/simulated/floor/plating,/area/security/meeting)
"arh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"ari" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"arj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"ari" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"arj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"ark" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Security Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"arl" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"arl" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"arm" = (/turf/space,/area/shuttle/administration/station)
"arn" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/random/junk,/obj/structure/disposalpipe/segment{dir = 4},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aro" = (/obj/effect/floor_decal/corner/blue{dir = 8},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"arp" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"arp" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"arq" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/escape_pod2/station)
"arr" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"ars" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"art" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"art" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"aru" = (/turf/simulated/floor/tiled/rough,/area/security/prison)
"arv" = (/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/security/prison)
"arw" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"arx" = (/obj/machinery/light{dir = 8},/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"arx" = (/obj/machinery/light{dir = 8},/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"ary" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"arz" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"arA" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
@@ -916,118 +916,118 @@
"arF" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"arG" = (/obj/structure/table/woodentable,/obj/item/pen/red{pixel_x = -1; pixel_y = 3},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"arH" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
-"arI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"arI" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"arJ" = (/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/structure/closet/lawcloset,/turf/simulated/floor/trim/wood,/area/security/meeting)
-"arK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"arK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"arL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"arM" = (/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"arM" = (/obj/machinery/power/solar{name = "Port Auxiliary Solar Array"; id = "auxsolareast"},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxport)
"arN" = (/obj/item/caution/cone,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"arO" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"arO" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"arP" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
-"arQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"arQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"arR" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
"arS" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"arT" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
-"arU" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
-"arV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"arW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Interrogation Observation"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
-"arX" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
-"arY" = (/obj/machinery/light/small{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
+"arT" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
+"arU" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"arV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"arW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Interrogation Observation"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
+"arX" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
+"arY" = (/obj/machinery/light/small{dir = 1},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"arZ" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"asa" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"asb" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
-"asc" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"asd" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"ase" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"asf" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/engineering{c_tag = "Command Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"asg" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/window/brigdoor/westleft{dir = 1; name = "Sub-Armory Storage"; req_access = list(2)},/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"ash" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
-"asi" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/terminal{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/engineering{c_tag = "Engineering Substation"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"asc" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"asd" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"ase" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"asf" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/engineering{c_tag = "Command Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"asg" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 1; req_access = list(2)},/obj/item/storage/box/flashbangs,/obj/item/storage/box/flashbangs,/obj/item/storage/box/teargas,/obj/item/storage/box/teargas,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/storage/box/smokes,/obj/item/storage/box/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"ash" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
+"asi" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/terminal{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
"asj" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"ask" = (/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"asl" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
-"asm" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
-"asn" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
-"aso" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
-"asp" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
-"asq" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"ask" = (/obj/machinery/power/solar{name = "Port Auxiliary Solar Array"; id = "auxsolareast"},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asl" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"asm" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"asn" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"aso" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"asp" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"asq" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxport)
"asr" = (/obj/structure/barricade/material,/turf/simulated/floor/plating,/area/maintenance/security_port)
"ass" = (/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/security/brig/interrogation)
"ast" = (/obj/structure/table/steel,/obj/item/stack/cable_coil/random,/turf/simulated/floor/plating,/area/maintenance/security_port)
"asu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/sign/warning/nosmoking_burned{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/security_port)
"asv" = (/obj/machinery/camera/network/civilian_east{c_tag = "Kitchen Freezer"},/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"asw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"asx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"asw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"asx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"asy" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"asz" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(12,38)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"asA" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/stack/medical/bruise_pack,/obj/item/pen,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
-"asB" = (/obj/effect/floor_decal/rust,/obj/structure/table/standard,/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/obj/structure/bedsheetbin,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Prison West"; dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"asC" = (/obj/machinery/camera/network/security{c_tag = "Security - Detective Office Lab"; dir = 8},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
+"asB" = (/obj/effect/floor_decal/rust,/obj/structure/table/standard,/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/obj/structure/bedsheetbin,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Prison West"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"asC" = (/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Detective Office Lab"},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"asD" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"asE" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/obj/effect/floor_decal/spline/fancy/wood{dir = 10},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"asF" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/darkwood,/area/security/meeting)
"asG" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/turf/simulated/floor/trim/darkwood,/area/security/meeting)
-"asH" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"asI" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"asH" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"asI" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/trim/wood,/area/security/meeting)
"asJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"asK" = (/obj/structure/cable/green,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/camera/network/engineering{c_tag = "Medbay Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"asL" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/obj/machinery/power/sensor{name = "Powernet Sensor - Research Subgrid"; name_tag = "Research Subgrid"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Science Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"asK" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Medbay Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"asL" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/obj/machinery/power/sensor{name = "Powernet Sensor - Research Subgrid"; name_tag = "Research Subgrid"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Science Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"asM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"asN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
-"asO" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"asP" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"asO" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asP" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
"asQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/flasher{id = "permentryflash"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"asR" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"asS" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"asT" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
-"asU" = (/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/auxport)
+"asR" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asS" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asT" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"asU" = (/obj/machinery/power/solar{name = "Port Auxiliary Solar Array"; id = "auxsolareast"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/auxport)
"asV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/prison)
"asW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"asX" = (/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"asY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Court"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"asZ" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"asY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Court"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"asZ" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"ata" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"atb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"atb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"atc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"atd" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"atd" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"ate" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"atf" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"atg" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/warden)
+"atf" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"atg" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/turf/simulated/floor/plating,/area/security/warden)
"ath" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/flasher{id = "permentryflash"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"ati" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"atj" = (/obj/effect/shuttle_landmark/merchant/space,/turf/space,/area/shuttle/merchant/away)
"atk" = (/obj/structure/table/woodentable,/obj/item/folder/blue{pixel_x = 5},/turf/simulated/floor/trim/wood,/area/security/meeting)
"atl" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/wood,/area/security/meeting)
"atm" = (/obj/structure/table/woodentable,/obj/item/folder/red{pixel_y = 3},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"atn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/turf/simulated/floor/trim/wood,/area/security/meeting)
+"atn" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 4},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/turf/simulated/floor/trim/wood,/area/security/meeting)
"ato" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"atp" = (/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"atq" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"atq" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"atr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"ats" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"ats" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/prison)
"att" = (/obj/structure/closet/crate,/obj/item/circuitboard/smes,/obj/item/circuitboard/smes,/obj/item/smes_coil,/obj/item/smes_coil,/obj/item/smes_coil/super_capacity,/obj/item/smes_coil/super_capacity,/obj/item/smes_coil/super_io,/obj/item/smes_coil/super_io,/turf/simulated/floor/plating,/area/engineering/storage)
-"atu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"atu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"atv" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"atw" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"atx" = (/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
+"atw" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"atx" = (/obj/machinery/power/solar{name = "Port Auxiliary Solar Array"; id = "auxsolareast"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/auxstarboard)
"aty" = (/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
"atz" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/plating,/area/maintenance/security_port)
"atA" = (/turf/simulated/wall,/area/maintenance/security_starboard)
-"atB" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
-"atC" = (/obj/effect/floor_decal/rust,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"atB" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
+"atC" = (/obj/effect/floor_decal/rust,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"atD" = (/obj/structure/table/steel,/obj/item/paper_bin,/obj/item/pen,/obj/effect/floor_decal/industrial/outline/red,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"atE" = (/turf/simulated/wall,/area/iaoffice)
"atF" = (/obj/machinery/computer/prisoner,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"atG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
+"atG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/main)
"atH" = (/obj/machinery/alarm{pixel_y = 24},/obj/random/junk,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"atI" = (/obj/structure/coatrack,/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
-"atJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock{id_tag = "IAdoor"; name = "Internal Affairs"; req_access = list(38)},/obj/machinery/navbeacon/wayfinding/agent,/turf/simulated/floor/trim/wood,/area/iaoffice)
+"atJ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock{name = "Internal Affairs"; req_access = list(38); id_tag = "IAdoor"},/obj/machinery/navbeacon/wayfinding/agent,/turf/simulated/floor/trim/wood,/area/iaoffice)
"atK" = (/obj/structure/window/reinforced{dir = 1},/obj/item/stool/padded,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/effect/landmark/start/crew/officer,/turf/simulated/floor/tiled/rough,/area/security/main)
"atL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/bed/chair/comfy/blue{dir = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"atM" = (/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/southright{req_access = list(63)},/turf/simulated/floor/trim/wood,/area/security/meeting)
"atN" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/bed/chair/comfy/red{dir = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"atO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/security{c_tag = "Security - Court 1"; dir = 8},/obj/structure/table/woodentable,/obj/item/storage/box/donut,/turf/simulated/floor/trim/wood,/area/security/meeting)
-"atP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"atO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Court 1"},/obj/structure/table/woodentable,/obj/item/storage/box/donut,/turf/simulated/floor/trim/wood,/area/security/meeting)
+"atP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"atQ" = (/obj/structure/window/reinforced{dir = 1},/obj/item/stool/padded,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/effect/landmark/start/crew/officer,/turf/simulated/floor/tiled/rough,/area/security/main)
"atR" = (/turf/simulated/wall,/area/crew_quarters/fitness)
"atS" = (/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/generic,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
@@ -1035,62 +1035,62 @@
"atU" = (/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"atV" = (/obj/structure/window_frame/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_port)
"atW" = (/turf/simulated/wall,/area/security/brig/interrogation)
-"atX" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(12,38)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/fore)
-"atY" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/window/eastright{req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"atX" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(12,38)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/fore)
+"atY" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/window/eastright{req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"atZ" = (/turf/simulated/wall/r_wall,/area/security/brig/interrogation)
"aua" = (/obj/structure/table/rack{dir = 1},/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aub" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"auc" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Plate Carriers"; req_access = list(2)},/obj/structure/table/rack{pixel_y = 6},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/window/reinforced,/obj/item/clothing/suit/armor/pcarrier/medium/nt,/obj/item/clothing/suit/armor/pcarrier/medium/nt,/obj/item/clothing/suit/armor/pcarrier/medium/nt,/obj/item/clothing/suit/armor/pcarrier/medium/nt,/obj/item/clothing/suit/armor/pcarrier/medium/nt,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aud" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/mob/living/bot/floorbot/premade,/turf/simulated/floor/plating,/area/engineering/storage)
-"aue" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"auf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aug" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"auh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aui" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"auj" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/briefingroom)
+"aud" = (/mob/living/bot/secbot/beepsky,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"aue" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"auf" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aug" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"auh" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aui" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"auj" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/briefingroom)
"auk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aul" = (/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aum" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,38)},/turf/simulated/floor/plating,/area/hallway/primary/central_one)
"aun" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"auo" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"aup" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"auq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"auq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aur" = (/obj/structure/bed/chair/red,/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"aus" = (/obj/effect/floor_decal/industrial/outline/red,/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"aut" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/industrial/box/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor,/area/maintenance/security_port)
-"auu" = (/obj/item/reagent_containers/vessel/bucket,/mob/living/bot/farmbot/premade,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"auv" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/maintenance/dormitory)
-"auw" = (/obj/random/maintenance,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/maintenance/security_port)
+"auu" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"auv" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/maintenance/dormitory)
+"auw" = (/obj/random/maintenance,/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/maintenance/security_port)
"aux" = (/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/security_port)
"auy" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"auz" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/briefingroom)
+"auz" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/briefingroom)
"auA" = (/obj/structure/bed/chair/red,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"auB" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"auC" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/obj/structure/closet/wardrobe/orange,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"auD" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"auE" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/decal/cleanable/dirt,/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/vessel/bucket,/obj/item/mop,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"auF" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/fitness/punchingbag,/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"auF" = (/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/fitness/punchingbag,/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/security/prison)
"auG" = (/obj/structure/table/rack,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/item/folder,/obj/item/folder/blue,/obj/item/folder/nt,/obj/item/folder/red,/obj/item/folder/white,/obj/item/folder/yellow,/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"auH" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/machinery/light,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"auI" = (/obj/item/clothing/head/beaverhat,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg2"},/area/maintenance/security_port)
-"auJ" = (/obj/machinery/door/airlock/glass_security{name = "Sub-Armory"; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"auK" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_c"},/area/shuttle/escape_pod1/station)
-"auL" = (/obj/machinery/photocopier,/obj/machinery/camera/network/security{c_tag = "Security - Evidence Storage"; dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"auI" = (/obj/item/clothing/head/beaverhat,/turf/simulated/floor/plating{icon_state = "dmg2"; burnt = 1},/area/maintenance/security_port)
+"auJ" = (/obj/machinery/door/airlock/glass_security{name = "Sub-Armory"; req_access = list(2)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"auK" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 1},/area/shuttle/escape_pod1/station)
+"auL" = (/obj/machinery/photocopier,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Evidence Storage"},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"auM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/southright{req_access = list(63)},/obj/machinery/door/window/northright{req_access = list(63)},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"auN" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
-"auO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"auN" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
+"auO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"auP" = (/obj/item/material/shard,/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"auQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
+"auQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/security/brigmorgue)
"auR" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"auS" = (/obj/structure/fitness/weightlifter,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 5},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"auT" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"auU" = (/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/security_port)
"auV" = (/obj/effect/shuttle_landmark/administration/station,/turf/space,/area/shuttle/administration/station)
-"auW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/security/prison)
+"auW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/security/prison)
"auX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"auY" = (/obj/item/modular_computer/tablet/lease/preset/ia,/turf/simulated/floor/trim/wood,/area/iaoffice)
"auZ" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ava" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ava" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"avb" = (/obj/structure/table/standard,/obj/effect/floor_decal/rust,/obj/item/clothing/suit/apron,/obj/item/clothing/head/flatcap,/turf/simulated/floor/tiled/rough,/area/security/prison)
"avc" = (/obj/structure/table/standard,/obj/machinery/light,/obj/item/storage/box/cups,/obj/item/reagent_containers/vessel/sillycup,/turf/simulated/floor/tiled/rough,/area/security/prison)
"avd" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
@@ -1102,55 +1102,55 @@
"avj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"avk" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/simulated/floor/trim/wood,/area/security/meeting)
"avl" = (/obj/machinery/vending/snack,/turf/simulated/floor/trim/wood,/area/security/meeting)
-"avm" = (/obj/machinery/floodlight,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"avn" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg3"},/area/maintenance/security_port)
+"avm" = (/obj/machinery/floodlight,/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"avn" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/plating{icon_state = "dmg3"; burnt = 1},/area/maintenance/security_port)
"avo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"avp" = (/turf/simulated/wall,/area/maintenance/evahallway)
"avq" = (/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"avr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"avr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_port)
"avs" = (/turf/simulated/wall,/area/security/brig)
"avt" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"avu" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"avv" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"avw" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"avw" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"avx" = (/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"avy" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"avy" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"avz" = (/turf/simulated/wall,/area/security/meeting)
-"avA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brigmorgue)
+"avA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brigmorgue)
"avB" = (/obj/structure/morgue,/turf/simulated/floor/tiled/dark/rough,/area/security/brigmorgue)
"avC" = (/obj/machinery/door/airlock/glass_medical{name = "Medical Voidsuits"; req_one_access = list(5)},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"avD" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"avE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"avE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"avF" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"avG" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"avH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
"avI" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"avJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/mob/living/bot/secbot/beepsky,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"avK" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/camera/network/security{c_tag = "Security - Lobby"; dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"avL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"avJ" = (/mob/living/bot/farmbot/premade,/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/plating,/area/maintenance/security_port)
+"avK" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Lobby"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"avL" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
"avM" = (/obj/machinery/seed_storage/garden,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"avN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/mucus,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"avO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
+"avO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
"avP" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"avQ" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 4; frequency = 1380; id_tag = "escape_pod_1"; pixel_x = -25; tag_door = "escape_pod_1_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod1,/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod1/station)
+"avQ" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 4; pixel_x = -25; frequency = 1380; id_tag = "escape_pod_1"; tag_door = "escape_pod_1_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod1,/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod1/station)
"avR" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/pods)
-"avS" = (/obj/machinery/flasher{id = "AI"; pixel_y = 24},/obj/machinery/porta_turret,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"avT" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
+"avS" = (/obj/machinery/flasher{pixel_y = 24; id = "AI"},/obj/machinery/porta_turret,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"avT" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
"avU" = (/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"avV" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
-"avW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 8; dir = 1; icon_state = "0-8"},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/security/prison)
+"avV" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
+"avW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-8"; dir = 1; d2 = 8},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/security/prison)
"avX" = (/obj/structure/closet/crate,/obj/item/reagent_containers/vessel/bottle/wine,/turf/simulated/floor/plating,/area/maintenance/security_port)
"avY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"avZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
"awa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"awb" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"awb" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_port)
"awc" = (/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/maintenance/security_port)
"awd" = (/turf/simulated/wall/r_wall,/area/security/brigswstorage)
-"awe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"awe" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"awf" = (/obj/machinery/navbeacon/box/SEC,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"awg" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"awh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
-"awi" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"awi" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
"awj" = (/obj/machinery/vending/hydronutrients,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"awk" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
"awl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
@@ -1158,16 +1158,16 @@
"awn" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/wood,/area/security/meeting)
"awo" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"awp" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/item/storage/box/lights/mixed,/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"awq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"awr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"awq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"awr" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aws" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Voidsuits"; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"awt" = (/turf/simulated/wall,/area/crew_quarters/sleep/dorms)
-"awu" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/prison)
+"awu" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/prison)
"awv" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/nw,/area/shuttle/escape_pod1/station)
-"aww" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aww" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"awx" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/escape_pod1/station)
"awy" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/nw,/area/shuttle/escape_pod2/station)
-"awz" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 1"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"awz" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 1"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"awA" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/escape_pod2/station)
"awB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/meter,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"awC" = (/obj/structure/table/steel,/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/storage/box/lights/mixed,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
@@ -1188,70 +1188,70 @@
"awR" = (/obj/structure/table/standard,/obj/item/material/kitchen/utensil/knife/plastic,/obj/item/material/kitchen/utensil/knife/plastic,/obj/item/material/kitchen/utensil/fork/plastic{pixel_x = 8},/obj/item/material/kitchen/utensil/fork/plastic{pixel_x = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"awS" = (/obj/effect/decal/cleanable/dirt,/obj/structure/bed/chair/comfy{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
"awT" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/corner/red/three_quarters,/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"awU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"awU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"awV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
-"awW" = (/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_straight"},/area/shuttle/escape_pod1/station)
-"awX" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 4; frequency = 1380; id_tag = "escape_pod_2"; pixel_x = -25; tag_door = "escape_pod_2_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod2,/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
-"awY" = (/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_straight"},/area/shuttle/escape_pod2/station)
-"awZ" = (/obj/structure/coatrack{pixel_x = -4; pixel_y = 12},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -24},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"axa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/security_port)
+"awW" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 1},/area/shuttle/escape_pod1/station)
+"awX" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 4; pixel_x = -25; frequency = 1380; id_tag = "escape_pod_2"; tag_door = "escape_pod_2_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod2,/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
+"awY" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 1},/area/shuttle/escape_pod2/station)
+"awZ" = (/obj/structure/coatrack{pixel_x = -4; pixel_y = 12},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/machinery/light_switch{dir = 4; pixel_x = -24; on = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"axa" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/security_port)
"axb" = (/turf/simulated/wall,/area/security/detectives_office)
-"axc" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
+"axc" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"axd" = (/obj/effect/floor_decal/oldflood,/obj/random/maintenance,/turf/simulated/floor/tiled/white/rough,/area/maintenance/security_port)
"axe" = (/obj/machinery/alarm{pixel_y = 23},/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Six"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
"axf" = (/obj/structure/table/steel,/obj/item/device/taperecorder,/obj/item/device/flashlight/lamp,/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
-"axg" = (/obj/machinery/photocopier/faxmachine{anchored = 0; department = "Internal Affairs"},/obj/structure/table/woodentable,/turf/simulated/floor/trim/wood,/area/iaoffice)
+"axg" = (/obj/machinery/photocopier/faxmachine{department = "Internal Affairs"; anchored = 0},/obj/structure/table/woodentable,/turf/simulated/floor/trim/wood,/area/iaoffice)
"axh" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/taperecorder,/turf/simulated/floor/trim/wood,/area/iaoffice)
"axi" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"axj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/porta_turret{dir = 8},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"axk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/bed/chair/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"axl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"axk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/bed/chair/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"axl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"axm" = (/turf/simulated/wall,/area/hallway/primary/fore)
-"axn" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"axn" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"axo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"axp" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
-"axq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc/super/critical{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"axp" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"axq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc/super/critical{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"axr" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/security/brig)
"axs" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/reinforced,/obj/item/material/ashtray/plastic,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/rough,/area/security/brig)
"axt" = (/obj/structure/closet/crate/hydroponics,/obj/item/device/analyzer/plant_analyzer,/obj/item/storage/plants,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/material/minihoe,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"axu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"axu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"axv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"axw" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/suit_storage_unit/security,/obj/effect/floor_decal/industrial/box/red,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"axx" = (/obj/effect/floor_decal/rust,/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"axy" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
"axz" = (/obj/structure/table/standard,/obj/item/book/wiki/chef_recipes,/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -7},/turf/simulated/floor/tiled/rough,/area/security/prison)
"axA" = (/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"axB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/bar)
+"axB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/bar)
"axC" = (/obj/machinery/light/small/emergency{dir = 8},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod1/station)
"axD" = (/obj/machinery/light/small/emergency{dir = 8},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/bed/chair/shuttle/blue{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
-"axE" = (/obj/structure/bed/chair{dir = 8},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/security_port)
+"axE" = (/mob/living/simple_animal/mouse,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_port)
"axF" = (/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"axG" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"axH" = (/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"axI" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 1"; req_access = list(63)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"axI" = (/obj/machinery/door/airlock/glass_security{name = "Security Processing 1"; req_access = list(63)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"axJ" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"axK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 5},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"axL" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"axL" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
"axM" = (/obj/structure/window/basic{dir = 8},/obj/structure/table/glass,/obj/machinery/microscope,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"axN" = (/obj/item/device/radio/intercom/department/security{pixel_y = 22},/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/records,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"axO" = (/obj/structure/table/glass,/obj/item/device/reagent_scanner,/obj/item/device/mass_spectrometer,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"axP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/window/basic{dir = 8},/obj/structure/table/glass,/obj/item/forensics/sample_kit,/obj/item/forensics/sample_kit/powder,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"axQ" = (/obj/structure/morgue{dir = 2},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"axR" = (/obj/structure/table/standard,/obj/item/deck/cards,/obj/machinery/camera/network/security{c_tag = "Security - Prison East"; dir = 1},/obj/machinery/flasher{id = "permentryflash"; pixel_y = -28},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"axR" = (/obj/structure/table/standard,/obj/item/deck/cards,/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Prison East"},/obj/machinery/flasher{pixel_y = -28; id = "permentryflash"},/turf/simulated/floor/tiled/rough,/area/security/prison)
"axS" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/trim/wood,/area/iaoffice)
"axT" = (/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/iaoffice)
"axU" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"axV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/iaoffice)
+"axV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/wood,/area/iaoffice)
"axW" = (/obj/machinery/porta_turret{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"axX" = (/obj/structure/closet{name = "Evidence Closet"},/obj/item/device/camera,/turf/simulated/floor/trim/wood,/area/iaoffice)
"axY" = (/turf/simulated/open,/area/hallway/primary/fore)
"axZ" = (/obj/structure/table/standard,/obj/item/reagent_containers/vessel/glass,/obj/item/reagent_containers/vessel/glass,/obj/item/reagent_containers/vessel/glass,/obj/machinery/light,/obj/item/reagent_containers/vessel/bottle/absinthe,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aya" = (/obj/structure/bed/chair/comfy{dir = 8},/obj/effect/decal/cleanable/vomit,/obj/effect/decal/cleanable/cobweb{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"ayb" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
+"ayb" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"ayc" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/seclobby)
"ayd" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light{dir = 8},/obj/structure/sign/security{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aye" = (/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayf" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayf" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayg" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/bed/chair/red,/obj/structure/sign/recruitment{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayi" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
@@ -1263,79 +1263,79 @@
"ayo" = (/obj/structure/bed/chair/comfy/beige{dir = 4},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
"ayp" = (/obj/structure/table/woodentable,/obj/random/snack,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
"ayq" = (/obj/machinery/door/airlock/maintenance{id_tag = "HoloControl"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/maintenance/security_starboard)
-"ayr" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "jopa_govno"; name = "Privacy Shutters"; opacity = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/security/meeting)
+"ayr" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "jopa_govno"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/security/meeting)
"ays" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin2)
-"ayt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/security{c_tag = "Security - Interrogation"; dir = 8},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
-"ayu" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_1_hatch"; locked = 1; name = "Escape Pod Hatch"; req_access = list(13)},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod1/station)
-"ayv" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayw" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayx" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_2_hatch"; locked = 1; name = "Escape Pod Hatch"; req_access = list(13)},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
+"ayt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Interrogation"},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
+"ayu" = (/obj/machinery/door/airlock/external{name = "Escape Pod Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_1_hatch"},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod1/station)
+"ayv" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayw" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayx" = (/obj/machinery/door/airlock/external{name = "Escape Pod Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_2_hatch"},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
"ayy" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
-"ayz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"ayA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayz" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
+"ayA" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayB" = (/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"ayC" = (/obj/structure/table/steel,/obj/effect/floor_decal/corner/red{dir = 9},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/flame/lighter/zippo,/obj/effect/floor_decal/rust,/obj/item/device/radio/intercom/department/security{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"ayD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"ayE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"ayF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"ayG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayG" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/bed/chair/office/light{dir = 8},/obj/effect/landmark/start/crew/detective,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"ayI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"ayJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"ayK" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - Northwest"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayL" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/vending/wallmed1{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"ayN" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "jopa_govno"; name = "Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/meeting)
-"ayO" = (/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "jopa_govno"; name = "Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/meeting)
-"ayP" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/trim/wood,/area/iaoffice)
-"ayQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/iaa,/turf/simulated/floor/trim/carpet,/area/iaoffice)
-"ayR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet,/area/iaoffice)
-"ayS" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayK" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - Northwest"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayL" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/vending/wallmed1{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayN" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "jopa_govno"},/turf/simulated/floor/plating,/area/security/meeting)
+"ayO" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "jopa_govno"},/turf/simulated/floor/plating,/area/security/meeting)
+"ayP" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/turf/simulated/floor/trim/wood,/area/iaoffice)
+"ayQ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/iaa,/turf/simulated/floor/trim/carpet,/area/iaoffice)
+"ayR" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet,/area/iaoffice)
+"ayS" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayT" = (/turf/simulated/wall,/area/crew_quarters/sleep)
"ayU" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 8},/turf/simulated/wall,/area/maintenance/security_starboard)
"ayV" = (/turf/simulated/wall,/area/crew_quarters/sleep/cryo)
-"ayW" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/alarm{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"ayW" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/alarm{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"ayX" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/civilian_east)
"ayY" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Civilian East Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"ayZ" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Civilian East"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"aza" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian East Subgrid"; name_tag = "Civilian East Subgrid"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"azb" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"azc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"azd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
-"aze" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"azf" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"ayZ" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Civilian East"},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"aza" = (/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian East Subgrid"; name_tag = "Civilian East Subgrid"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"azb" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"azc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"aze" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"azf" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
"azg" = (/turf/simulated/floor/reinforced{name = "Holodeck Projector Floor"},/area/holodeck/alphadeck)
-"azh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - North"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"azi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - North"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"azj" = (/obj/machinery/light/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"azk" = (/obj/structure/bed/chair{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"azl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azl" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"azm" = (/obj/structure/table/woodentable,/obj/item/storage/photo_album{pixel_y = -10},/obj/item/device/camera_film,/obj/item/device/camera_film,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"azn" = (/obj/item/reagent_containers/vessel/can/dopecola,/obj/item/clothing/head/rasta,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"azo" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/carpet,/area/iaoffice)
-"azp" = (/obj/structure/table/woodentable,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
+"azo" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/carpet,/area/iaoffice)
+"azp" = (/obj/structure/table/woodentable,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"azq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/window/westleft{name = "Forensics Area"},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"azr" = (/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"azs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"azt" = (/obj/machinery/optable,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"azu" = (/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/iaoffice)
-"azv" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
+"azv" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
"azw" = (/obj/machinery/light{dir = 8},/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/iaoffice)
"azx" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/carpet,/area/iaoffice)
"azy" = (/turf/simulated/floor/trim/carpet,/area/iaoffice)
"azz" = (/obj/item/folder{pixel_x = -4},/obj/item/folder/red{pixel_y = 3},/obj/item/folder/blue{pixel_x = 5},/obj/item/folder/yellow,/obj/structure/table/woodentable,/obj/item/stamp/internalaffairs,/obj/item/pen,/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/item/stamp/ok,/obj/item/stamp/void,/turf/simulated/floor/trim/carpet,/area/iaoffice)
"azA" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/trim/carpet,/area/iaoffice)
"azB" = (/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/iaoffice)
-"azC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"azD" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Bedroom Aft"; dir = 1},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"azE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"azC" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azD" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Bedroom Aft"},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"azE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
"azF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"azG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"azG" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"azH" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/item/caution/cone,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"azI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"azJ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
-"azK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
-"azL" = (/obj/structure/bed/chair/comfy/beige{dir = 1},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
+"azJ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
+"azK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
+"azL" = (/obj/structure/bed/chair/comfy/beige{dir = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
"azM" = (/obj/structure/bed/chair/comfy/beige{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
"azN" = (/obj/structure/bed/padded,/obj/structure/curtain/open/bed{anchored = 1},/obj/item/bedsheet/blue,/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Two"},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
"azO" = (/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
@@ -1343,22 +1343,22 @@
"azQ" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"azR" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin3)
"azS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"azT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"azU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"azV" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/engineering{c_tag = "Civilian East Substation"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"azW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/brig)
+"azT" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"azU" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"azV" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/terminal{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Civilian East Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"azW" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/brig)
"azX" = (/obj/machinery/autolathe,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"azY" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
+"azY" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
"azZ" = (/turf/simulated/wall,/area/hallway/secondary/entry/pods)
"aAa" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/storage/photo_album{pixel_y = -10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"aAb" = (/obj/structure/sign/warning/pods,/turf/simulated/wall,/area/hallway/secondary/entry/pods)
"aAc" = (/obj/machinery/light/small,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
"aAd" = (/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/space)
-"aAe" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{id_tag = "detdoor"; name = "Detective"; req_access = list(4)},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aAe" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Detective"; req_access = list(4); id_tag = "detdoor"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aAg" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aAh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Mech Bay"; req_access = list(29)},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"aAi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/machinery/door/airlock/research{name = "Mech Bay"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(29)},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"aAi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aAj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aAk" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aAl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/window/basic{dir = 8},/obj/structure/sink{pixel_y = -12},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
@@ -1366,56 +1366,56 @@
"aAn" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/taperecorder,/obj/machinery/newscaster{pixel_x = -30},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aAo" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"aAp" = (/obj/item/autopsy_scanner,/obj/item/scalpel,/obj/item/reagent_containers/spray/sterilizine,/obj/structure/table/glass,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"aAq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAr" = (/obj/machinery/requests_console{department = "Internal Affairs"; departmentType = 5; name = "Internal Affairs RC"; pixel_x = -30},/obj/structure/closet/lawcloset,/turf/simulated/floor/trim/wood,/area/iaoffice)
-"aAs" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/button/remote/blast_door{id = "lawyer_blast"; name = "Privacy Shutters"; pixel_x = 28; pixel_y = 6; req_access = list(38)},/obj/machinery/button/remote/airlock{id = "IAdoor"; name = "Office Door"; pixel_x = 28; pixel_y = -2; req_access = list(38)},/obj/effect/landmark/start/crew/iaa,/turf/simulated/floor/trim/carpet,/area/iaoffice)
+"aAq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAr" = (/obj/machinery/requests_console{name = "Internal Affairs RC"; pixel_x = -30; department = "Internal Affairs"; departmentType = 5},/obj/structure/closet/lawcloset,/turf/simulated/floor/trim/wood,/area/iaoffice)
+"aAs" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; pixel_x = 28; pixel_y = 6; id = "lawyer_blast"; req_access = list(38)},/obj/machinery/button/remote/airlock{name = "Office Door"; pixel_x = 28; pixel_y = -2; id = "IAdoor"; req_access = list(38)},/obj/effect/landmark/start/crew/iaa,/turf/simulated/floor/trim/carpet,/area/iaoffice)
"aAt" = (/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet,/area/iaoffice)
"aAu" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/trim/carpet,/area/iaoffice)
-"aAv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAw" = (/obj/structure/cable/green,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"aAx" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"aAy" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"aAz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - Northeast"},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAw" = (/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"aAx" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"aAy" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"aAz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/security{c_tag = "Primary Hallway Fore - Northeast"},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aAA" = (/obj/structure/table/steel,/obj/item/reagent_containers/spray/cleaner,/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
-"aAB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aAC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"aAB" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aAC" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
"aAD" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/security/brig/interrogation)
"aAE" = (/obj/structure/dispenser,/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"aAF" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
-"aAG" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/bed/chair/pedalgen{dir = 1},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aAH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "Prison Lockdown"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
+"aAF" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "Prison Lockdown"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
+"aAG" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/bed/chair/pedalgen{dir = 1},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"aAH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "Prison Lockdown"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
"aAI" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
-"aAJ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAK" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/turf/simulated/floor/tiled/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"aAL" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_1_berth_hatch"; locked = 1; name = "Escape Pod"; req_access = list(13)},/obj/machinery/navbeacon/wayfinding/dockescpod1,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/pods)
-"aAM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAN" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_2_berth_hatch"; locked = 1; name = "Escape Pod"; req_access = list(13)},/obj/machinery/navbeacon/wayfinding/dockescpod2,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/pods)
+"aAJ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAK" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/turf/simulated/floor/tiled/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"aAL" = (/obj/machinery/door/airlock/external{name = "Escape Pod"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_1_berth_hatch"},/obj/machinery/navbeacon/wayfinding/dockescpod1,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/pods)
+"aAM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAN" = (/obj/machinery/door/airlock/external{name = "Escape Pod"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_2_berth_hatch"},/obj/machinery/navbeacon/wayfinding/dockescpod2,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/pods)
"aAO" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/door/window/northleft{req_access = list(63)},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aAP" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAP" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aAQ" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aAR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aAR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aAS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/door/window/northright{req_access = list(63)},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aAT" = (/obj/structure/window/reinforced{dir = 8},/obj/item/modular_computer/console/preset/security,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aAT" = (/obj/structure/window/reinforced{dir = 8},/obj/item/modular_computer/console/preset/security,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aAU" = (/obj/machinery/navbeacon/delivery/Hydroponics,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aAV" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/bed/chair/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aAW" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aAX" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aAY" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/navbeacon/wayfinding/det,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aAY" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/navbeacon/wayfinding/det,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aAZ" = (/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aBa" = (/obj/structure/closet/secure_closet/brig,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aBb" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aBb" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aBc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aBd" = (/obj/structure/window_frame/rblack,/turf/simulated/floor/plating,/area/chapel/main)
"aBe" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aBf" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aBf" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aBg" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/bed/chair{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aBh" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"aBi" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aBj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aBk" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"aBj" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aBk" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
"aBl" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aBm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aBn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
+"aBn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"aBo" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aBp" = (/obj/random/pottedplant,/obj/effect/floor_decal/spline/fancy/corner,/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aBq" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
@@ -1423,18 +1423,18 @@
"aBs" = (/obj/machinery/shield_diffuser,/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/space)
"aBt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
"aBu" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 4},/turf/space,/area/space)
-"aBv" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
-"aBw" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/bed/chair/office/dark,/obj/machinery/button/remote/blast_door{id = "Prison Gate"; name = "Brig Lockdown Control"; pixel_x = -35; pixel_y = 23; req_access = list(2)},/obj/machinery/button/remote/airlock{id = "BrigFoyer"; name = "Main Entrance Control"; pixel_x = -23; pixel_y = 32; req_access = list(2)},/obj/machinery/button/flasher{id = "permentryflash"; name = "Prison Flash"; pixel_x = -23; pixel_y = 23; req_access = list(2)},/obj/machinery/button/remote/blast_door{id = "brig_observation"; name = "Prison Observation Shutters"; pixel_x = -35; pixel_y = 32; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aBx" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/computer/guestpass{pixel_y = -28},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aBy" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction{dir = 4; name = "IA Agent"; sortType = "IA Agent"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aBz" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/bed/chair/office/dark,/obj/machinery/button/remote/blast_door{dir = 8; id = "Prison Gate"; name = "Brig Lockdown Control"; pixel_x = 31; pixel_y = 23; req_access = list(2)},/obj/machinery/button/remote/airlock{dir = 8; id = "BrigFoyer"; name = "Main Entrance Control"; pixel_x = 22; pixel_y = 23; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aBA" = (/obj/structure/window/reinforced{dir = 4},/obj/item/modular_computer/console/preset/security,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aBB" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/item/material/ashtray/plastic,/obj/machinery/door/window/brigdoor/southleft{name = "interior door"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aBC" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
+"aBv" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"aBw" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/bed/chair/office/dark,/obj/machinery/button/remote/blast_door{name = "Brig Lockdown Control"; pixel_x = -35; pixel_y = 23; id = "Prison Gate"; req_access = list(2)},/obj/machinery/button/remote/airlock{name = "Main Entrance Control"; pixel_x = -23; pixel_y = 32; id = "BrigFoyer"; req_access = list(2)},/obj/machinery/button/flasher{name = "Prison Flash"; pixel_x = -23; pixel_y = 23; id = "permentryflash"; req_access = list(2)},/obj/machinery/button/remote/blast_door{name = "Prison Observation Shutters"; pixel_x = -35; pixel_y = 32; id = "brig_observation"; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aBx" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/computer/guestpass{pixel_y = -28},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aBy" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction{name = "IA Agent"; dir = 4; sortType = "IA Agent"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aBz" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/bed/chair/office/dark,/obj/machinery/button/remote/blast_door{name = "Brig Lockdown Control"; dir = 8; pixel_x = 31; pixel_y = 23; id = "Prison Gate"; req_access = list(2)},/obj/machinery/button/remote/airlock{name = "Main Entrance Control"; dir = 8; pixel_x = 22; pixel_y = 23; id = "BrigFoyer"; req_access = list(2)},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aBA" = (/obj/structure/window/reinforced{dir = 4},/obj/item/modular_computer/console/preset/security,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aBB" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/obj/item/material/ashtray/plastic,/obj/machinery/door/window/brigdoor/southleft{name = "interior door"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aBC" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
"aBD" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aBE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell3{pixel_x = -1; pixel_y = 2},/obj/structure/disposalpipe/segment,/obj/machinery/door/window/brigdoor/eastleft{dir = 2; id = "Cell 3"; name = "Cell 3"; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aBE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell3{pixel_x = -1; pixel_y = 2},/obj/structure/disposalpipe/segment,/obj/machinery/door/window/brigdoor/eastleft{name = "Cell 3"; dir = 2; id = "Cell 3"; req_access = list(2)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"aBF" = (/obj/structure/bed/roller,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
-"aBG" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
+"aBG" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
"aBH" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/item/material/ashtray/plastic,/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aBI" = (/obj/structure/table/darkwood_reinforced,/obj/item/clothing/head/that{pixel_x = 4; pixel_y = 6},/obj/item/screwdriver,/obj/item/book/wiki/barman_recipes,/obj/item/reagent_containers/rag,/obj/item/reagent_containers/rag,/obj/item/music_tape_box/exodus,/obj/effect/landmark/roundstart/monkeyportrait{pixel_x = 4; pixel_y = 28},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aBJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
@@ -1442,37 +1442,37 @@
"aBL" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aBM" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/vending/cola,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aBN" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
-"aBO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
+"aBO" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
"aBP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/bed/roller,/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"aBQ" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/security/brig)
"aBR" = (/obj/effect/floor_decal/oldflood,/obj/structure/table/standard,/obj/item/scalpel,/obj/item/hemostat,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aBS" = (/obj/machinery/door/window/brigdoor/eastleft{dir = 2; id = "Cell 2"; name = "Cell 2"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell2{pixel_x = -1; pixel_y = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aBS" = (/obj/machinery/door/window/brigdoor/eastleft{name = "Cell 2"; dir = 2; id = "Cell 2"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell2{pixel_x = -1; pixel_y = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"aBT" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
-"aBU" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
-"aBV" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
-"aBW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
+"aBU" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
+"aBV" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
+"aBW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/detectives_office)
"aBX" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aBY" = (/obj/effect/floor_decal/oldflood,/obj/item/wrench,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/plating,/area/maintenance/security_port)
"aBZ" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCa" = (/obj/effect/floor_decal/oldflood,/obj/random/firstaid,/turf/simulated/floor{icon_state = "dmg2"},/area/maintenance/security_port)
"aCb" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aCc" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aCc" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCd" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCe" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aCf" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
+"aCf" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/prison)
"aCg" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/fitness)
"aCh" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aCi" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aCi" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCj" = (/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aCk" = (/obj/effect/floor_decal/oldflood,/obj/structure/table/standard,/obj/item/cautery,/obj/random/medical/lite,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/security_port)
"aCl" = (/obj/effect/floor_decal/stairs,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"aCm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCn" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aCo" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Holodeck North"; pixel_y = -32},/turf/simulated/floor/plating,/area/crew_quarters/fitness)
+"aCo" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{pixel_y = -32; c_tag = "Dormitory Holodeck North"},/turf/simulated/floor/plating,/area/crew_quarters/fitness)
"aCp" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aCq" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aCr" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/seclobby)
-"aCs" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/dormitory)
+"aCs" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/dormitory)
"aCt" = (/obj/machinery/computer/cryopod{pixel_x = -32},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aCu" = (/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aCv" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
@@ -1483,18 +1483,18 @@
"aCA" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/navbeacon/wayfinding/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aCB" = (/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"aCC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aCD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/meeting)
-"aCE" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/meeting)
+"aCD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/meeting)
+"aCE" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/meeting)
"aCF" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/meeting)
"aCG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/meeting)
"aCH" = (/obj/structure/table/steel,/obj/item/stack/medical/bruise_pack{pixel_x = 8; pixel_y = 4},/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/device/healthanalyzer,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aCI" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg4"},/area/maintenance/dormitory)
+"aCI" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg4"; burnt = 1},/area/maintenance/dormitory)
"aCJ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/fore)
"aCK" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aCL" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/seclobby)
-"aCM" = (/obj/machinery/door/window/brigdoor/eastleft{dir = 2; id = "Cell 1"; name = "Cell 1"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell1{pixel_x = -1; pixel_y = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aCN" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{desc = "By gods, release the hounds!"; id = "cell3shutters"; name = "Prison Gate 3"},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aCO" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/door/blast/regular{desc = "By gods, release the hounds!"; id = "cell2shutters"; name = "Prison Gate 2"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aCL" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/seclobby)
+"aCM" = (/obj/machinery/door/window/brigdoor/eastleft{name = "Cell 1"; dir = 2; id = "Cell 1"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/sign/cell1{pixel_x = -1; pixel_y = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aCN" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Prison Gate 3"; desc = "By gods, release the hounds!"; id = "cell3shutters"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aCO" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/door/blast/regular{name = "Prison Gate 2"; desc = "By gods, release the hounds!"; id = "cell2shutters"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"aCP" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aCR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
@@ -1502,18 +1502,18 @@
"aCT" = (/obj/machinery/light{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/simulated/open,/area/security/brig)
"aCU" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aCV" = (/obj/effect/decal/cleanable/mucus,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aCW" = (/obj/structure/closet/secure_closet/brig{id = "Cell 3"; name = "Cell 3 Locker"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"aCX" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"aCW" = (/obj/structure/closet/secure_closet/brig{name = "Cell 3 Locker"; id = "Cell 3"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"aCX" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aCY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aCZ" = (/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg4"},/area/maintenance/security_port)
+"aCZ" = (/turf/simulated/floor/plating{icon_state = "dmg4"; burnt = 1},/area/maintenance/security_port)
"aDa" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aDb" = (/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/maintenance/security_port)
-"aDc" = (/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg3"},/area/maintenance/security_port)
-"aDd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{density = 0; dir = 8; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
-"aDe" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"aDb" = (/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/maintenance/security_port)
+"aDc" = (/turf/simulated/floor/plating{icon_state = "dmg3"; burnt = 1},/area/maintenance/security_port)
+"aDd" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 8; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"aDe" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/plating,/area/maintenance/substation/security)
"aDf" = (/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aDg" = (/obj/structure/closet/secure_closet/brig{id = "Cell 2"; name = "Cell 2 Locker"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"aDh" = (/obj/structure/closet/secure_closet/brig{id = "Cell 1"; name = "Cell 1 Locker"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"aDg" = (/obj/structure/closet/secure_closet/brig{name = "Cell 2 Locker"; id = "Cell 2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"aDh" = (/obj/structure/closet/secure_closet/brig{name = "Cell 1 Locker"; id = "Cell 1"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/prison)
"aDi" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aDj" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aDk" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
@@ -1521,43 +1521,44 @@
"aDm" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDn" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/item/stool/padded,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDo" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aDp" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/seclobby)
+"aDp" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/seclobby)
"aDq" = (/obj/structure/fitness/weightlifter,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aDr" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{desc = "By gods, release the hounds!"; id = "cell1shutters"; name = "Prison Gate 1"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDs" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/door/airlock/glass_security{frequency = 1379; id_tag = "PrisonDoorA"; name = "Prison Entry"; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{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/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aDr" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Prison Gate 1"; desc = "By gods, release the hounds!"; id = "cell1shutters"},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDs" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/door/airlock/glass_security{name = "Prison Entry"; frequency = 1379; req_access = list(2); id_tag = "PrisonDoorA"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig)
"aDv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aDw" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aDx" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDy" = (/obj/effect/floor_decal/spline/plain/black,/obj/machinery/door/airlock/glass_security{frequency = 1379; id_tag = "PrisonDoorB"; name = "Prison Entry"; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDz" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aDA" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/item/material/ashtray/plastic,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/brigdoor/southright{name = "interior door"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aDB" = (/obj/machinery/button/remote/airlock{dir = 1; id = "Dorm 1"; name = "Door Bolts"; pixel_x = -5; pixel_y = -25; specialfunctions = 4},/obj/machinery/light_switch{dir = 1; pixel_x = 4; pixel_y = -25},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
+"aDx" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDy" = (/obj/effect/floor_decal/spline/plain/black,/obj/machinery/door/airlock/glass_security{name = "Prison Entry"; frequency = 1379; req_access = list(2); id_tag = "PrisonDoorB"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDz" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aDA" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/table/reinforced,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/item/material/ashtray/plastic,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/brigdoor/southright{name = "interior door"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aDB" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 1; pixel_x = -5; pixel_y = -25; id = "Dorm 1"; specialfunctions = 4},/obj/machinery/light_switch{dir = 1; pixel_x = 4; pixel_y = -25},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
"aDC" = (/obj/effect/floor_decal/industrial/standclear/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"aDD" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "lawyer_blast"; name = "Privacy Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/iaoffice)
+"aDD" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "lawyer_blast"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/iaoffice)
"aDE" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDF" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor,/area/maintenance/security_port)
"aDG" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin1)
"aDH" = (/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aDI" = (/obj/effect/floor_decal/industrial/loading,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"aDI" = (/obj/effect/floor_decal/industrial/loading,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"aDJ" = (/obj/structure/window_frame/grille,/turf/space,/area/maintenance/exterior)
"aDK" = (/obj/structure/undies_wardrobe,/obj/effect/floor_decal/spline/fancy,/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aDL" = (/obj/structure/closet/wardrobe/pjs,/obj/effect/floor_decal/spline/fancy,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/sign/double/picturesky/left{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aDM" = (/obj/structure/closet/wardrobe/pjs,/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/sign/double/picturesky/right{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aDN" = (/obj/structure/window_frame/grille,/obj/structure/lattice,/turf/space,/area/maintenance/exterior)
+"aDO" = (/mob/living/simple_animal/mouse,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aDP" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/vending/cigarette,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDQ" = (/obj/structure/closet/toolcloset,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aDR" = (/obj/item/weldingtool,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aDS" = (/obj/structure/closet/crate,/obj/item/material/minihoe,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aDT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
-"aDU" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"aDT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"aDU" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"aDV" = (/obj/structure/closet,/obj/item/clothing/suit/storage/toggle/marshal_jacket,/obj/item/clothing/accessory/badge/marshal,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"aDW" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/vending/snack,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDX" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/vending/cola,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aDY" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aDZ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/fitness)
-"aEa" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/spline/fancy{dir = 10},/obj/machinery/newscaster{pixel_y = 32},/obj/random/plushie,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"aEa" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/spline/fancy{dir = 10},/obj/machinery/newscaster{pixel_y = 32},/obj/random/plushie,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aEb" = (/obj/structure/bed/padded,/obj/item/bedsheet/purple,/obj/structure/curtain/open/bed{anchored = 1},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aEc" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aEd" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin2)
@@ -1570,22 +1571,22 @@
"aEk" = (/obj/machinery/light{dir = 1},/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aEl" = (/obj/structure/closet/lasertag/blue,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aEm" = (/obj/structure/closet/lasertag/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aEn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aEo" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aEp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aEn" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aEo" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aEp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aEq" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEr" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin3)
"aEs" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aEt" = (/obj/structure/barricade/security,/obj/effect/floor_decal/industrial/boxcorners/red{dir = 1},/obj/effect/floor_decal/industrial/boxcorners/red{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - South-western Storage"; dir = 8},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
-"aEu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"aEt" = (/obj/structure/barricade/security,/obj/effect/floor_decal/industrial/boxcorners/red{dir = 1},/obj/effect/floor_decal/industrial/boxcorners/red{dir = 4},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - South-western Storage"},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
+"aEu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"aEv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light/small,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
"aEw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/security/brig)
"aEx" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/fore)
-"aEy" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "admin_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -8; pixel_y = 26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aEy" = (/obj/machinery/access_button{name = "interior access button"; pixel_x = -8; pixel_y = 26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "admin_shuttle_dock_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/secondary/entry/pods)
"aEA" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEB" = (/obj/structure/barricade/security,/obj/effect/floor_decal/industrial/boxcorners/red{dir = 8},/obj/effect/floor_decal/industrial/boxcorners/red,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brigswstorage)
-"aEC" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
+"aEC" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aED" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/camera/network/exodus{c_tag = "Arrivals Northwest"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEE" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEF" = (/obj/machinery/photocopier,/turf/simulated/floor/trim/wood,/area/iaoffice)
@@ -1595,43 +1596,43 @@
"aEJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aEK" = (/obj/effect/floor_decal/corner/grey{dir = 9},/turf/simulated/wall,/area/maintenance/security_starboard)
"aEL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Maintenance West"},/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aEM" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
+"aEM" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aEN" = (/obj/machinery/vending/assist,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aEO" = (/obj/machinery/cryopod{dir = 2},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
"aEP" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEQ" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aER" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aES" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/camera/network/exodus{c_tag = "Arrivals North"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aET" = (/obj/machinery/light{dir = 1},/obj/machinery/power/apc/high{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aEU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aEV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/white{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aET" = (/obj/machinery/light{dir = 1},/obj/machinery/power/apc/high{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aEU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aEV" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/white{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aEW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/pods)
-"aEX" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aEY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aEZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aFa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aFb" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/sign/warning/pods{dir = 4; pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aFc" = (/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Fore"; dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aFd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aEX" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aEY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aEZ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aFa" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aFb" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/sign/warning/pods{dir = 4; pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aFc" = (/obj/machinery/camera/network/exodus{dir = 4; c_tag = "Primary Hallway Fore"},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aFd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aFe" = (/obj/machinery/door/airlock/glass{name = "Holodeck"},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aFf" = (/obj/machinery/door/airlock/glass{name = "Holodeck"},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aFg" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/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/structure/sign/warning/high_voltage{pixel_x = -32},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aFh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aFg" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/warning/high_voltage{pixel_x = -32},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aFh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aFi" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"aFj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{id_tag = "Dormitory 1"; name = "Dormitory"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"aFj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Dormitory"; id_tag = "Dormitory 1"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aFk" = (/obj/effect/floor_decal/corner/grey{dir = 9},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aFl" = (/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aFm" = (/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aFn" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/cola,/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aFo" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 8},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/hallway/secondary/entry/pods)
-"aFp" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/hallway/secondary/entry/pods)
-"aFq" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 4},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/hallway/secondary/entry/pods)
-"aFr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/hallway/primary/fore)
-"aFs" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Fitness Room"; sortType = "Fitness Room"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aFt" = (/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/spline/fancy/corner,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Fitness Room Central"; dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aFo" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 8},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/hallway/secondary/entry/pods)
+"aFp" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/hallway/secondary/entry/pods)
+"aFq" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 4},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/hallway/secondary/entry/pods)
+"aFr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/hallway/primary/fore)
+"aFs" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{name = "Fitness Room"; dir = 2; sortType = "Fitness Room"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aFt" = (/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/spline/fancy/corner,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Fitness Room Central"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aFu" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aFv" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aFw" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aFw" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aFx" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/flora/pottedplant/orientaltree,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aFy" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/bed/chair/black{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aFz" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/table/standard,/obj/item/material/ashtray/bronze,/obj/random/smokes,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
@@ -1645,70 +1646,70 @@
"aFH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aFI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aFJ" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/security/meeting)
-"aFK" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/security/meeting)
+"aFK" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/wood,/area/security/meeting)
"aFL" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal,/turf/simulated/floor/trim/wood,/area/security/meeting)
"aFM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aFN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aFO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/meeting)
-"aFP" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1380; master_tag = "admin_shuttle_dock_airlock"; name = "exterior access button"; pixel_x = -24; pixel_y = 8; req_one_access = list(13)},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "admin_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aFP" = (/obj/machinery/access_button{name = "exterior access button"; dir = 1; pixel_x = -24; pixel_y = 8; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "admin_shuttle_dock_airlock"},/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "admin_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aFQ" = (/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxstarboard)
-"aFR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aFS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aFT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aFR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aFS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aFT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aFU" = (/obj/structure/barricade/material,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aFV" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_south_outer"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "escape_dock_south_mech"; pixel_y = 19},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1380; layer = 7; master_tag = "escape_dock_south_airlock"; name = "exterior access button"; pixel_x = 7; pixel_y = 26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"aFW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aFX" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aFV" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_south_outer"},/obj/machinery/mech_sensor{dir = 8; pixel_y = 19; frequency = 1380; id_tag = "escape_dock_south_mech"},/obj/machinery/access_button{name = "exterior access button"; dir = 4; layer = 7; pixel_x = 7; pixel_y = 26; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "escape_dock_south_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"aFW" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aFX" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aFY" = (/obj/random/pottedplant,/obj/machinery/light/small,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aFZ" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"aGa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aGa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aGb" = (/obj/machinery/door/airlock/maintenance,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aGc" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/camera/network/command{c_tag = "Bridge - Captain's Quarters"; dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"aGd" = (/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"aGe" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
+"aGc" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/camera/network/command{dir = 1; c_tag = "Bridge - Captain's Quarters"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"aGd" = (/obj/structure/cable/cyan{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"aGe" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aGf" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/door/airlock/glass{name = "Kitchen"; req_one_access = list(28,35)},/turf/simulated/floor/tiled/white/rough,/area/hydroponics/garden)
"aGg" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/flame/lighter/random,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aGh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_port)
+"aGh" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_port)
"aGi" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/light/small/hl,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
-"aGj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aGj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGk" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGl" = (/turf/simulated/wall,/area/maintenance/substation/civilian_east)
"aGm" = (/obj/item/disk/design_disk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"aGn" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/spline/fancy,/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/random/coin,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"aGn" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/spline/fancy,/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/random/coin,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aGo" = (/obj/structure/bed/chair/brown,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aGp" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aGq" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aGr" = (/obj/structure/bed/padded,/obj/item/bedsheet/purple,/obj/structure/curtain/open/bed{anchored = 1},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"aGs" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/airlock{dir = 4; id = "HoloControl"; name = "Maintenance Lock"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
+"aGs" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/airlock{name = "Maintenance Lock"; dir = 4; pixel_x = -25; pixel_y = -5; id = "HoloControl"; specialfunctions = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aGt" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aGu" = (/obj/machinery/door/airlock/glass{name = "Holodeck Control"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aGv" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/bottle/small/beer,/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
"aGw" = (/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aGx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aGy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aGx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
+"aGy" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGz" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = -5; pixel_y = 7},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/woodentable,/obj/item/folder/red,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGB" = (/obj/structure/disposalpipe/segment,/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/folder/yellow,/obj/item/folder/white,/obj/item/folder/blue,/obj/item/pen,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aGC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aGC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aGD" = (/obj/machinery/door/airlock/maintenance,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/crew_quarters/sleep)
-"aGE" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Holodeck Control"; dir = 4},/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
+"aGE" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Dormitory Holodeck Control"},/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aGF" = (/obj/machinery/computer/HolodeckControl{linkedholodeck_area = /area/holodeck/alphadeck; programs_list_id = "ExodusMainPrograms"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aGG" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/crew_quarters/fitness)
"aGH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/fitness)
"aGI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aGJ" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{frequency = 1380; id_tag = "escape_pod_1_berth"; pixel_x = -25; pixel_y = 30; tag_door = "escape_pod_1_berth_hatch"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aGJ" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{pixel_x = -25; pixel_y = 30; frequency = 1380; id_tag = "escape_pod_1_berth"; tag_door = "escape_pod_1_berth_hatch"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aGK" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aGL" = (/obj/structure/closet/firecloset,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aGM" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_y = 28},/obj/item/crowbar,/obj/random/medical/lite,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
-"aGN" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{frequency = 1380; id_tag = "escape_pod_2_berth"; pixel_x = -25; pixel_y = 30; tag_door = "escape_pod_2_berth_hatch"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aGN" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{pixel_x = -25; pixel_y = 30; frequency = 1380; id_tag = "escape_pod_2_berth"; tag_door = "escape_pod_2_berth_hatch"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aGO" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aGP" = (/obj/machinery/light/small{dir = 1},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aGQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aGQ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aGR" = (/obj/structure/noticeboard{pixel_x = -32},/obj/structure/table/woodentable,/obj/item/clothing/gloves/latex,/obj/item/reagent_containers/spray/luminol,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aGS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/comfy/brown{dir = 1},/obj/effect/landmark/start/crew/detective,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "detdoor"; name = "Office Door Control"; pixel_x = -26; pixel_y = 30; req_access = list(4)},/obj/machinery/button/window_frame_tint{pixel_x = -33; pixel_y = 30},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aGS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/comfy/brown{dir = 1},/obj/effect/landmark/start/crew/detective,/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = -26; pixel_y = 30; id = "detdoor"; req_access = list(4)},/obj/machinery/button/window_frame_tint{pixel_x = -33; pixel_y = 30},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aGT" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/structure/flora/pottedplant/tropicalflowers,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
-"aGU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aGV" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/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/dark,/area/crew_quarters/sleep)
+"aGU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aGV" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aGW" = (/turf/simulated/open,/area/crew_quarters/sleep)
"aGX" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/item/flame/lighter/zippo,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aGY" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/random/toy,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
@@ -1717,50 +1718,50 @@
"aHb" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/material/ashtray/plastic,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aHc" = (/obj/structure/table/standard,/obj/item/paper/exodus_holodeck,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/fitness)
"aHd" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aHe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Dormitory"},/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/navbeacon/wayfinding/dorms,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"aHe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Dormitory"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/navbeacon/wayfinding/dorms,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"aHf" = (/obj/structure/bed/padded,/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/obj/item/bedsheet/purple,/obj/machinery/light/small,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
-"aHg" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
+"aHg" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
"aHh" = (/obj/structure/bed/padded,/obj/structure/curtain/open/bed{anchored = 1},/obj/item/bedsheet/red,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
"aHi" = (/obj/machinery/photocopier,/obj/machinery/light/small,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aHj" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
-"aHk" = (/obj/structure/table/woodentable,/obj/item/clothing/under/dress/maid,/obj/item/device/camera,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/item/handcuffs/cable/pink,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"aHj" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"aHk" = (/obj/structure/table/woodentable,/obj/item/clothing/under/dress/maid,/obj/item/device/camera,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/item/handcuffs/cable/pink,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"aHl" = (/obj/structure/filingcabinet,/obj/item/storage/secure/safe{pixel_x = -22},/obj/structure/sign/double/pictureplanet/left{pixel_y = 32},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aHm" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Three"},/obj/structure/sign/double/pictureplanet/right{pixel_y = 32},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aHn" = (/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
-"aHo" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "admin_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aHo" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "admin_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aHp" = (/obj/structure/table/standard,/obj/item/material/ashtray,/obj/random/smokes,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aHq" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aHr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aHs" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aHt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aHu" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "arrivals_airlock"; name = "exterior access button"; pixel_x = -25; pixel_y = -25; req_access = list(13)},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough/airless,/area/space)
-"aHv" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "arrivals_outer"; locked = 1; name = "Engineering External Access"; req_access = list(10,13)},/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
+"aHu" = (/obj/machinery/access_button{name = "exterior access button"; dir = 1; pixel_x = -25; pixel_y = -25; frequency = 1379; req_access = list(13); command = "cycle_exterior"; master_tag = "arrivals_airlock"},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough/airless,/area/space)
+"aHv" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(10,13); id_tag = "arrivals_outer"},/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
"aHw" = (/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/space)
"aHx" = (/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough/airless,/area/space)
-"aHy" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "eva_outer"; locked = 1; name = "EVA External Access"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
-"aHz" = (/obj/machinery/airlock_sensor{id_tag = "eva_sensor"; pixel_y = 25},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "eva_pump"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
-"aHA" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "eva_airlock"; name = "EVA Airlock Console"; pixel_y = 25; req_one_access = list(1,5,11,18,24); tag_airpump = "eva_pump"; tag_chamber_sensor = "eva_sensor"; tag_exterior_door = "eva_outer"; tag_interior_door = "eva_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
-"aHB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "eva_airlock"; name = "interior access button"; pixel_x = -25; pixel_y = 25; req_access = list(13)},/obj/structure/sign/warning/out_of_service{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aHC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aHy" = (/obj/machinery/door/airlock/external{name = "EVA External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "eva_outer"},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
+"aHz" = (/obj/machinery/airlock_sensor{pixel_y = 25; id_tag = "eva_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "eva_pump"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
+"aHA" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{name = "EVA Airlock Console"; pixel_y = 25; req_one_access = list(1,5,11,18,24); id_tag = "eva_airlock"; tag_exterior_door = "eva_outer"; tag_interior_door = "eva_inner"; tag_airpump = "eva_pump"; tag_chamber_sensor = "eva_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
+"aHB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/access_button{name = "interior access button"; pixel_x = -25; pixel_y = 25; frequency = 1379; req_access = list(13); command = "cycle_interior"; master_tag = "eva_airlock"},/obj/structure/sign/warning/out_of_service{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aHC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aHD" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/storage/secure/safe{pixel_x = -22},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aHE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aHE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aHF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aHG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aHH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aHG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aHH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aHI" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aHJ" = (/obj/structure/closet/secure_closet/detective,/obj/item/reagent_containers/spray/pepper,/obj/item/clothing/gloves/forensic,/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aHK" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aHL" = (/obj/machinery/vending/coffee,/turf/simulated/floor/trim/wood,/area/iaoffice)
"aHM" = (/turf/simulated/floor/trim/wood,/area/iaoffice)
"aHN" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/iaoffice)
-"aHO" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/obj/machinery/camera/network/security{c_tag = "Security - IA Office"; dir = 1},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/iaoffice)
+"aHO" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - IA Office"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/iaoffice)
"aHP" = (/obj/machinery/light_switch{dir = 1; pixel_y = -25},/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/iaoffice)
-"aHQ" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aHR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aHQ" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aHR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aHS" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
-"aHT" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/light_switch{dir = 8; on = 1; pixel_x = 26; pixel_y = -8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"aHU" = (/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/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"aHV" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 8; icon_state = "swall_c"},/area/shuttle/escape_pod1/station)
+"aHT" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -8; on = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"aHU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"aHV" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 8},/area/shuttle/escape_pod1/station)
"aHW" = (/obj/machinery/vending/snack,/obj/machinery/light{dir = 1},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aHX" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aHY" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/evahallway)
@@ -1773,31 +1774,31 @@
"aIf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aIg" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aIh" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aIi" = (/obj/machinery/door/airlock{id_tag = "Dorm 1"; name = "Private Bedroom One"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
-"aIj" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 2"; name = "Door Bolts"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"aIi" = (/obj/machinery/door/airlock{name = "Private Bedroom One"; id_tag = "Dorm 1"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin1)
+"aIj" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; pixel_y = -5; id = "Dorm 2"; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4; on = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"aIk" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/alarm{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
-"aIl" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
+"aIl" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aIm" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aIn" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
-"aIo" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "solar_chapel_airlock"; name = "exterior access button"; pixel_x = -25; pixel_y = -25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxstarboard)
+"aIo" = (/obj/machinery/access_button{name = "exterior access button"; dir = 1; pixel_x = -25; pixel_y = -25; frequency = 1379; req_access = list(11,13); command = "cycle_exterior"; master_tag = "solar_chapel_airlock"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxstarboard)
"aIp" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aIq" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1380; id_tag = "admin_shuttle_dock_pump"},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
-"aIr" = (/obj/machinery/power/apc/high{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/bed/chair/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aIs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aIt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
-"aIu" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aIr" = (/obj/machinery/power/apc/high{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/bed/chair/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aIs" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aIt" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
+"aIu" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aIv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aIw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -30},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aIx" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/pods)
"aIy" = (/turf/simulated/wall,/area/maintenance/arrivals)
"aIz" = (/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxport)
"aIA" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/maintenance/library)
-"aIB" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "solar_tool_airlock"; name = "exterior access button"; pixel_x = -25; pixel_y = -25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxport)
+"aIB" = (/obj/machinery/access_button{name = "exterior access button"; dir = 1; pixel_x = -25; pixel_y = -25; frequency = 1379; req_access = list(11,13); command = "cycle_exterior"; master_tag = "solar_tool_airlock"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/auxport)
"aIC" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
"aID" = (/obj/effect/decal/cleanable/blood/gibs/robot,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"aIE" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "eva_inner"; locked = 1; name = "EVA Internal Access"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
+"aIE" = (/obj/machinery/door/airlock/external{name = "EVA Internal Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "eva_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
"aIF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/warning/airlock{pixel_x = -32},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aIG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/binary/pump/on{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aIG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/binary/pump/on{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aIH" = (/obj/structure/closet{name = "Evidence Closet"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aII" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aIJ" = (/obj/machinery/computer/arcade,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
@@ -1807,73 +1808,73 @@
"aIN" = (/obj/machinery/light/small{dir = 1},/obj/structure/table/rack,/obj/random/maintenance,/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aIO" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aIP" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aIQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aIR" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aIS" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aIT" = (/obj/effect/floor_decal/corner/grey{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aIU" = (/obj/effect/floor_decal/corner/grey{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aIV" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aIW" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIQ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aIR" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIS" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIT" = (/obj/effect/floor_decal/corner/grey{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIU" = (/obj/effect/floor_decal/corner/grey{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIV" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aIW" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aIX" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aIY" = (/obj/structure/closet/crate{name = "Camera Assembly Crate"},/obj/item/camera_assembly,/obj/item/camera_assembly,/obj/item/storage/box/lights/mixed/he,/obj/item/camera_assembly,/obj/item/camera_assembly,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_cyborg_station)
-"aIZ" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJa" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atm{pixel_y = 28},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Fitness Room East"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJb" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJc" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aIZ" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJa" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atm{pixel_y = 28},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Fitness Room East"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJb" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJc" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aJd" = (/obj/effect/floor_decal/stairs,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aJe" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/bed/chair/comfy/beige{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aJf" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aJg" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJh" = (/obj/effect/floor_decal/corner/grey{dir = 5},/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/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJi" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJj" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJk" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 1},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJg" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJh" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJi" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJj" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJk" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aJl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aJm" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aJn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
"aJo" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep)
-"aJp" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aJp" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aJq" = (/obj/effect/floor_decal/corner/grey{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aJr" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitories Central"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aJr" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitories Central"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aJs" = (/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aJt" = (/obj/effect/floor_decal/corner/grey{dir = 5},/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/dark,/area/crew_quarters/sleep)
-"aJu" = (/obj/machinery/door/airlock{id_tag = "Dorm 2"; name = "Private Bedroom Two"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
-"aJv" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 3"; name = "Door Bolts"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
+"aJt" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aJu" = (/obj/machinery/door/airlock{name = "Private Bedroom Two"; id_tag = "Dorm 2"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"aJv" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; pixel_y = -5; id = "Dorm 3"; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aJw" = (/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aJx" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small{dir = 4},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aJy" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/sleep/dorms)
"aJz" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light/small/red,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
"aJA" = (/obj/structure/sign/warning/airlock,/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/fore)
-"aJB" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "admin_shuttle_dock_pump"},/obj/machinery/airlock_sensor{dir = 4; frequency = 1380; id_tag = "admin_shuttle_dock_sensor"; pixel_x = -30; pixel_y = 8},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
-"aJC" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "admin_shuttle_dock_airlock"; pixel_x = 28; req_one_access = list(13); tag_airpump = "admin_shuttle_dock_pump"; tag_chamber_sensor = "admin_shuttle_dock_sensor"; tag_exterior_door = "admin_shuttle_dock_outer"; tag_interior_door = "admin_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aJB" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "admin_shuttle_dock_pump"},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -30; pixel_y = 8; frequency = 1380; id_tag = "admin_shuttle_dock_sensor"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aJC" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 28; frequency = 1380; req_one_access = list(13); id_tag = "admin_shuttle_dock_airlock"; tag_exterior_door = "admin_shuttle_dock_outer"; tag_interior_door = "admin_shuttle_dock_inner"; tag_airpump = "admin_shuttle_dock_pump"; tag_chamber_sensor = "admin_shuttle_dock_sensor"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aJD" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/fore)
"aJE" = (/turf/simulated/wall,/area/hallway/secondary/entry/fore)
"aJF" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/security_port)
-"aJG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Escape Pods"},/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/rough,/area/hallway/secondary/entry/fore)
+"aJG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Escape Pods"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aJH" = (/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"aJI" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aJJ" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_tool_outer"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aJJ" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_tool_outer"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/catwalk,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aJK" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"aJL" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "arrivals_pump"},/obj/machinery/airlock_sensor{dir = 8; id_tag = "arrivals_sensor"; pixel_x = 25; pixel_y = 12},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "arrivals_airlock"; pixel_x = 28; req_access = list(13); tag_airpump = "arrivals_pump"; tag_chamber_sensor = "arrivals_sensor"; tag_exterior_door = "arrivals_outer"; tag_interior_door = "arrivals_inner"},/obj/effect/floor_decal/industrial/warning/cee,/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
+"aJL" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "arrivals_pump"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "arrivals_sensor"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 28; req_access = list(13); id_tag = "arrivals_airlock"; tag_exterior_door = "arrivals_outer"; tag_interior_door = "arrivals_inner"; tag_airpump = "arrivals_pump"; tag_chamber_sensor = "arrivals_sensor"},/obj/effect/floor_decal/industrial/warning/cee,/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
"aJM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aJN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/universal,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aJN" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/universal,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aJO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Detective Maintenance"; req_access = list(4)},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/detectives_office)
"aJP" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aJQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aJR" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"aJQ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aJR" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/dormitory)
"aJS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance,/turf/simulated/floor/plating,/area/crew_quarters/sleep)
"aJT" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atm{pixel_y = 28},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aJU" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aJU" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aJV" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aJW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Fitness"},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aJX" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aJX" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aJY" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aJZ" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKa" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKb" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKb" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKc" = (/obj/effect/floor_decal/corner/grey{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKd" = (/obj/effect/floor_decal/corner/grey,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/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/dark,/area/crew_quarters/fitness)
-"aKe" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKd" = (/obj/effect/floor_decal/corner/grey,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 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/dark,/area/crew_quarters/fitness)
+"aKe" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKf" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKg" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKh" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
@@ -1881,27 +1882,27 @@
"aKj" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKk" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKl" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKm" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKm" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKn" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aKo" = (/obj/effect/floor_decal/corner/grey{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKp" = (/obj/effect/floor_decal/corner/grey{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKq" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Bedrooms"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKr" = (/obj/effect/floor_decal/corner/grey{dir = 5},/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/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKs" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 1},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKt" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/light{dir = 8},/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/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aKu" = (/obj/effect/floor_decal/corner/grey,/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/dark,/area/crew_quarters/sleep)
-"aKv" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/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},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aKw" = (/obj/effect/floor_decal/corner/grey{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/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aKx" = (/obj/effect/floor_decal/corner/grey{dir = 10},/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/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aKy" = (/obj/effect/floor_decal/corner/grey{dir = 10},/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{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aKz" = (/obj/effect/floor_decal/corner/grey{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/dark,/area/crew_quarters/sleep)
-"aKA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Fitness"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aKB" = (/obj/effect/floor_decal/corner/grey{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/dark,/area/crew_quarters/fitness)
-"aKC" = (/obj/machinery/door/airlock{id_tag = "Dorm 3"; name = "Private Bedroom Three"},/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/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
-"aKD" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/alarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
+"aKp" = (/obj/effect/floor_decal/corner/grey{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKq" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Bedrooms"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKr" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKs" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKt" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/light{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKu" = (/obj/effect/floor_decal/corner/grey,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKv" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKw" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKx" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKy" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKz" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aKA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Fitness"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKB" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aKC" = (/obj/machinery/door/airlock{name = "Private Bedroom Three"; id_tag = "Dorm 3"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
+"aKD" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/alarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aKE" = (/obj/machinery/firealarm{dir = 1; pixel_y = -28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
"aKF" = (/obj/structure/bed/padded,/obj/item/bedsheet/brown,/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin3)
-"aKG" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eva_pump"},/obj/machinery/camera/network/security{c_tag = "Security Airlock Access"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/oxygen_pump{pixel_y = -32},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
+"aKG" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eva_pump"},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security Airlock Access"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/oxygen_pump{pixel_y = -32},/turf/simulated/floor/plating/rough,/area/maintenance/evahallway)
"aKH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/primary/central_one)
"aKI" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/sign/warning/airlock{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aKJ" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
@@ -1909,31 +1910,31 @@
"aKL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aKM" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aKN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aKO" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"aKO" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aKP" = (/obj/machinery/atm{pixel_x = -25},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aKQ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aKR" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Fitness Room West"; dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aKR" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Dormitory Fitness Room West"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aKS" = (/obj/structure/flora/pottedplant/pink,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aKT" = (/obj/structure/closet/athletic_mixed,/obj/item/clothing/under/stripper/mankini,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aKU" = (/obj/structure/closet{icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; icon_state = "cabinet_closed"; name = "Clothing Storage"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
-"aKV" = (/obj/structure/closet{icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; icon_state = "cabinet_closed"; name = "Clothing Storage"},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aKU" = (/obj/structure/closet{name = "Clothing Storage"; icon_state = "cabinet_closed"; icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
+"aKV" = (/obj/structure/closet{name = "Clothing Storage"; icon_state = "cabinet_closed"; icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aKW" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = -28},/obj/random/medical/lite,/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aKX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aKY" = (/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aKZ" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aLa" = (/obj/machinery/oxygen_pump,/turf/simulated/wall,/area/maintenance/arrivals)
-"aLb" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "solar_tool_pump"},/obj/machinery/airlock_sensor{dir = 8; id_tag = "solar_tool_sensor"; pixel_x = 25; pixel_y = 12},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "solar_tool_airlock"; pixel_x = 28; req_access = list(13); tag_airpump = "solar_tool_pump"; tag_chamber_sensor = "solar_tool_sensor"; tag_exterior_door = "solar_tool_outer"; tag_interior_door = "solar_tool_inner"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aLc" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "arrivals_inner"; locked = 1; name = "Engineering External Access"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
-"aLd" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLe" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLg" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"aLh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLi" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLj" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aLm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLb" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "solar_tool_pump"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "solar_tool_sensor"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 28; req_access = list(13); id_tag = "solar_tool_airlock"; tag_exterior_door = "solar_tool_outer"; tag_interior_door = "solar_tool_inner"; tag_airpump = "solar_tool_pump"; tag_chamber_sensor = "solar_tool_sensor"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aLc" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "arrivals_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/arrivals)
+"aLd" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLe" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLf" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLg" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"aLh" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLi" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLj" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aLm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aLn" = (/turf/simulated/wall/r_wall,/area/ai_monitored/storage/eva)
"aLo" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/ai_monitored/storage/eva)
"aLp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_access = list(12,18)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
@@ -1941,51 +1942,51 @@
"aLr" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLs" = (/obj/machinery/status_display{pixel_y = -32},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLt" = (/obj/machinery/vending/cola,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"aLu" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLv" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLw" = (/obj/effect/floor_decal/corner/grey{dir = 10},/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 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLx" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/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 = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLu" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLv" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLw" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLx" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aLy" = (/obj/effect/floor_decal/corner/grey/three_quarters,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aLz" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLA" = (/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLA" = (/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aLB" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aLC" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLD" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aLD" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aLE" = (/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aLF" = (/obj/effect/floor_decal/corner/grey/three_quarters,/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/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLG" = (/obj/effect/floor_decal/corner/grey{dir = 10},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLF" = (/obj/effect/floor_decal/corner/grey/three_quarters,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLG" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
"aLH" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLI" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLJ" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLK" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"aLL" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/glass{name = "Arrivals"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aLM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/door/airlock/glass{name = "Arrivals"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aLN" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aLO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aLM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/obj/machinery/door/airlock/glass{name = "Arrivals"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aLN" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aLO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aLP" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aLQ" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_c"},/area/shuttle/escape_pod2/station)
+"aLQ" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 1},/area/shuttle/escape_pod2/station)
"aLR" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin6)
-"aLS" = (/obj/machinery/door/airlock{id_tag = "Dorm 6"; name = "Private Bedroom Six"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
-"aLT" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
-"aLU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aLV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aLW" = (/obj/effect/floor_decal/corner/grey{dir = 9},/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/dark,/area/crew_quarters/sleep)
-"aLX" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_chapel_outer"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aLS" = (/obj/machinery/door/airlock{name = "Private Bedroom Six"; id_tag = "Dorm 6"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
+"aLT" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/fitness)
+"aLU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aLV" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aLW" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aLX" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_chapel_outer"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aLY" = (/obj/machinery/vending/fitness,/obj/effect/floor_decal/corner/blue/three_quarters,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aLZ" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/fitness)
"aMa" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aMb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc/high{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aMb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc/high{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"aMc" = (/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aMd" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{dir = 8; icon_state = "swall_c"},/area/shuttle/escape_pod2/station)
-"aMe" = (/obj/machinery/door/window/southleft{dir = 8; name = "Bar Delivery"; req_access = list(25)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced,/turf/simulated/floor/tiled/rough,/area/crew_quarters/bar)
+"aMd" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/simulated/floor/plating,/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 8},/area/shuttle/escape_pod2/station)
+"aMe" = (/obj/machinery/door/window/southleft{name = "Bar Delivery"; dir = 8; req_access = list(25)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced,/turf/simulated/floor/tiled/rough,/area/crew_quarters/bar)
"aMf" = (/obj/machinery/navbeacon/delivery/Bar,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/bar)
"aMg" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aMh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/exodus{c_tag = "Arrivals East"; dir = 8},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aMh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Arrivals East"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"aMi" = (/obj/structure/reagent_dispensers/watertank,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aMj" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_tool_inner"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aMj" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_tool_inner"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aMk" = (/obj/structure/sign/warning/airlock,/turf/simulated/wall/r_wall,/area/maintenance/arrivals)
-"aMl" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Fore Port Solar Control"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aMm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aMl" = (/obj/machinery/power/solar_control{name = "Fore Port Solar Control"; id = "auxsolareast"},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aMm" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aMn" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/auxsolarstarboard)
"aMo" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hallway/secondary/entry/fore)
"aMp" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/auxsolarport)
@@ -1993,19 +1994,19 @@
"aMr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aMs" = (/turf/simulated/wall,/area/gateway)
"aMt" = (/obj/structure/sign/warning/secure_area{pixel_x = 32},/obj/structure/closet/emcloset,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aMu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aMu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aMv" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/suit_storage_unit/medical,/obj/effect/floor_decal/industrial/box/blue,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aMw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aMx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aMx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aMy" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/suit_storage_unit/medical,/obj/effect/floor_decal/industrial/box/blue,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aMz" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"aMz" = (/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
"aMA" = (/obj/structure/cryofeed{dir = 2},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cryo)
-"aMB" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
-"aMC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aMB" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aMC" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aMD" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aME" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aMF" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
-"aMG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aMG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"aMH" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/gateway)
"aMI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/gateway)
"aMJ" = (/turf/simulated/floor/tiled/rough,/area/gateway)
@@ -2013,37 +2014,37 @@
"aML" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/gateway)
"aMM" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aMN" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/secondary/entry/fore)
-"aMO" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
+"aMO" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
"aMP" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/kitchen)
-"aMQ" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 6"; name = "Door Bolts"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
+"aMQ" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; pixel_y = -5; id = "Dorm 6"; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4; on = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
"aMR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aMS" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aMT" = (/obj/structure/closet/secure_closet/security,/obj/machinery/light{dir = 1},/obj/item/device/flashlight/flare,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/item/melee/baton/loaded,/obj/item/gun/energy/classictaser,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"aMU" = (/obj/machinery/door/airlock{id_tag = "Dorm 4"; name = "Private Bedroom Four"},/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/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
+"aMU" = (/obj/machinery/door/airlock{name = "Private Bedroom Four"; id_tag = "Dorm 4"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aMV" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/coffee,/obj/item/reagent_containers/vessel/coffee,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/clothing/glasses/sunglasses/big,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/sleep/cabin4)
-"aMW" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aMW" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aMX" = (/turf/simulated/wall/r_wall,/area/maintenance/auxsolarstarboard)
-"aMY" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "solar_chapel_airlock"; pixel_x = 28; req_access = list(13); tag_airpump = "solar_chapel_pump"; tag_chamber_sensor = "solar_chapel_sensor"; tag_exterior_door = "solar_chapel_outer"; tag_interior_door = "solar_chapel_inner"},/obj/machinery/airlock_sensor{dir = 8; id_tag = "solar_chapel_sensor"; pixel_x = 25; pixel_y = 12},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "solar_chapel_pump"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
-"aMZ" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_chapel_inner"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
-"aNa" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Fore Starboard Solar Control"},/obj/structure/sign/warning/airlock{pixel_y = 32},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aMY" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 28; req_access = list(13); id_tag = "solar_chapel_airlock"; tag_exterior_door = "solar_chapel_outer"; tag_interior_door = "solar_chapel_inner"; tag_airpump = "solar_chapel_pump"; tag_chamber_sensor = "solar_chapel_sensor"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "solar_chapel_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "solar_chapel_pump"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aMZ" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_chapel_inner"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aNa" = (/obj/machinery/power/solar_control{name = "Fore Starboard Solar Control"; id = "auxsolareast"},/obj/structure/sign/warning/airlock{pixel_y = 32},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aNb" = (/turf/simulated/wall,/area/chapel/office)
-"aNc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aNc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aNd" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/effect/floor_decal/corner/blue,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/fore)
-"aNe" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/white{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aNf" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/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/rough,/area/hallway/secondary/entry/starboard)
-"aNg" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/stool,/turf/simulated/floor/tiled/rough,/area/gateway)
-"aNh" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/gateway)
+"aNe" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/white{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aNf" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aNg" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/stool,/turf/simulated/floor/tiled/rough,/area/gateway)
+"aNh" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/gateway)
"aNi" = (/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aNj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aNj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aNk" = (/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aNl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Dormitory"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aNm" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aNn" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "arrivals_airlock"; name = "interior access button"; pixel_x = -25; pixel_y = 25; req_access = list(13)},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aNn" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/access_button{name = "interior access button"; pixel_x = -25; pixel_y = 25; frequency = 1379; req_access = list(13); command = "cycle_interior"; master_tag = "arrivals_airlock"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aNo" = (/turf/simulated/wall/r_wall,/area/maintenance/auxsolarport)
-"aNp" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "solar_tool_airlock"; name = "interior access button"; pixel_x = 25; pixel_y = 25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aNp" = (/obj/machinery/access_button{name = "interior access button"; pixel_x = 25; pixel_y = 25; frequency = 1379; req_access = list(11,13); command = "cycle_interior"; master_tag = "solar_tool_airlock"},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aNq" = (/obj/structure/sign/warning/airlock{pixel_x = 32},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aNr" = (/obj/item/stool,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aNs" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aNs" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aNt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aNu" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aNv" = (/obj/machinery/gateway{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
@@ -2051,9 +2052,9 @@
"aNx" = (/obj/machinery/gateway{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aNy" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aNz" = (/obj/structure/table/rack{dir = 8},/obj/item/tank/jetpack/carbondioxide,/obj/item/tank/jetpack/carbondioxide,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aNA" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aNB" = (/obj/machinery/requests_console{department = "EVA"; pixel_x = -32},/obj/machinery/light{dir = 8},/obj/structure/table/reinforced,/obj/machinery/camera/network/security{c_tag = "EVA Northwest"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aNC" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"aNA" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aNB" = (/obj/machinery/requests_console{pixel_x = -32; department = "EVA"},/obj/machinery/light{dir = 8},/obj/structure/table/reinforced,/obj/machinery/camera/network/security{dir = 4; c_tag = "EVA Northwest"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aNC" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aND" = (/obj/structure/reagent_dispensers/peppertank{pixel_y = 30},/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aNE" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/fitness)
"aNF" = (/obj/machinery/light{dir = 4},/obj/machinery/suit_storage_unit/security,/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/industrial/box/red,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
@@ -2070,43 +2071,43 @@
"aNQ" = (/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aNR" = (/obj/machinery/computer/arcade,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aNS" = (/obj/machinery/vending/games,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
-"aNT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aNU" = (/obj/machinery/door/firedoor/border_only,/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/airlock/glass{name = "Arrivals"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aNV" = (/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/effect/floor_decal/industrial/outline/yellow,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aNW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/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/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aNX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aNT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"aNU" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/glass{name = "Arrivals"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aNV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aNW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aNX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aNY" = (/turf/simulated/wall,/area/maintenance/bar)
-"aNZ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/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/plating,/area/maintenance/bar)
-"aOa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aOb" = (/obj/machinery/newscaster{dir = 4; pixel_x = -32},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aOc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aOd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"aOe" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
+"aNZ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aOa" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aOb" = (/obj/machinery/newscaster{dir = 4; pixel_x = -32},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"aOc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"aOd" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"aOe" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
"aOf" = (/obj/structure/bed/padded,/obj/item/bedsheet/green,/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
"aOg" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin5)
-"aOh" = (/obj/machinery/door/airlock{id_tag = "Dorm 5"; name = "Private Bedroom Five"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
+"aOh" = (/obj/machinery/door/airlock{name = "Private Bedroom Five"; id_tag = "Dorm 5"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
"aOi" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin4)
-"aOj" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 4"; name = "Door Bolts"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
+"aOj" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; pixel_y = -5; id = "Dorm 4"; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4; on = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aOk" = (/obj/structure/bed/couch/left/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/sleep/cabin4)
"aOl" = (/obj/structure/table/woodentable,/obj/item/material/ashtray/bronze,/obj/item/clothing/mask/smokable/cigarette/cigar,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/sleep/cabin4)
-"aOm" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "solar_chapel_airlock"; name = "interior access button"; pixel_x = 25; pixel_y = 25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aOm" = (/obj/machinery/access_button{name = "interior access button"; pixel_x = 25; pixel_y = 25; frequency = 1379; req_access = list(11,13); command = "cycle_interior"; master_tag = "solar_chapel_airlock"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aOn" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aOo" = (/obj/item/stool,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aOp" = (/turf/simulated/wall,/area/maintenance/library)
"aOq" = (/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Office"},/obj/random/pottedplant,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aOr" = (/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aOs" = (/obj/structure/bed,/obj/item/bedsheet/brown,/obj/machinery/button/remote/blast_door{id = "chapel"; name = "Privacy Shutters"; pixel_y = 25},/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aOt" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "admin_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
-"aOu" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "admin_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aOs" = (/obj/structure/bed,/obj/item/bedsheet/brown,/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; pixel_y = 25; id = "chapel"},/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aOt" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "admin_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
+"aOu" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "admin_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aOv" = (/obj/structure/lattice,/turf/space,/area/maintenance/exterior)
"aOw" = (/turf/space,/area/maintenance/exterior)
"aOx" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/port)
-"aOy" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/exodus{c_tag = "Arrivals Lounge"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aOz" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/vending/wallmed1{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aOA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aOB" = (/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/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aOy" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/exodus{c_tag = "Arrivals Lounge"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aOz" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/vending/wallmed1{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aOA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aOB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aOC" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/gateway)
-"aOD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/gateway)
+"aOD" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/gateway)
"aOE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/gateway)
"aOF" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aOG" = (/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
@@ -2116,22 +2117,22 @@
"aOK" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aOL" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aOM" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aON" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aON" = (/mob/living/simple_animal/mouse/brown/Tom,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aOO" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aOP" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aOQ" = (/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aOR" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Fore Port"; dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aOP" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aOQ" = (/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aOR" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Solar Maintenance Fore Port"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aOS" = (/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aOT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aOU" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aOT" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aOU" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aOV" = (/turf/simulated/wall/r_wall,/area/security/nuke_storage)
"aOW" = (/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aOX" = (/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aOY" = (/obj/machinery/gateway{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aOZ" = (/obj/machinery/gateway/centerstation,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aPa" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/evahallway)
-"aPb" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/machinery/camera/network/security{c_tag = "EVA Northeast"; dir = 8},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/stack/material/glass{amount = 50},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aPc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aPb" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/machinery/camera/network/security{dir = 8; c_tag = "EVA Northeast"},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/stack/material/glass{amount = 50},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aPc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aPd" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin4)
"aPe" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aPf" = (/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
@@ -2139,42 +2140,42 @@
"aPh" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aPi" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aPj" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"aPk" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/requests_console{department = "Kitchen"; departmentType = 2; name = "Kitchen RC"; pixel_x = -32},/obj/machinery/camera/network/civilian_east{c_tag = "Kitchen"; dir = 4},/obj/structure/table/marble,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = 3},/obj/item/reagent_containers/vessel/condiment/small/saltshaker{pixel_x = -3},/obj/item/storage/pill_bottle/sugar_cubes,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/kitchen)
-"aPl" = (/obj/machinery/light,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/structure/table/marble,/obj/item/hand_labeler,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/kitchen)
+"aPk" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/requests_console{name = "Kitchen RC"; pixel_x = -32; department = "Kitchen"; departmentType = 2},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Kitchen"},/obj/structure/table/marble,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = 3},/obj/item/reagent_containers/vessel/condiment/small/saltshaker{pixel_x = -3},/obj/item/storage/pill_bottle/sugar_cubes,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/kitchen)
+"aPl" = (/obj/machinery/light,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/structure/table/marble,/obj/item/hand_labeler,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/kitchen)
"aPm" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/white,/area/crew_quarters/locker)
"aPn" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"aPo" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"aPo" = (/obj/machinery/requests_console{pixel_y = 30; department = "Security"; departmentType = 5},/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aPp" = (/obj/machinery/light/small,/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aPq" = (/obj/structure/bed/couch/left/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep)
"aPr" = (/obj/structure/table/woodentable,/obj/item/device/paicard,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep)
"aPs" = (/obj/structure/table/woodentable,/obj/item/deck/cards,/obj/random/coin,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep)
-"aPt" = (/obj/structure/bed/couch/right/brown{dir = 8},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Recreation Area"; dir = 1},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep)
+"aPt" = (/obj/structure/bed/couch/right/brown{dir = 8},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Recreation Area"},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep)
"aPu" = (/obj/machinery/light/small,/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep)
"aPv" = (/turf/simulated/wall,/area/crew_quarters/toilet)
"aPw" = (/turf/simulated/wall,/area/medical/storage2)
"aPx" = (/turf/simulated/wall,/area/crew_quarters/bar)
-"aPy" = (/obj/structure/sign/warning/secure_area{icon_state = "noxenos"; name = "\improper NO XENOS"; pixel_y = 32},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aPz" = (/obj/structure/disposalpipe/segment,/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"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aPy" = (/obj/structure/sign/warning/secure_area{name = "\improper NO XENOS"; icon_state = "noxenos"; pixel_y = 32},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/bar)
+"aPz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
"aPA" = (/obj/machinery/door/window/southleft{name = "Kitchen Delivery"; req_access = list(28)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/kitchen)
-"aPB" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"aPB" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"aPC" = (/obj/effect/floor_decal/spline/fancy{dir = 10},/obj/structure/bed/chair/pedalgen,/obj/structure/cable/green,/turf/simulated/floor/tiled/white/rough,/area/maintenance/bar)
"aPD" = (/obj/structure/bed/chair/beige,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet,/area/crew_quarters/sleep/cabin6)
"aPE" = (/turf/simulated/floor/trim/carpet,/area/crew_quarters/sleep/cabin6)
"aPF" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
-"aPG" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 5"; name = "Door Bolts"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
-"aPH" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Five"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
+"aPG" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; pixel_y = -5; id = "Dorm 5"; specialfunctions = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
+"aPH" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Five"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
"aPI" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/darkwood,/area/crew_quarters/sleep/cabin5)
-"aPJ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
+"aPJ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aPK" = (/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aPL" = (/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/structure/flora/pottedplant/largebush,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
-"aPM" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
-"aPN" = (/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
-"aPO" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aPM" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aPN" = (/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aPO" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aPP" = (/obj/structure/window/shuttle{icon_state = "window4"},/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/arrival/station)
"aPQ" = (/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 12},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aPR" = (/obj/structure/bed/chair/comfy/brown,/obj/effect/landmark/start/crew/chaplain,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aPS" = (/obj/structure/table/woodentable,/obj/item/device/eftpos{eftpos_name = "Chapel EFTPOS scanner"},/obj/item/storage/fancy/crayons,/obj/item/nullrod,/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aPT" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters/open{id = "chapel"; name = "Chapel Privacy Shutters"},/turf/simulated/floor/plating,/area/chapel/office)
+"aPT" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters/open{name = "Chapel Privacy Shutters"; id = "chapel"},/turf/simulated/floor/plating,/area/chapel/office)
"aPU" = (/obj/structure/sign/warning/docking_area,/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/port)
"aPV" = (/obj/machinery/door/airlock/external/bolted_open,/obj/machinery/door/firedoor/border_only,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/fore)
"aPW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
@@ -2183,11 +2184,11 @@
"aPZ" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aQa" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 8},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aQb" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aQc" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aQd" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/buildable{RCon_tag = "Solar - Fore Port"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
-"aQe" = (/obj/machinery/door/airlock/engineering{name = "Fore Port Solar Access"; req_access = list(11)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aQc" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aQd" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Solar - Fore Port"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
+"aQe" = (/obj/machinery/door/airlock/engineering{name = "Fore Port Solar Access"; req_access = list(11)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarport)
"aQf" = (/turf/simulated/wall,/area/storage/primary)
-"aQg" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/storage/primary)
+"aQg" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/storage/primary)
"aQh" = (/obj/structure/closet/secure_closet/freezer/money,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aQi" = (/obj/machinery/light_switch{pixel_y = 28},/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aQj" = (/obj/machinery/light/small{dir = 1},/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
@@ -2198,8 +2199,8 @@
"aQo" = (/obj/machinery/gateway,/obj/effect/landmark/joinlate/gate,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aQp" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/suit_storage_unit/security,/obj/effect/floor_decal/industrial/box/red,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aQq" = (/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/obj/machinery/suit_storage_unit/engineering,/obj/effect/floor_decal/industrial/box/orange,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aQr" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aQs" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aQr" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aQs" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aQt" = (/obj/structure/table/reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/item/stack/material/plasteel{amount = 10},/obj/item/stack/material/steel{amount = 50},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/stack/rods{amount = 50},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aQu" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aQv" = (/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
@@ -2214,9 +2215,9 @@
"aQE" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aQF" = (/obj/machinery/camera/network/civilian_east{c_tag = "Bar Backroom"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aQG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aQH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aQH" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aQI" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/random/tech_supply,/obj/structure/closet/hydrant{pixel_y = 32},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/cobweb2,/obj/structure/sign/poster{pixel_x = 32},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aQJ" = (/obj/structure/disposalpipe/segment,/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/plating,/area/maintenance/bar)
+"aQJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/bar)
"aQK" = (/obj/structure/table/woodentable,/obj/random/snack,/obj/machinery/newscaster{dir = 4; pixel_x = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/trim/carpet,/area/crew_quarters/sleep/cabin6)
"aQL" = (/obj/structure/bed/chair/beige{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/carpet,/area/crew_quarters/sleep/cabin6)
"aQM" = (/obj/structure/closet/secure_closet/personal,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin6)
@@ -2227,46 +2228,46 @@
"aQR" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aQS" = (/obj/structure/closet/wardrobe/red,/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aQT" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Cryo Storage"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cryo)
-"aQU" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
-"aQV" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"aQU" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"aQV" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"aQW" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/auxsolarstarboard)
-"aQX" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aQY" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/item/reagent_containers/vessel/bottle/holywater,/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aQX" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aQY" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/item/reagent_containers/vessel/bottle/holywater,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aQZ" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/brown,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/stamp/chapel,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aRa" = (/turf/simulated/shuttle/wall/corner/smoothwhite/nw,/area/shuttle/arrival/station)
-"aRb" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_straight"},/area/shuttle/arrival/station)
+"aRb" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 4},/area/shuttle/arrival/station)
"aRc" = (/obj/machinery/door/airlock/external/bolted_open,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aRd" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"aRd" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"aRe" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
-"aRf" = (/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_t"},/area/shuttle/arrival/station)
+"aRf" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"; dir = 1},/area/shuttle/arrival/station)
"aRg" = (/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/arrival/station)
-"aRh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Gateway Access"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/navbeacon/wayfinding/gateway,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aRh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Gateway Access"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/navbeacon/wayfinding/gateway,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aRi" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aRj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/shaker,/obj/item/packageWrap,/obj/item/wrapping_paper,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/hl{dir = 8},/obj/effect/landmark/roundstart/puncube,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aRk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"aRk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aRl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aRm" = (/obj/structure/bed/chair/office/dark,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aRn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"aRo" = (/obj/machinery/vending/coffee,/obj/machinery/camera/network/civilian_west{c_tag = "Gateway Arrival Area"; dir = 4},/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
+"aRo" = (/obj/machinery/vending/coffee,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Gateway Arrival Area"},/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aRp" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aRq" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aRr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"aRs" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/auxsolarport)
"aRt" = (/turf/simulated/wall/r_wall,/area/storage/primary)
-"aRu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aRu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRv" = (/obj/structure/table/standard,/obj/machinery/firealarm{pixel_y = 24},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRw" = (/obj/structure/table/standard,/obj/machinery/alarm{pixel_y = 24},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aRx" = (/obj/structure/table/standard,/obj/machinery/requests_console{department = "Tool Storage"; pixel_y = 30},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/camera/network/civilian_west{c_tag = "Tool Storage - Primary"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aRx" = (/obj/structure/table/standard,/obj/machinery/requests_console{pixel_y = 30; department = "Tool Storage"},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/camera/network/civilian_west{c_tag = "Tool Storage - Primary"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRy" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aRz" = (/obj/structure/table/standard,/obj/machinery/light_switch{on = 1; pixel_y = 28},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aRz" = (/obj/structure/table/standard,/obj/machinery/light_switch{pixel_y = 28; on = 1},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRA" = (/obj/structure/table/standard,/obj/machinery/status_display{pixel_y = 32},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aRB" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aRB" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRC" = (/obj/machinery/vending/tool,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aRD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aRD" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aRE" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aRF" = (/obj/machinery/nuclearbomb/station,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aRG" = (/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aRH" = (/obj/effect/landmark/start/antags/xeno,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aRH" = (/obj/effect/landmark/start/antags/xeno,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aRI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aRJ" = (/obj/machinery/gateway{dir = 6},/obj/effect/landmark/joinlate/gate,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aRK" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
@@ -2278,27 +2279,27 @@
"aRQ" = (/obj/structure/sign/warning/biohazard{pixel_x = 32},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aRR" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/inflatable_dispenser,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aRS" = (/obj/machinery/light{dir = 8},/obj/structure/table/reinforced,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/item/device/assembly/signaler,/obj/item/device/assembly/signaler,/obj/item/device/multitool,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aRT" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters/open{dir = 4; id = "chapel"; name = "Chapel Privacy Shutters"},/turf/simulated/floor/plating,/area/chapel/office)
+"aRT" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters/open{name = "Chapel Privacy Shutters"; dir = 4; id = "chapel"},/turf/simulated/floor/plating,/area/chapel/office)
"aRU" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Voidsuits"; req_one_access = list(11,24)},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aRV" = (/obj/structure/table/rack{dir = 8},/obj/machinery/door/window/brigdoor/southright{name = "EVA Hardsuit"; req_access = list(18)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/item/rig/unathi,/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aRV" = (/obj/structure/table/rack{dir = 8},/obj/machinery/door/window/brigdoor/southright{name = "EVA Hardsuit"; req_access = list(18)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/item/rig/unathi,/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aRW" = (/obj/structure/table/rack{dir = 8},/obj/item/tank/jetpack/carbondioxide,/obj/item/tank/jetpack/carbondioxide,/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aRX" = (/obj/machinery/smartfridge/secure/food,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "kitchen1"; name = "South Kitchen Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"aRY" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "kitchen1"; name = "South Kitchen Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/table/marble,/obj/machinery/door/window/eastright{dir = 2; name = "Kitchen Pick-Up Point"; req_access = list(28)},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"aRX" = (/obj/machinery/smartfridge/secure/food,/obj/machinery/door/blast/shutters{name = "South Kitchen Shutter"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "kitchen1"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"aRY" = (/obj/machinery/door/blast/shutters{name = "South Kitchen Shutter"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "kitchen1"},/obj/machinery/door/firedoor/border_only,/obj/structure/table/marble,/obj/machinery/door/window/eastright{name = "Kitchen Pick-Up Point"; dir = 2; req_access = list(28)},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"aRZ" = (/obj/machinery/washing_machine,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/locker)
"aSa" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aSb" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitories Entrance"; dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aSb" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Dormitories Entrance"},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aSc" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aSd" = (/obj/structure/urinal{pixel_y = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aSe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aSf" = (/obj/machinery/door/airlock{name = "Unisex Showers"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aSg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aSh" = (/obj/item/bikehorn/rubberducky,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"aSi" = (/obj/item/storage/secure/safe{pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/table/woodentable,/obj/item/paper/exodus_bartender,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/item/reagent_containers/rag,/obj/random/music_tape,/obj/random/music_tape,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aSj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aSk" = (/obj/structure/disposalpipe/segment{dir = 4},/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/trim/carpet/red,/area/crew_quarters/bar)
-"aSl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_access = list(25)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/crew_quarters/bar)
-"aSm" = (/obj/effect/decal/cleanable/generic,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aSn" = (/obj/structure/disposalpipe/sortjunction{dir = 2; name = "Bar"; sortType = "Bar"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aSi" = (/obj/item/storage/secure/safe{pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/table/woodentable,/obj/item/paper/exodus_bartender,/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/item/reagent_containers/rag,/obj/random/music_tape,/obj/random/music_tape,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aSj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aSk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aSl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_access = list(25)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/crew_quarters/bar)
+"aSm" = (/obj/effect/decal/cleanable/generic,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aSn" = (/obj/structure/disposalpipe/sortjunction{name = "Bar"; dir = 2; sortType = "Bar"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/bar)
"aSo" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/bar)
"aSp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/decal/cleanable/mucus,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"aSq" = (/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
@@ -2310,55 +2311,58 @@
"aSw" = (/obj/random/closet,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"aSx" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"aSy" = (/turf/simulated/floor/plating,/area/maintenance/library)
-"aSz" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/library)
-"aSA" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/random/trash,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
-"aSB" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/library)
-"aSC" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
-"aSD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/library)
-"aSE" = (/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/library)
+"aSz" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/library)
+"aSA" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/random/trash,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
+"aSB" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/library)
+"aSC" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
+"aSD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/library)
+"aSE" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 8},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/library)
"aSF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
"aSG" = (/obj/machinery/door/airlock/maintenance{name = "Chapel Office Maintenance"; req_access = list(27)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/chapel/office)
-"aSH" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aSI" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aSH" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aSI" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/lino,/area/chapel/office)
"aSJ" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/lino,/area/chapel/office)
"aSK" = (/turf/simulated/wall,/area/chapel/main)
-"aSL" = (/obj/machinery/door/blast/regular{id = "chapelgun"; name = "Chapel Launcher Door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/chapel/main)
+"aSL" = (/obj/machinery/door/blast/regular{name = "Chapel Launcher Door"; id = "chapelgun"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/chapel/main)
"aSM" = (/obj/structure/window_frame/grille,/obj/item/dice/dp,/turf/simulated/floor/plating,/area/maintenance/locker)
"aSN" = (/obj/machinery/washing_machine,/obj/machinery/light,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/locker)
-"aSO" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_t"},/area/shuttle/arrival/station)
+"aSO" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"; dir = 4},/area/shuttle/arrival/station)
+"aSP" = (/mob/living/simple_animal/chick,/obj/structure/flora/ausbushes/fullgrass{pixel_x = 30; pixel_y = 30},/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/structure/flora/ausbushes/pointybush{pixel_x = 8; pixel_y = 29},/turf/simulated/floor/natural/sand/pure,/area/hydroponics/garden)
+"aSQ" = (/mob/living/simple_animal/mouse,/obj/structure/table/rack{dir = 4},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/locker)
"aSR" = (/obj/machinery/computer/arcade,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aSS" = (/obj/structure/closet/wardrobe/black,/obj/machinery/light{dir = 1},/obj/machinery/camera/network/exodus{c_tag = "Arrivals - Main Shuttle"},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aST" = (/obj/structure/closet/wardrobe/xenos,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aSU" = (/obj/structure/closet/wardrobe/mixed,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aSV" = (/obj/structure/closet/wardrobe/grey,/obj/machinery/light{dir = 1},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aSX" = (/turf/simulated/shuttle/wall{dir = 8; icon_state = "swall_t"},/area/shuttle/arrival/station)
+"aSW" = (/obj/machinery/recharger,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/table/glass,/obj/item/clothing/glasses/hud/standard/science,/obj/item/reagent_containers/dropper,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/obj/item/folder/white,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aSX" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"; dir = 8},/area/shuttle/arrival/station)
"aSY" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/space,/area/shuttle/arrival/station)
"aSZ" = (/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aTa" = (/obj/effect/floor_decal/corner/grey{dir = 6},/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/crew_quarters/sleep)
-"aTb" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Arrival Checkpoint"; dir = 1},/obj/effect/floor_decal/corner/red/three_quarters,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"aTc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"aTa" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
+"aTb" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Arrival Checkpoint"},/obj/effect/floor_decal/corner/red/three_quarters,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"aTc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aTd" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aTe" = (/obj/structure/table/reinforced,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aTf" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/checkpoint2)
"aTg" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aTh" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aTi" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aTj" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aTk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Fore Port Access"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aTl" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aTm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aTn" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/storage/primary)
-"aTo" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aTj" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aTk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Fore Port Access"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aTl" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aTm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aTn" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/storage/primary)
+"aTo" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aTp" = (/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aTq" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aTr" = (/obj/structure/morgue{dir = 8},/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
-"aTs" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aTs" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aTt" = (/obj/machinery/lapvend,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aTu" = (/obj/machinery/camera/network/command{c_tag = "Vault"; dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aTu" = (/obj/machinery/camera/network/command{dir = 4; c_tag = "Vault"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aTv" = (/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aTw" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aTx" = (/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aTy" = (/obj/item/material/coin/silver{pixel_x = 7; pixel_y = 12},/obj/item/material/coin/silver{pixel_x = 12; pixel_y = 7},/obj/item/material/coin/silver{pixel_x = 4; pixel_y = 8},/obj/item/material/coin/silver{pixel_x = -6; pixel_y = 5},/obj/item/material/coin/silver{pixel_x = 5; pixel_y = -8},/obj/structure/closet/crate{name = "Silver Crate"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aTy" = (/obj/item/material/coin/silver{pixel_x = 7; pixel_y = 12},/obj/item/material/coin/silver{pixel_x = 12; pixel_y = 7},/obj/item/material/coin/silver{pixel_x = 4; pixel_y = 8},/obj/item/material/coin/silver{pixel_x = -6; pixel_y = 5},/obj/item/material/coin/silver{pixel_x = 5; pixel_y = -8},/obj/structure/closet/crate{name = "Silver Crate"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aTz" = (/obj/item/crowbar,/obj/item/device/flash,/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"aTA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aTB" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
@@ -2366,53 +2370,53 @@
"aTD" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/emergency,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aTE" = (/obj/machinery/suit_cycler/medical,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aTF" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/library)
-"aTG" = (/obj/structure/table/rack{dir = 8},/obj/machinery/door/window/brigdoor/southright{name = "EVA Hardsuit"; req_access = list(18)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/item/rig/eva/equipped,/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aTG" = (/obj/structure/table/rack{dir = 8},/obj/machinery/door/window/brigdoor/southright{name = "EVA Hardsuit"; req_access = list(18)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/item/rig/eva/equipped,/obj/effect/floor_decal/spline/plain/black{dir = 5},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aTH" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin4)
"aTI" = (/obj/machinery/cryopod{dir = 1},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
"aTJ" = (/obj/machinery/cryopod{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
"aTK" = (/obj/machinery/vending/cola,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aTL" = (/obj/machinery/door/airlock{name = "Unisex Showers"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"aTM" = (/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/freezer,/area/crew_quarters/toilet)
-"aTN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/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/freezer,/area/crew_quarters/toilet)
-"aTO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"aTP" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"aTM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"aTN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"aTO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"aTP" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aTQ" = (/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aTR" = (/obj/effect/landmark/start/crew/barmonkey,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aTS" = (/obj/effect/landmark/start/crew/bartender,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aTT" = (/obj/structure/closet{icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"; icon_state = "cabinet_closed"; name = "Clothing Storage"},/obj/item/clothing/head/fedora,/obj/item/clothing/suit/storage/leather_jacket,/obj/item/clothing/under/gentlesuit,/obj/item/clothing/under/waiter,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/laceup,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/item/clothing/under/suit_jacket/checkered,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aTT" = (/obj/structure/closet{name = "Clothing Storage"; icon_state = "cabinet_closed"; icon_closed = "cabinet_closed"; icon_opened = "cabinet_open"},/obj/item/clothing/head/fedora,/obj/item/clothing/suit/storage/leather_jacket,/obj/item/clothing/under/gentlesuit,/obj/item/clothing/under/waiter,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/laceup,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/item/clothing/under/suit_jacket/checkered,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aTU" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aTV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aTV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/bar)
"aTW" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
"aTX" = (/obj/structure/closet/jcloset,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"aTY" = (/obj/structure/mopbucket,/obj/item/mop,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"aTZ" = (/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/vessel/bucket,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"aUa" = (/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"aUb" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
-"aUc" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
+"aUc" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"aUd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/library)
"aUe" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"aUf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/library)
-"aUg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"aUh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/library)
-"aUi" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"aUj" = (/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/decal/cleanable/cobweb2{dir = 4; icon_state = "cobweb1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
-"aUk" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/library)
+"aUf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/library)
+"aUg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aUh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/library)
+"aUi" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aUj" = (/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"; dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
+"aUk" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/library)
"aUl" = (/obj/structure/closet/emcloset,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
-"aUm" = (/obj/structure/disposalpipe/segment,/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; pixel_x = -32},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aUn" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aUm" = (/obj/structure/disposalpipe/segment,/obj/machinery/requests_console{pixel_x = -32; department = "Chapel"; departmentType = 2},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aUn" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/chapel/office)
"aUo" = (/obj/structure/closet/wardrobe/chaplain_black,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aUp" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/library)
"aUq" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/sign/warning/airlock{pixel_y = 32},/turf/simulated/floor/plating,/area/chapel/main)
"aUr" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/chapel/main)
"aUs" = (/turf/simulated/floor/plating,/area/space)
"aUt" = (/turf/space,/area/shuttle/escape/station)
-"aUu" = (/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_straight"},/area/shuttle/arrival/station)
+"aUu" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 1},/area/shuttle/arrival/station)
"aUv" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aUw" = (/obj/effect/landmark/joinlate,/obj/structure/bed/chair/shuttle/blue{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aUx" = (/obj/structure/window/shuttle{icon_state = "window8"},/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/arrival/station)
"aUy" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
-"aUz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aUA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aUz" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aUA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aUB" = (/obj/effect/floor_decal/corner/grey/three_quarters,/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aUC" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/dark,/area/crew_quarters/sleep)
"aUD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/brigdoor/northleft{name = "Security Checkpoint"; req_access = list(63)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
@@ -2420,17 +2424,17 @@
"aUF" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aUG" = (/turf/simulated/wall,/area/maintenance/substation/civilian_west)
"aUH" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/civilian_west)
-"aUI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aUI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aUJ" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aUK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aUK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aUL" = (/obj/structure/closet/crate,/obj/item/storage/belt/champion,/obj/item/stack/material/gold,/obj/item/stack/material/gold,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aUM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/mob/living/simple_animal/mouse/brown/Tom,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aUN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aUO" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aUP" = (/obj/structure/safe,/obj/item/clothing/under/color/yellow,/obj/item/key,/obj/item/toy/katana,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"aUQ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/table/standard,/obj/item/deck/cards,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/item/storage/fancy/cigarettes{pixel_y = 2},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
+"aUM" = (/obj/machinery/stock_parts_processor,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aUN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aUO" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aUP" = (/obj/structure/safe,/obj/item/clothing/under/color/yellow,/obj/item/key,/obj/item/toy/katana,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"aUQ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/table/standard,/obj/item/deck/cards,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/item/storage/fancy/cigarettes{pixel_y = 2},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aUR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"aUS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aUS" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aUT" = (/obj/machinery/light{dir = 1},/obj/structure/sign/directions/evac{dir = 4; pixel_y = 32; pixel_z = -8},/obj/structure/sign/directions/medical{dir = 4; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aUU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aUV" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/evahallway)
@@ -2439,79 +2443,79 @@
"aUY" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/table/reinforced,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aUZ" = (/obj/structure/table/reinforced,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/item/cell/high,/obj/item/cell/high,/obj/item/cell/high,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aVa" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/flora/pottedplant/large,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aVb" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aVb" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aVc" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aVd" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aVe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aVe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aVf" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aVg" = (/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aVh" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aVi" = (/obj/structure/cryofeed{dir = 1},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cryo)
-"aVj" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aVj" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aVk" = (/obj/structure/table/standard,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/recharger,/obj/item/crowbar/red,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aVl" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aVm" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aVn" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/extinguisher_cabinet{layer = 3.1; pixel_y = -32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"aVo" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"aVo" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aVp" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aVq" = (/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aVr" = (/obj/structure/sign/warning/secure_area/cctv{pixel_x = 32},/obj/structure/closet/secure_closet/bar,/obj/item/gun/projectile/shotgun/doublebarrel,/obj/item/storage/box/shotgun/beanbags,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aVs" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVt" = (/obj/structure/disposalpipe/segment{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/plating,/area/maintenance/bar)
-"aVu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVv" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plating,/area/maintenance/bar)
-"aVw" = (/obj/effect/decal/cleanable/flour,/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/plating,/area/maintenance/bar)
-"aVx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/sortjunction{dir = 4; name = "Kitchen"; sortType = "Kitchen"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVy" = (/obj/structure/disposalpipe/segment{dir = 4},/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/light/small,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVz" = (/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVA" = (/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/structure/disposalpipe/segment{dir = 4},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVB" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/hidden/supply{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVC" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/sortjunction{dir = 4; name = "Hydroponics"; sortType = "Hydroponics"},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVE" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aVF" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
-"aVG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Chapel"; sortType = "Chapel"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
-"aVH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
-"aVI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
-"aVJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/library)
+"aVs" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVw" = (/obj/effect/decal/cleanable/flour,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/plating,/area/maintenance/bar)
+"aVx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/sortjunction{name = "Kitchen"; dir = 4; sortType = "Kitchen"},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVA" = (/mob/living/bot/mulebot{suffix = "#2"},/obj/machinery/navbeacon/delivery/QM2,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aVB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVC" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/sortjunction{name = "Hydroponics"; dir = 4; sortType = "Hydroponics"},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVE" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/bar)
+"aVF" = (/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{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aVG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/sortjunction/flipped{name = "Chapel"; dir = 4; sortType = "Chapel"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aVH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aVI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"aVJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/library)
"aVK" = (/obj/machinery/door/airlock/maintenance{name = "Library Maintenance"; req_one_access = list(12,37)},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/library)
"aVL" = (/obj/structure/table/woodentable,/obj/item/dice/d20,/obj/item/dice,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/trim/wood,/area/library)
"aVM" = (/obj/machinery/status_display{pixel_y = 32},/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/packageWrap,/turf/simulated/floor/trim/wood,/area/library)
"aVN" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/trim/wood,/area/library)
"aVO" = (/turf/simulated/wall,/area/library)
-"aVP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Chapel Maintenance"; req_one_access = list(12,22)},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/chapel/main)
-"aVQ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aVR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aVP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/maintenance{name = "Chapel Maintenance"; req_one_access = list(12,22)},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/chapel/main)
+"aVQ" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aVR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/chapel/office)
"aVS" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aVT" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/evahallway)
+"aVT" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/evahallway)
"aVU" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/security_port)
"aVV" = (/turf/simulated/wall,/area/chapel/crematorium)
"aVW" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/maintenance/locker)
-"aVX" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"aVX" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"aVY" = (/obj/machinery/door/unpowered/shuttle,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aVZ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aVZ" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWa" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aWb" = (/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWc" = (/turf/simulated/wall,/area/hallway/secondary/entry/starboard)
-"aWd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"aWe" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"aWd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aWe" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"aWf" = (/obj/machinery/light{dir = 4},/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aWg" = (/obj/structure/sign/double/map/left,/turf/simulated/wall,/area/hallway/secondary/entry/starboard)
"aWh" = (/obj/structure/sign/double/map/right,/turf/simulated/wall,/area/hallway/secondary/entry/starboard)
-"aWi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aWi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aWj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aWk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/terminal,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aWl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aWk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/terminal,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aWl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aWm" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/vending/wallmed1{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aWn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aWn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aWo" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWp" = (/obj/structure/morgue,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
"aWq" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aWr" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aWs" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/security/nuke_storage)
"aWt" = (/obj/machinery/light/small{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"aWu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aWv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aWu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aWv" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWw" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWx" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/gateway)
"aWy" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/evahallway)
@@ -2526,37 +2530,37 @@
"aWH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWI" = (/turf/simulated/wall,/area/hallway/primary/central_one)
"aWJ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_one)
-"aWK" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aWK" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aWL" = (/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Port - Central"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aWM" = (/turf/simulated/wall,/area/hallway/primary/central_two)
"aWN" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aWO" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aWP" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"aWQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aWR" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/light_switch{on = 1; pixel_x = -6; pixel_y = 26},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aWQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aWR" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/light_switch{pixel_x = -6; pixel_y = 26; on = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aWS" = (/obj/structure/ladder,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aWT" = (/obj/structure/disposalpipe/segment{dir = 4},/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/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
+"aWT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"aWU" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aWV" = (/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/plating,/area/maintenance/bar)
+"aWV" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/bar)
"aWW" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
-"aWX" = (/obj/machinery/door/airlock/maintenance{name = "Kitchen Cold Room Maintenance"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/bar)
-"aWY" = (/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/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"aWZ" = (/obj/machinery/door/window/eastright{dir = 2; name = "Hydroponics Delivery"; req_access = list(35)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"aWX" = (/obj/machinery/door/airlock/maintenance{name = "Kitchen Cold Room Maintenance"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/bar)
+"aWY" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aWZ" = (/obj/machinery/door/window/eastright{name = "Hydroponics Delivery"; dir = 2; req_access = list(35)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aXa" = (/turf/simulated/wall,/area/hydroponics)
-"aXb" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Hydroponics Maintenance"; req_access = list(35)},/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/hydroponics)
+"aXb" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Hydroponics Maintenance"; req_access = list(35)},/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/hydroponics)
"aXc" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cryo)
"aXd" = (/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/library)
"aXe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/library)
"aXf" = (/obj/structure/bed/chair/office/dark,/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Library North"},/turf/simulated/floor/trim/wood,/area/library)
-"aXg" = (/obj/structure/bed/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/library)
+"aXg" = (/obj/structure/bed/chair/office/dark,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"aXh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
-"aXi" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/trim/wood,/area/library)
+"aXi" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/trim/wood,/area/library)
"aXj" = (/obj/machinery/vending/cola,/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/central_two)
-"aXk" = (/obj/effect/floor_decal/chapel,/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/machinery/camera/network/civilian_east{c_tag = "Chapel West"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aXl" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aXm" = (/obj/machinery/door/airlock{name = "Chapel Office"; req_access = list(27)},/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"aXn" = (/obj/machinery/door/window/southleft{id = "chapelwindoor"; name = "Mass Driver"; req_access = list(22)},/obj/machinery/conveyor{id = "chapelguns"},/turf/simulated/floor/tiled/rough,/area/chapel/main)
-"aXo" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Crematorium"; dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
+"aXk" = (/obj/effect/floor_decal/chapel,/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Chapel West"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aXl" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aXm" = (/obj/machinery/door/airlock{name = "Chapel Office"; req_access = list(27)},/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"aXn" = (/obj/machinery/door/window/southleft{name = "Mass Driver"; id = "chapelwindoor"; req_access = list(22)},/obj/machinery/conveyor{id = "chapelguns"},/turf/simulated/floor/tiled/rough,/area/chapel/main)
+"aXo" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/effect/decal/cleanable/dirt,/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Chapel Crematorium"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aXp" = (/obj/structure/crematorium,/obj/effect/floor_decal/industrial/outline/orange,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aXq" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/button/crematorium{dir = 8; pixel_x = 25},/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aXr" = (/obj/effect/landmark/event/centcom/enter,/turf/space,/area/space)
@@ -2564,31 +2568,31 @@
"aXt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aXu" = (/obj/machinery/light{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aXv" = (/obj/structure/extinguisher_cabinet{pixel_x = -13; pixel_y = 28},/obj/machinery/atm{pixel_x = 6; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"aXw" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"aXx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"aXy" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXz" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXB" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXC" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXD" = (/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/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aXE" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian West"; name_tag = "Civilian West Subgrid"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aXF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Civilian West"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aXw" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aXx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aXy" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXz" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXB" = (/obj/machinery/light{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXC" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aXE" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian West"; name_tag = "Civilian West Subgrid"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aXF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Civilian West"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aXG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/power/breakerbox/activated{RCon_tag = "Civilian West Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aXH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aXI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aXH" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aXI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXJ" = (/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXK" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXL" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXM" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXN" = (/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aXO" = (/obj/machinery/navbeacon/delivery/ToolStorage,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"aXO" = (/obj/machinery/navbeacon/delivery/ToolStorage,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"aXP" = (/turf/simulated/wall,/area/hallway/primary/port)
"aXQ" = (/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/port)
-"aXR" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - Northwest"},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXS" = (/obj/effect/floor_decal/chapel,/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aXT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aXU" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXR" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - Northwest"},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXS" = (/obj/effect/floor_decal/chapel,/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aXT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aXU" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aXV" = (/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aXW" = (/obj/effect/floor_decal/chapel,/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aXX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/evahallway)
@@ -2596,12 +2600,12 @@
"aXZ" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aYa" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aYb" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/dispenser/oxygen,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aYc" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aYd" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aYc" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aYd" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aYe" = (/obj/effect/floor_decal/chapel,/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/flora/pottedplant,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aYf" = (/obj/machinery/camera/network/security{c_tag = "EVA South"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/table/reinforced,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aYf" = (/obj/machinery/camera/network/security{dir = 1; c_tag = "EVA South"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/table/reinforced,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aYg" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aYh" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"aYh" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"aYi" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/industrial/box,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aYj" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/industrial/box,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aYk" = (/obj/machinery/light,/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
@@ -2609,32 +2613,32 @@
"aYm" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aYn" = (/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aYo" = (/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aYp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"aYp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/hallway/primary/port)
"aYq" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"aYr" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/hallway/primary/central_one)
"aYs" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/central_two)
"aYt" = (/obj/machinery/firealarm{pixel_x = -12; pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"aYu" = (/obj/machinery/light{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/sign/warning/secure_area{icon_state = "noxenos"; name = "\improper NO XENOS"; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"aYu" = (/obj/machinery/light{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/sign/warning/secure_area{name = "\improper NO XENOS"; icon_state = "noxenos"; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aYv" = (/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/machinery/light/small{dir = 8},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aYw" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aYx" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/obj/random/medical/lite,/obj/random/medical/lite,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"aYy" = (/obj/machinery/atm{pixel_x = -28},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"aYz" = (/obj/structure/bed/couch/right/sofa{dir = 8},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"aYA" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Bar"; req_access = list(25)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aYA" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Bar"; req_access = list(25)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aYB" = (/turf/simulated/wall,/area/crew_quarters/mess)
-"aYC" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(12,25,28)},/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"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/mess)
+"aYC" = (/obj/machinery/door/airlock/maintenance{name = "Bar Maintenance"; req_one_access = list(12,25,28)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/mess)
"aYD" = (/turf/simulated/wall,/area/crew_quarters/kitchen)
"aYE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/kitchenspike,/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"aYF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"aYF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"aYG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aYH" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"aYI" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"aYJ" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 8},/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aYK" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/structure/sink/kitchen{pixel_y = 21},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"aYL" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"aYL" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aYM" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/alarm{pixel_y = 23},/obj/machinery/camera/network/civilian_east{c_tag = "Upper Hydroponics"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aYN" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"aYO" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/bed/chair/green{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"aYO" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/bed/chair/green{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aYP" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 1},/obj/structure/sign/poster{pixel_y = 32},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/material/ashtray,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aYQ" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/maintenance/library)
"aYR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/library)
@@ -2645,23 +2649,23 @@
"aYW" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"aYX" = (/obj/machinery/newscaster{pixel_x = 30},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
"aYY" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/bed/couch/right/blue{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aYZ" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aZa" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aZb" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aZc" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aZd" = (/obj/effect/floor_decal/chapel{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/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aYZ" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aZa" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aZb" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aZc" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aZd" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aZe" = (/obj/structure/flora/pottedplant/orientaltree,/obj/machinery/light{dir = 8},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"aZf" = (/obj/structure/synthesized_instrument/synthesizer/minimoog/chaotic{icon_state = "minipiano_front"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"aZg" = (/obj/structure/flora/pottedplant/orientaltree,/obj/machinery/light{dir = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"aZh" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/button/remote/driver{id = "chapelgun"; pixel_x = 8; pixel_y = 24},/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "chapelguns"},/obj/machinery/button/remote/blast_door{id = "chapelwindoor"; name = "Mass Driver Door"; pixel_x = -6; pixel_y = 24; req_access = list(22)},/turf/simulated/floor/tiled/rough,/area/chapel/main)
+"aZh" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/button/remote/driver{pixel_x = 8; pixel_y = 24; id = "chapelgun"},/obj/machinery/conveyor_switch/oneway{id = "chapelguns"; convdir = -1},/obj/machinery/button/remote/blast_door{name = "Mass Driver Door"; pixel_x = -6; pixel_y = 24; id = "chapelwindoor"; req_access = list(22)},/turf/simulated/floor/tiled/rough,/area/chapel/main)
"aZi" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/conveyor{id = "chapelguns"},/turf/simulated/floor/tiled/rough,/area/chapel/main)
-"aZj" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
+"aZj" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/decal/cleanable/dirt,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aZk" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/brown,/area/chapel/crematorium)
"aZl" = (/obj/structure/sign/warning/docking_area,/turf/simulated/wall/r_wall,/area/space)
"aZm" = (/turf/simulated/shuttle/wall/corner/smoothwhite/sw,/area/shuttle/arrival/station)
"aZn" = (/obj/machinery/light,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aZo" = (/obj/machinery/requests_console{department = "Arrival shuttle"; pixel_y = -30},/obj/machinery/light,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aZp" = (/obj/structure/sign/warning/secure_area{icon_state = "noxenos"; name = "\improper NO XENOS"; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"aZo" = (/obj/machinery/requests_console{pixel_y = -30; department = "Arrival shuttle"},/obj/machinery/light,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
+"aZp" = (/obj/structure/sign/warning/secure_area{name = "\improper NO XENOS"; icon_state = "noxenos"; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aZq" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - Northeast"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aZr" = (/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aZs" = (/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
@@ -2669,49 +2673,49 @@
"aZu" = (/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aZv" = (/obj/item/reagent_containers/rag,/obj/machinery/door/blast/shutters/open{dir = 2; id = "barshut1"},/obj/structure/table/darkwood_reinforced,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aZw" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"aZx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aZx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"aZy" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"aZz" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/hallway/primary/port)
-"aZA" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/hallway/primary/port)
-"aZB" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/hallway/primary/port)
-"aZC" = (/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/rough,/area/hallway/primary/port)
-"aZD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"aZz" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"aZA" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"aZB" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/hallway/primary/port)
+"aZC" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"aZD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/hallway/primary/port)
"aZE" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/port)
"aZF" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/port)
"aZG" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"aZH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/door/blast/shutters/open{dir = 2; id = "bridge blast"; name = "Bridge Window Shutters"},/turf/simulated/floor/plating,/area/bridge)
-"aZI" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"aZH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/door/blast/shutters/open{name = "Bridge Window Shutters"; dir = 2; id = "bridge blast"},/turf/simulated/floor/plating,/area/bridge)
+"aZI" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"aZJ" = (/obj/structure/table/woodentable,/obj/item/book/wiki/engineering_guide{pixel_x = 3; pixel_y = 2},/obj/item/book/wiki/atmospipes,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"aZK" = (/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"aZL" = (/obj/machinery/light{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"aZM" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"aZN" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"aZN" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aZO" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/trim/carpet,/area/hallway/secondary/entry/starboard)
-"aZP" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/plaque,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"aZP" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/plaque,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"aZQ" = (/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"aZR" = (/obj/structure/bed/couch/left/sofa{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"aZS" = (/obj/structure/disposalpipe/segment,/obj/machinery/requests_console{department = "Bar"; departmentType = 2; name = "Bar RC"; pixel_x = -32},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"aZS" = (/obj/structure/disposalpipe/segment,/obj/machinery/requests_console{name = "Bar RC"; pixel_x = -32; department = "Bar"; departmentType = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aZT" = (/obj/machinery/smartfridge/drinks,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"aZU" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/flora/pottedplant/tropicalflowers,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"aZV" = (/obj/machinery/atmospherics/unary/freezer{dir = 1; icon_state = "freezer"},/obj/machinery/light/small,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"aZU" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/flora/pottedplant/tropicalflowers,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"aZV" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"; dir = 1},/obj/machinery/light/small,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"aZW" = (/obj/structure/table/darkwood_reinforced,/obj/machinery/reagentgrinder,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"aZX" = (/obj/machinery/light/small/hl{dir = 8},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"aZY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"aZY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"aZZ" = (/obj/machinery/vending/cigars,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"baa" = (/obj/structure/kitchenspike,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bab" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bab" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bac" = (/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bad" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bae" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/sink/kitchen{pixel_y = 21},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"baf" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bag" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bah" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"bai" = (/obj/effect/floor_decal/corner/lime{dir = 1},/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/rough,/area/hydroponics)
-"baj" = (/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/industrial/warning/corner,/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/rough,/area/hydroponics)
-"bak" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"bal" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/industrial/warning,/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"bam" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"ban" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bah" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bai" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"baj" = (/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bak" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bal" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bam" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"ban" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bao" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/structure/bed/chair/green{dir = 1},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bap" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
"baq" = (/obj/machinery/light{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/wood,/area/library)
@@ -2720,69 +2724,69 @@
"bat" = (/obj/structure/table/woodentable,/obj/structure/disposalpipe/segment,/obj/item/deck/cards,/turf/simulated/floor/trim/wood,/area/library)
"bau" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
"bav" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
-"baw" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bax" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bay" = (/obj/machinery/door/airlock{name = "Crematorium"; req_access = list(27)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"baz" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
+"baw" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bax" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bay" = (/obj/machinery/door/airlock{name = "Crematorium"; req_access = list(27)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
+"baz" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"baA" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"baB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"baC" = (/obj/machinery/vending/cigarette,/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
-"baD" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/exodus{c_tag = "Chapel North"},/obj/machinery/light_switch{on = 1; pixel_y = 28},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"baE" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 6; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"baF" = (/obj/structure/bed/chair/wood{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners,/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"baG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"baH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"baD" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/exodus{c_tag = "Chapel North"},/obj/machinery/light_switch{pixel_y = 28; on = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"baE" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 6},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"baF" = (/obj/structure/bed/chair/wood{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners,/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"baG" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"baH" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"baI" = (/obj/effect/floor_decal/chapel,/obj/structure/bed/couch/left/blue{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"baJ" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"baK" = (/obj/effect/floor_decal/chapel,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"baL" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"baM" = (/obj/effect/floor_decal/chapel,/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"baJ" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"baK" = (/obj/effect/floor_decal/chapel,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"baL" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"baM" = (/obj/effect/floor_decal/chapel,/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"baN" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/door/window/westleft{name = "Coffin Storage"},/obj/effect/decal/cleanable/dirt,/obj/structure/closet/coffin,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"baO" = (/obj/structure/closet/coffin,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"baP" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters/open{dir = 2; id = "bridge blast"; name = "Bridge Window Shutters"},/turf/simulated/floor/plating,/area/bridge)
+"baP" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters/open{name = "Bridge Window Shutters"; dir = 2; id = "bridge blast"},/turf/simulated/floor/plating,/area/bridge)
"baQ" = (/turf/simulated/wall,/area/hallway/secondary/exit)
-"baR" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/status_display,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters/open{dir = 2; id = "bridge blast"; name = "Bridge Window Shutters"},/turf/simulated/floor/plating,/area/bridge)
+"baR" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/status_display,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters/open{name = "Bridge Window Shutters"; dir = 2; id = "bridge blast"},/turf/simulated/floor/plating,/area/bridge)
"baS" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"},/area/shuttle/arrival/station)
"baT" = (/turf/simulated/shuttle/wall/corner/smoothwhite/se,/area/shuttle/arrival/station)
-"baU" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"baU" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"baV" = (/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 25; pixel_y = 2},/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 3; pixel_y = 6},/turf/simulated/floor/natural/grass,/area/hallway/primary/central_one)
"baW" = (/obj/structure/bed/chair/comfy/beige,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
"baX" = (/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
-"baY" = (/obj/structure/table/woodentable,/obj/random/single{icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; name = "randomly spawned lighter"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/random/smokes,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
-"baZ" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bba" = (/obj/machinery/navbeacon/box/LOCKERS,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbb" = (/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/rough,/area/hallway/primary/port)
-"bbc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbe" = (/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/rough,/area/hallway/primary/port)
-"bbf" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbg" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbh" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbi" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbl" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbm" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbn" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbo" = (/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/rough,/area/hallway/primary/port)
-"bbp" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/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/rough,/area/hallway/primary/port)
-"bbq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbr" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"baY" = (/obj/structure/table/woodentable,/obj/random/single{name = "randomly spawned lighter"; icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/random/smokes,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
+"baZ" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bba" = (/obj/machinery/navbeacon/box/LOCKERS,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbb" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbd" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbe" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbf" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbg" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbh" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbi" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbk" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbl" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbm" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbn" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbo" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbp" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbr" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"bbs" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbt" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/box/CH_NORTHWEST,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bby" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/CH_NORTH1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbA" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/CH_NORTH2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bbD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bbE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bbF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/navbeacon/box/CH_NORTHEAST,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bbG" = (/obj/machinery/navbeacon/box/DORM,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bbt" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/box/CH_NORTHWEST,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbu" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbv" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbx" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bby" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbz" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/CH_NORTH1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbA" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbB" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/CH_NORTH2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbC" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bbD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bbE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bbF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/navbeacon/box/CH_NORTHEAST,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bbG" = (/obj/machinery/navbeacon/box/DORM,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bbH" = (/obj/machinery/smartfridge,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bbI" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bbJ" = (/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
@@ -2791,32 +2795,33 @@
"bbM" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bbN" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/lapvend,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bbO" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"bbP" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/machinery/camera/network/exodus{c_tag = "Arrivals Southeast"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"bbP" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/machinery/camera/network/exodus{dir = 4; c_tag = "Arrivals Southeast"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bbQ" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bbR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbR" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"bbS" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbT" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bbU" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/button/remote/blast_door{dir = 4; id = "barshut1"; name = "Privacy Shutters"; pixel_x = -24; pixel_y = 14},/obj/structure/cable/green,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bbT" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bbU" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; dir = 4; pixel_x = -24; pixel_y = 14; id = "barshut1"},/obj/structure/cable/green,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"bbV" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/spline/fancy/wood/corner,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bbW" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bbX" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"bbY" = (/obj/effect/landmark/start/crew/bartender,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bbX" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bbY" = (/obj/effect/landmark/start/crew/bartender,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bbZ" = (/mob/living/bot/mulebot{suffix = "#1"},/obj/machinery/navbeacon/delivery/QM1,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bca" = (/obj/machinery/light{dir = 1},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/mess)
"bcb" = (/obj/machinery/media/jukebox,/obj/machinery/light{dir = 1},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/mess)
-"bcc" = (/obj/machinery/door/window{base_state = "right"; name = "Bar"; req_one_access = list(25)},/obj/machinery/camera/network/exodus{c_tag = "Bar Central"},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bcc" = (/obj/machinery/door/window{name = "Bar"; req_one_access = list(25); base_state = "right"},/obj/machinery/camera/network/exodus{c_tag = "Bar Central"},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"bcd" = (/obj/item/flame/lighter/zippo,/obj/structure/table/darkwood_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/random/smokes,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bce" = (/obj/machinery/light/small{dir = 8},/obj/structure/kitchenspike,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bcf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bcg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bch" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bcf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bcg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bch" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bci" = (/obj/machinery/light/small,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bcj" = (/obj/structure/closet/crate/freezer,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bck" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/obj/item/stool/padded,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bck" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/obj/item/stool/padded,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bcl" = (/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bcm" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/closet/secure_closet/hydroponics,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bcn" = (/turf/simulated/open,/area/hydroponics)
"bco" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"bcp" = (/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/effect/floor_decal/corner/lime{dir = 8},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bcp" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/lime{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bcq" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"bcr" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"bcs" = (/obj/structure/table/standard,/obj/item/extinguisher,/obj/item/storage/box/lights/bulbs/old,/obj/item/storage/belt/utility,/turf/simulated/floor/plating,/area/maintenance/library)
@@ -2825,20 +2830,20 @@
"bcv" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/trim/wood,/area/library)
"bcw" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/library)
"bcx" = (/obj/effect/floor_decal/chapel{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bcy" = (/obj/effect/floor_decal/chapel,/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/dark/rough,/area/chapel/main)
+"bcy" = (/obj/effect/floor_decal/chapel,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bcz" = (/obj/structure/flora/pottedplant/flower,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bcA" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bcB" = (/obj/structure/bed/chair/comfy/black,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"bcC" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/item/modular_computer/console/preset/security,/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bcD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bcE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bcF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bcG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bcH" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bcC" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/item/modular_computer/console/preset/security,/obj/machinery/requests_console{pixel_y = 30; department = "Security"; departmentType = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bcD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bcE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bcF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bcG" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bcH" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bcI" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bcJ" = (/obj/structure/closet/wardrobe/red,/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bcK" = (/obj/structure/closet/secure_closet/security,/obj/item/device/flashlight/flare,/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/gun/energy/classictaser,/obj/item/melee/baton/loaded,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bcL" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bcL" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bcM" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bcN" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8},/obj/structure/closet/coffin,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bcO" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/obj/item/reagent_containers/syringe,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
@@ -2847,35 +2852,36 @@
"bcR" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bcS" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/camera/network/exodus{c_tag = "Departures North"},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bcT" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
-"bcU" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bcU" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bcV" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bcW" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bcX" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/flora/pottedplant{anchored = 1; icon_state = "plant-22"; pixel_y = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bcY" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/stool/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bcX" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/flora/pottedplant{icon_state = "plant-22"; pixel_y = 10; anchored = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bcY" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/stool/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bcZ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/security/checkpoint2)
"bda" = (/obj/machinery/door/airlock/external/bolted_open,/obj/machinery/door/firedoor/border_only,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
-"bdb" = (/obj/machinery/light,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdc" = (/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Port - West"; dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdd" = (/obj/structure/table/woodentable,/obj/random/single{icon = 'icons/obj/playing_cards.dmi'; icon_state = "deck"; name = "randomly spawned deck of cards"; spawn_nothing_percentage = 50; spawn_object = /obj/item/deck/cards},/obj/machinery/recharger,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
+"bdb" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdc" = (/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Primary Hallway Port - West"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdd" = (/obj/structure/table/woodentable,/obj/random/single{name = "randomly spawned deck of cards"; icon = 'icons/obj/playing_cards.dmi'; icon_state = "deck"; spawn_nothing_percentage = 50; spawn_object = /obj/item/deck/cards},/obj/machinery/recharger,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
"bde" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bdf" = (/mob/living/simple_animal/mouse,/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/maintenance/research_shuttle)
"bdg" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
"bdh" = (/obj/structure/morgue,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"bdi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdj" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdm" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Primary Tool Storage"; sortType = "Primary Tool Storage"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/modular_computer/telescreen/preset/generic{name = "south bump"; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdr" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bds" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdt" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdu" = (/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bdv" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bdw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bdx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bdi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdj" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdm" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Primary Tool Storage"; dir = 4; sortType = "Primary Tool Storage"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/modular_computer/telescreen/preset/generic{name = "south bump"; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdr" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bds" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdt" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bdv" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bdw" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bdx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bdy" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bdz" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bdA" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
@@ -2883,7 +2889,7 @@
"bdC" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bdD" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bdE" = (/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bdF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bdF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bdG" = (/obj/structure/bookcase{name = "Forbidden Knowledge"},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/library)
"bdH" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/eftpos{eftpos_name = "Library EFTPOS scanner"},/obj/effect/floor_decal/corner/yellow/full,/obj/item/device/tvcamera,/obj/item/clothing/accessory/badge/press,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/rough,/area/library)
"bdI" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen/invisible,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/library)
@@ -2906,11 +2912,11 @@
"bdZ" = (/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/obj/machinery/light/small/hl,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bea" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/food/meat,/obj/item/reagent_containers/food/meat,/obj/item/reagent_containers/food/meat,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"beb" = (/obj/machinery/gibber,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bec" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
-"bed" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{name = "Kitchen Delivery"; req_access = list(28)},/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"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"bee" = (/obj/structure/cable/green,/obj/machinery/power/apc/high{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bef" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters/open{dir = 2; id = "bridge blast"; name = "Bridge Window Shutters"},/turf/simulated/floor/plating,/area/bridge)
-"beg" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/door/airlock/glass{name = "Hydroponics Pasture"; req_one_access = list(28,35)},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bec" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bed" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{name = "Kitchen Delivery"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"bee" = (/obj/structure/cable/green,/obj/machinery/power/apc/high{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bef" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters/open{name = "Bridge Window Shutters"; dir = 2; id = "bridge blast"},/turf/simulated/floor/plating,/area/bridge)
+"beg" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/door/airlock/glass{name = "Hydroponics Pasture"; req_one_access = list(28,35)},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"beh" = (/obj/machinery/bookbinder,/turf/simulated/floor/trim/wood,/area/library)
"bei" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/library)
"bej" = (/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/library)
@@ -2918,12 +2924,12 @@
"bel" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bem" = (/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"ben" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/reagent_dispensers/peppertank{pixel_x = -30},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"beo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"beo" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bep" = (/obj/structure/bed/chair/comfy/brown,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/crew/chaplain,/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"beq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"ber" = (/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bes" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/hologram/holopad,/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bet" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bet" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"beu" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bev" = (/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bew" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
@@ -2934,21 +2940,21 @@
"beB" = (/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"beC" = (/obj/machinery/vending/cola,/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
"beD" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 8},/obj/item/flame/candle,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"beE" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel,/obj/item/flame/candle,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"beF" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/stool/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"beG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 12},/obj/machinery/camera/network/exodus{c_tag = "Depatures Checkpoin"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"beE" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel,/obj/item/flame/candle,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"beF" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/stool/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"beG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 12},/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Depatures Checkpoin"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"beH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/table/reinforced,/obj/item/crowbar,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"beI" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/port)
-"beJ" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/shutters/open{dir = 2; id = "bridge blast"; name = "Bridge Window Shutters"},/turf/simulated/floor/plating,/area/bridge)
+"beJ" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/door/blast/shutters/open{name = "Bridge Window Shutters"; dir = 2; id = "bridge blast"},/turf/simulated/floor/plating,/area/bridge)
"beK" = (/turf/space,/area/rescue_base/arrivals_dock)
"beL" = (/obj/machinery/door/airlock/glass{name = "Locker Room"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"beM" = (/obj/structure/disposalpipe/segment,/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/airlock/glass{name = "Locker Room"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"beM" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Locker Room"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"beN" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"beO" = (/obj/structure/table/standard,/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Port - East"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"beO" = (/obj/structure/table/standard,/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Primary Hallway Port - East"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"beP" = (/obj/structure/table/standard,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"beQ" = (/obj/structure/closet/emcloset,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"beR" = (/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"beS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"beS" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"beT" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/maintenance/library)
"beU" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"beV" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/docking_area,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
@@ -2959,7 +2965,7 @@
"bfa" = (/obj/structure/cult/tome,/obj/item/clothing/under/suit_jacket/red,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/library)
"bfb" = (/obj/machinery/door/window/brigdoor/northleft{name = "Security Checkpoint"; req_access = list(63)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/security/checkpoint2)
"bfc" = (/obj/machinery/door/airlock/glass_security{name = "Escape Shuttle Cell"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bfd" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1331; master_tag = "rescue_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -28; pixel_y = 26; req_one_access = list(13)},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
+"bfd" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/access_button{name = "interior access button"; pixel_x = -28; pixel_y = 26; frequency = 1331; command = "cycle_interior"; req_one_access = list(13); master_tag = "rescue_shuttle_dock_airlock"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bfe" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bff" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bfg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
@@ -2977,28 +2983,28 @@
"bfs" = (/obj/structure/closet/wardrobe/xenos,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bft" = (/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfu" = (/obj/machinery/vending/fashionvend,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bfv" = (/obj/machinery/light_switch{on = 1; pixel_y = 28},/obj/machinery/computer/arcade,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bfv" = (/obj/machinery/light_switch{pixel_y = 28; on = 1},/obj/machinery/computer/arcade,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfw" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bfx" = (/obj/structure/disposalpipe/segment,/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/rough,/area/crew_quarters/locker)
+"bfx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfy" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfz" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfA" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bfB" = (/obj/machinery/status_display,/turf/simulated/wall,/area/hallway/primary/central_two)
-"bfC" = (/obj/machinery/camera/network/exodus{c_tag = "Bar West"; dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bfC" = (/obj/machinery/camera/network/exodus{dir = 4; c_tag = "Bar West"},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bfD" = (/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bfE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bfE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bfF" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/spline/fancy/wood/corner,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bfG" = (/obj/machinery/door/airlock/freezer{name = "Kitchen cold room"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
+"bfG" = (/obj/machinery/door/airlock/freezer{name = "Kitchen cold room"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/kitchen)
"bfH" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/closet/secure_closet/freezer/fridge,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bfI" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/chem_master/condimaster{name = "CondiMaster Neo"; pixel_x = -5},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bfJ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_soft/full,/obj/machinery/light{dir = 1},/obj/machinery/light_switch{on = 1; pixel_x = 8; pixel_y = 25},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bfK" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/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"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bfL" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bfJ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_soft/full,/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_x = 8; pixel_y = 25; on = 1},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bfK" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bfL" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bfM" = (/turf/simulated/wall,/area/hydroponics/garden)
"bfN" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/flora/ausbushes/fullgrass{pixel_x = 31; pixel_y = 6},/obj/machinery/light{dir = 8},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bfO" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/flora/ausbushes/lavendergrass{pixel_x = 1; pixel_y = 3},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bfP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/flora/pottedplant/overgrownbush{pixel_y = 13},/obj/structure/window/basic{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bfQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bfQ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bfR" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/chapel/main)
"bfS" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/airlock,/obj/machinery/door/firedoor/border_only,/turf/simulated/wall,/area/hallway/secondary/entry/port)
"bfT" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_two)
@@ -3009,14 +3015,14 @@
"bfY" = (/obj/structure/bookcase/prefitted/reference,/turf/simulated/floor/trim/wood,/area/library)
"bfZ" = (/obj/structure/table/woodentable,/turf/simulated/floor/trim/wood,/area/library)
"bga" = (/obj/structure/closet/secure_closet/personal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bgb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bgb" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bgc" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/rough,/area/bridge)
"bgd" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_one)
"bge" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bgf" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/oldred,/area/chapel/main)
+"bgf" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/oldred,/area/chapel/main)
"bgg" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/trim/carpet/oldred,/area/chapel/main)
"bgh" = (/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet/oldred,/area/chapel/main)
-"bgi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bgi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bgj" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bgk" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bgl" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
@@ -3027,17 +3033,17 @@
"bgq" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/storage/fancy/candle_box,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bgr" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bgs" = (/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bgt" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/disposalpipe/segment,/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/dark/rough,/area/chapel/main)
-"bgu" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_security_inner"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "shuttle_dock_security_mech"; pixel_y = -19},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bgv" = (/obj/machinery/light/small,/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{frequency = 1380; id_tag = "escape_dock_security_airlock"; layer = 7; master_tag = "escape_dock"; pixel_y = 30; req_one_access = list(13); tag_airlock_mech_sensor = "escape_dock_security_mech"; tag_airpump = "escape_dock_security_pump"; tag_chamber_sensor = "escape_dock_security_sensor"; tag_exterior_door = "escape_dock_security_outer"; tag_interior_door = "escape_dock_security_inner"; tag_shuttle_mech_sensor = "shuttle_dock_security_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_security_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bgw" = (/obj/machinery/airlock_sensor{dir = 1; frequency = 1380; id_tag = "escape_dock_security_sensor"; pixel_y = -25},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bgx" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_security_outer"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "escape_dock_security_mech"; pixel_y = -19},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1380; layer = 7; master_tag = "escape_dock_security_airlock"; name = "exterior access button"; pixel_x = 7; pixel_y = -26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bgt" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bgu" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_security_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/mech_sensor{dir = 8; pixel_y = -19; frequency = 1380; id_tag = "shuttle_dock_security_mech"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bgv" = (/obj/machinery/light/small,/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{layer = 7; pixel_y = 30; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock_security_airlock"; master_tag = "escape_dock"; tag_exterior_door = "escape_dock_security_outer"; tag_interior_door = "escape_dock_security_inner"; tag_airpump = "escape_dock_security_pump"; tag_chamber_sensor = "escape_dock_security_sensor"; tag_airlock_mech_sensor = "escape_dock_security_mech"; tag_shuttle_mech_sensor = "shuttle_dock_security_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_security_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bgw" = (/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "escape_dock_security_sensor"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bgx" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_security_outer"},/obj/machinery/mech_sensor{dir = 8; pixel_y = -19; frequency = 1380; id_tag = "escape_dock_security_mech"},/obj/machinery/access_button{name = "exterior access button"; dir = 4; layer = 7; pixel_x = 7; pixel_y = -26; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "escape_dock_security_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bgy" = (/obj/structure/table/woodentable,/obj/item/material/ashtray/plastic,/turf/simulated/floor/trim/carpet,/area/hallway/secondary/entry/starboard)
"bgz" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/rough,/area/bridge)
"bgA" = (/obj/structure/table/reinforced,/obj/item/storage/box/PDAs{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/ids,/turf/simulated/floor/tiled/rough,/area/bridge)
"bgB" = (/obj/structure/table/reinforced,/obj/item/storage/secure/briefcase,/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/bridge)
"bgC" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bgD" = (/obj/item/modular_computer/console/preset/command,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bgD" = (/obj/item/modular_computer/console/preset/command,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
"bgE" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/rough,/area/bridge)
"bgF" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/bridge)
"bgG" = (/obj/structure/table/reinforced,/obj/item/device/flash,/obj/item/device/flash,/obj/item/aicard,/turf/simulated/floor/tiled/rough,/area/bridge)
@@ -3045,31 +3051,31 @@
"bgI" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/starboard)
"bgJ" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/light{dir = 1},/obj/item/device/flashlight/lamp{pixel_x = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bgK" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bgL" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/port)
+"bgL" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/port)
"bgM" = (/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/tiled/rough,/area/bridge)
"bgN" = (/obj/machinery/door/morgue{name = "Private Study"; req_access = list(37)},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/library)
-"bgO" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{id = "office_shutter"; name = "Office Shutters"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"bgP" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"bgQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/hallway/primary/port)
-"bgR" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bgS" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bgT" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bgU" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bgV" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/modular_computer/telescreen/preset/civilian{name = "north bump"; pixel_y = 32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgO" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Office Shutters"; id = "office_shutter"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"bgP" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"bgQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"bgR" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgS" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgT" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgU" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgV" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/modular_computer/telescreen/preset/civilian{name = "north bump"; pixel_y = 32},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bgW" = (/obj/structure/sign/directions/security{dir = 4; pixel_z = 10},/obj/structure/sign/directions/medical{dir = 4; pixel_z = 4},/obj/structure/sign/directions/supply{pixel_z = -10},/obj/structure/sign/directions/engineering{pixel_z = -4},/turf/simulated/wall,/area/hallway/primary/port)
-"bgX" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bgX" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bgY" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bgZ" = (/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bha" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/lime{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bhb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bhc" = (/obj/structure/sign/botany{pixel_y = 32},/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bhd" = (/obj/structure/sink/kitchen{pixel_y = 28},/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bhe" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{dir = 8; id = "office_shutter"; name = "Office Shutters"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"bhf" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bhe" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Office Shutters"; dir = 8; id = "office_shutter"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"bhf" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bhg" = (/obj/structure/window_frame/grille,/obj/structure/window/research,/turf/simulated/floor/plating/rough,/area/shuttle/research/station)
-"bhh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bhh" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"bhi" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"bhj" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge)
+"bhj" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge)
"bhk" = (/obj/machinery/door/blast/shutters/open{dir = 2; id = "barshut1"},/obj/structure/table/darkwood_reinforced,/obj/item/reagent_containers/food/cookie,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"bhl" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_two)
"bhm" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/window_frame/glass,/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
@@ -3077,24 +3083,24 @@
"bho" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bhp" = (/obj/structure/bed/couch/left/blue,/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/exodus{c_tag = "Chapel East"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bhq" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters/open{dir = 8; id = "kitchen2"},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/item/reagent_containers/vessel/condiment/barbecue,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bhr" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/button/remote/blast_door{id = "kitchen2"; name = "Privacy Shutters"; pixel_x = -6; pixel_y = 24},/obj/machinery/light_switch{pixel_x = 8; pixel_y = 25},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bhr" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; pixel_x = -6; pixel_y = 24; id = "kitchen2"},/obj/machinery/light_switch{pixel_x = 8; pixel_y = 25},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bhs" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/vending/dinnerware,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bht" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bhu" = (/obj/machinery/camera/network/civilian_east{c_tag = "Kitchen North"},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/sink/kitchen{pixel_y = 21},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bhu" = (/obj/machinery/camera/network/civilian_east{c_tag = "Kitchen North"},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/sink/kitchen{pixel_y = 21},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bhv" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bhw" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/effect/landmark/start/crew/chef,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bhx" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/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/white,/area/crew_quarters/kitchen)
-"bhy" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/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"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bhw" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/effect/landmark/start/crew/chef,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bhx" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bhy" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bhz" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/machinery/reagentgrinder,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bhA" = (/obj/effect/floor_decal/stairs{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bhB" = (/obj/structure/flora/ausbushes/fullgrass{pixel_x = 31; pixel_y = 6},/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 3; pixel_y = 6},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bhC" = (/obj/structure/flora/ausbushes/lavendergrass{pixel_x = 1; pixel_y = 3},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bhD" = (/obj/structure/window/basic{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/flora/ausbushes/stalkybush,/obj/structure/flora/ausbushes/leafybush{pixel_y = 10},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bhE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bhE" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bhF" = (/obj/structure/window_frame/grille,/obj/structure/sign/warning/docking_area,/obj/structure/lattice,/turf/space,/area/quartermaster/miningdock)
"bhG" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hydroponics)
-"bhH" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/checkpoint2)
-"bhI" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bhH" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/checkpoint2)
+"bhI" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bhJ" = (/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
"bhK" = (/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"bhL" = (/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
@@ -3102,35 +3108,35 @@
"bhN" = (/obj/machinery/light,/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/white{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bhO" = (/obj/structure/bed/couch/right/blue,/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bhP" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bhQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 6; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bhR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bhQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 6},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bhR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bhS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bhT" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 6; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bhU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bhT" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 6},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bhU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bhV" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bhW" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bhW" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bhX" = (/obj/item/stool/bar_new/padded,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bhY" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bhZ" = (/obj/effect/floor_decal/chapel,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bia" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bib" = (/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/white{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"bic" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bic" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bid" = (/obj/structure/flora/ausbushes/ppflowers,/obj/structure/window_frame/glass,/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"bie" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/corner/white{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bif" = (/obj/effect/floor_decal/chapel{dir = 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/dark/rough,/area/chapel/main)
-"big" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{dir = 8; id = "office_shutter"; name = "Office Shutters"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"big" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Office Shutters"; dir = 8; id = "office_shutter"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bih" = (/obj/effect/floor_decal/corner/white{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
-"bii" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bii" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
"bij" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
-"bik" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{frequency = 1331; id_tag = "rescue_shuttle_dock_airlock"; pixel_y = 30; req_access = list(0); req_one_access = list(13); tag_airpump = "rescue_shuttle_dock_pump"; tag_chamber_sensor = "rescue_shuttle_dock_sensor"; tag_exterior_door = "rescue_shuttle_dock_outer"; tag_interior_door = "rescue_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
-"bil" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bik" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{pixel_y = 30; frequency = 1331; req_access = list(0); req_one_access = list(13); id_tag = "rescue_shuttle_dock_airlock"; tag_exterior_door = "rescue_shuttle_dock_outer"; tag_interior_door = "rescue_shuttle_dock_inner"; tag_airpump = "rescue_shuttle_dock_pump"; tag_chamber_sensor = "rescue_shuttle_dock_sensor"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bil" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
"bim" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bin" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"bio" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Arrivals"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bip" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"biq" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bir" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/firealarm{pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bis" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/exodus{c_tag = "Arrivals Hallway"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bis" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Arrivals Hallway"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bit" = (/obj/structure/closet/wardrobe/mixed,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"biu" = (/obj/effect/landmark/event/other/lightsout,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"biv" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/bridge)
@@ -3138,29 +3144,29 @@
"bix" = (/turf/simulated/floor/tiled/rough,/area/bridge)
"biy" = (/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/bridge)
"biz" = (/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/bridge)
-"biA" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"biA" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
"biB" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/locker)
"biC" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/locker)
-"biD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"biD" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"biE" = (/turf/simulated/wall,/area/crew_quarters/locker)
"biF" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/bridge)
"biG" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"biH" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biH" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"biI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"biJ" = (/obj/effect/floor_decal/corner/white{dir = 1},/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/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"biK" = (/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/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"biL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biJ" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"biM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"biN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"biO" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"biP" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biO" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"biP" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"biQ" = (/turf/simulated/wall,/area/storage/art)
"biR" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/art)
-"biS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/storage/art)
+"biS" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/storage/art)
"biT" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/storage/art)
-"biU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"biV" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/hallway/primary/port)
-"biW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Auxiliary Tool Storage"; req_access = list(12)},/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/rough,/area/hallway/primary/port)
+"biU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"biV" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/hallway/primary/port)
+"biW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Auxiliary Tool Storage"; req_access = list(12)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"biX" = (/turf/simulated/wall,/area/storage/tools)
"biY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/glass{name = "Arrivals"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/port)
"biZ" = (/turf/simulated/wall/r_wall,/area/bridge)
@@ -3170,7 +3176,7 @@
"bjd" = (/obj/item/stool,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bje" = (/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bjf" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bjg" = (/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/structure/disposalpipe/segment,/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/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bjg" = (/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bjh" = (/obj/item/stool/padded,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bji" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bjj" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/computer/shuttle_control/mining,/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/bridge)
@@ -3179,9 +3185,9 @@
"bjm" = (/obj/structure/window_frame/grille,/obj/structure/window/miningpod,/turf/simulated/floor/plating/rough,/area/shuttle/mining/station)
"bjn" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bjo" = (/obj/machinery/light{dir = 4},/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bjp" = (/obj/structure/flora/tree/green/small/tree2{desc = "A tree. Aboard a space station."; name = "Trunk McBranches"; pixel_x = -44},/turf/simulated/floor/natural/grass,/area/hallway/primary/central_one)
-"bjq" = (/obj/structure/fitness/punchingbag,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Gym"; dir = 1},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
-"bjr" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"bjp" = (/obj/structure/flora/tree/green/small/tree2{name = "Trunk McBranches"; desc = "A tree. Aboard a space station."; pixel_x = -44},/turf/simulated/floor/natural/grass,/area/hallway/primary/central_one)
+"bjq" = (/obj/structure/fitness/punchingbag,/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Gym"},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
+"bjr" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/floordetail/tiled,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/fitness)
"bjs" = (/obj/effect/floor_decal/chapel,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjt" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters/open{dir = 8; id = "kitchen2"},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/item/reagent_containers/rag,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bju" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/item/material/kitchen/rollingpin,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
@@ -3193,42 +3199,43 @@
"bjA" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/maintenance/cargo)
"bjB" = (/obj/structure/bookcase/prefitted/fiction,/turf/simulated/floor/trim/wood,/area/library)
"bjC" = (/obj/structure/bookcase/prefitted/nonfiction,/turf/simulated/floor/trim/wood,/area/library)
-"bjD" = (/obj/machinery/camera/network/civilian_east{c_tag = "Library Central"; dir = 8},/turf/simulated/floor/trim/wood,/area/library)
+"bjD" = (/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Library Central"},/turf/simulated/floor/trim/wood,/area/library)
"bjE" = (/obj/machinery/camera/network/command{c_tag = "Bridge West"},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/table/reinforced,/obj/item/device/megaphone,/obj/item/device/flash,/obj/item/device/flash,/turf/simulated/floor/tiled/rough,/area/bridge)
"bjF" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjG" = (/obj/effect/floor_decal/chapel,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjH" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bjI" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bjI" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bjJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bjK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bjL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bjL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bjM" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bjN" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bjN" = (/obj/effect/floor_decal/chapel,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjO" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/closet/firecloset,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bjP" = (/obj/structure/closet/firecloset,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/sign/warning/airlock{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bjR" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bjS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
+"bjQ" = (/mob/living/simple_animal/mouse,/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"bjR" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bjS" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bjT" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/structure/flora/pottedplant/faketree,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjU" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bjV" = (/obj/effect/floor_decal/chapel{dir = 8},/obj/structure/table/woodentable,/obj/item/storage/box/cups,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bjW" = (/obj/item/device/bluespace_beacon,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bjX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/obj/machinery/navbeacon/wayfinding/bridge,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bjX" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/hologram/holopad,/obj/machinery/navbeacon/wayfinding/bridge,/turf/simulated/floor/tiled/rough,/area/bridge)
"bjY" = (/obj/structure/noticeboard{pixel_y = 27},/obj/machinery/camera/network/command{c_tag = "Bridge East"},/obj/effect/floor_decal/corner/white{dir = 5},/obj/structure/table/reinforced,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/folder/blue,/obj/item/pen,/turf/simulated/floor/tiled/rough,/area/bridge)
"bjZ" = (/obj/effect/floor_decal/corner/white{dir = 5},/obj/machinery/computer/crew,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bka" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/white/three_quarters{dir = 1; icon_state = "corner_white_full"},/obj/item/modular_computer/console/preset/medical,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bka" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/white/three_quarters{icon_state = "corner_white_full"; dir = 1},/obj/item/modular_computer/console/preset/medical,/turf/simulated/floor/tiled/rough,/area/bridge)
"bkb" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bkc" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bkc" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bkd" = (/obj/effect/floor_decal/chapel,/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bke" = (/obj/effect/shuttle_landmark/rescue/station,/turf/space,/area/rescue_base/arrivals_dock)
-"bkf" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1331; master_tag = "nuke_shuttle_dock_airlock"; name = "exterior access button"; pixel_x = -5; pixel_y = -26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bkf" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_outer"},/obj/machinery/access_button{name = "exterior access button"; pixel_x = -5; pixel_y = -26; frequency = 1331; command = "cycle_exterior"; req_one_access = list(13); master_tag = "nuke_shuttle_dock_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
"bkg" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
-"bkh" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/machinery/airlock_sensor{frequency = 1331; id_tag = "rescue_shuttle_dock_sensor"; pixel_y = -25},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
-"bki" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bkh" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/machinery/airlock_sensor{pixel_y = -25; frequency = 1331; id_tag = "rescue_shuttle_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
+"bki" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/port)
"bkj" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bkk" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/chair{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bkl" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bkm" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bkn" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1380; layer = 7; master_tag = "escape_dock_north_airlock"; name = "interior access button"; pixel_x = 26; pixel_y = 26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bkn" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/access_button{name = "interior access button"; dir = 8; layer = 7; pixel_x = 26; pixel_y = 26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "escape_dock_north_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bko" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bkp" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bkq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
@@ -3236,48 +3243,49 @@
"bks" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/papershredder,/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bkt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bku" = (/obj/structure/window/basic{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled,/area/security/vacantoffice)
-"bkv" = (/obj/structure/closet/wardrobe/grey,/obj/machinery/requests_console{department = "Locker Room"; pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bkv" = (/obj/structure/closet/wardrobe/grey,/obj/machinery/requests_console{pixel_x = -32; department = "Locker Room"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bkw" = (/obj/structure/table/standard,/obj/item/device/taperecorder,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bkx" = (/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/locker)
"bky" = (/turf/simulated/floor/plating,/area/maintenance/locker)
-"bkz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bkz" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bkA" = (/obj/item/clothing/head/soft/grey{pixel_x = -2; pixel_y = 3},/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bkB" = (/obj/structure/disposalpipe/segment,/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/item/tape_roll,/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bkB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/tape_roll,/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bkC" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/simulated/floor/tiled/rough,/area/storage/art)
-"bkD" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/storage/art)
-"bkE" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/storage/art)
+"bkD" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/storage/art)
+"bkE" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bkF" = (/turf/simulated/wall,/area/storage/emergency2)
"bkG" = (/obj/structure/closet/hydrant{pixel_x = -32},/turf/simulated/floor/plating,/area/storage/emergency2)
-"bkH" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/storage/emergency2)
-"bkI" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/storage/emergency2)
+"bkH" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/storage/emergency2)
+"bkI" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/storage/emergency2)
"bkJ" = (/turf/simulated/floor/plating,/area/storage/emergency2)
-"bkK" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/camera/network/civilian_west{c_tag = "Tool Storage - Auxiliary"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bkL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bkM" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bkN" = (/obj/machinery/light_switch{on = 1; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bkK" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Tool Storage - Auxiliary"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bkL" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bkM" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bkN" = (/obj/machinery/light_switch{pixel_y = 28; on = 1},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bkO" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/table/steel,/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bkP" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room East"; dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bkP" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Locker Room East"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bkQ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bkR" = (/obj/structure/sign/warning/high_voltage{pixel_y = 32},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bkS" = (/obj/structure/sign/warning/secure_area{pixel_x = 32},/obj/machinery/door/blast/regular/open{dir = 4; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bkS" = (/obj/structure/sign/warning/secure_area{pixel_x = 32},/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 4; id = "bridge entrance blast"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/bridge)
"bkT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
"bkU" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
"bkV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bkW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bkX" = (/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bkW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bkX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/bridge)
"bkY" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bkZ" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"bla" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bkZ" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
+"bla" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"blb" = (/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"blc" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"blc" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bld" = (/obj/effect/floor_decal/spline/fancy/wood/corner,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"ble" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/engineering)
"blf" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"blg" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"blg" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"blh" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bli" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/button/remote/blast_door{id = "office_shutter"; name = "Office Shutters"; pixel_x = -8; pixel_y = 22},/obj/machinery/light_switch{pixel_x = -8; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"bli" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/button/remote/blast_door{name = "Office Shutters"; pixel_x = -8; pixel_y = 22; id = "office_shutter"},/obj/machinery/light_switch{pixel_x = -8; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"blj" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters/open{dir = 8; id = "kitchen2"},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/item/storage/box/donut,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"blk" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bll" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"blk" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bll" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"blm" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bln" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"blo" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/machinery/microwave{pixel_y = 6},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
@@ -3285,45 +3293,47 @@
"blq" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/item/reagent_containers/vessel/condiment/enzyme,/obj/item/reagent_containers/vessel/beaker{pixel_x = 5},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"blr" = (/obj/item/reagent_containers/dropper,/obj/machinery/light{dir = 8},/obj/structure/table/glass,/obj/item/reagent_containers/vessel/beaker/plass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bls" = (/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 23; pixel_y = 31},/turf/simulated/floor/natural/sand/pure,/area/hydroponics/garden)
-"blt" = (/obj/structure/flora/ausbushes/fullgrass{pixel_x = 30; pixel_y = 30},/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/structure/flora/ausbushes/pointybush{pixel_x = 8; pixel_y = 29},/mob/living/simple_animal/chick,/turf/simulated/floor/natural/sand/pure,/area/hydroponics/garden)
-"blu" = (/obj/machinery/door/window{base_state = "right"; name = "Kitchen"; req_one_access = list(28,35)},/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/natural/sand/pure,/area/hydroponics/garden)
-"blv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"blt" = (/mob/living/simple_animal/mouse,/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"blu" = (/obj/machinery/door/window{name = "Kitchen"; req_one_access = list(28,35); base_state = "right"},/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/natural/sand/pure,/area/hydroponics/garden)
+"blv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"blw" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"blx" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bly" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/door/window/westright{name = "Library Desk Door"},/turf/simulated/floor/trim/wood,/area/library)
"blz" = (/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/trim/wood,/area/library)
-"blA" = (/obj/machinery/light_switch{on = 1; pixel_y = 28},/obj/item/modular_computer/console/preset/library,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
-"blB" = (/obj/structure/bed/pew/pewchapel/left{dir = 1; icon_state = "chair_pewchapel_left_over"},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"blC" = (/obj/structure/bed/pew/pewchapel/middle{dir = 1; icon_state = "chair_pewchapel_middle_over"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"blD" = (/obj/structure/bed/pew/pewchapel/right{dir = 1; icon_state = "chair_pewchapel_right_over"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"blE" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 6; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blA" = (/obj/machinery/light_switch{pixel_y = 28; on = 1},/obj/item/modular_computer/console/preset/library,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
+"blB" = (/obj/structure/bed/pew/pewchapel/left{icon_state = "chair_pewchapel_left_over"; dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blC" = (/obj/structure/bed/pew/pewchapel/middle{icon_state = "chair_pewchapel_middle_over"; dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blD" = (/obj/structure/bed/pew/pewchapel/right{icon_state = "chair_pewchapel_right_over"; dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blE" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 6},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"blF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/gblue,/area/chapel/main)
"blG" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"blH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/pew/pewchapel/left{dir = 1; icon_state = "chair_pewchapel_left_over"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"blI" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/bed/pew/pewchapel/right{dir = 1; icon_state = "chair_pewchapel_right_over"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blH" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/bed/pew/pewchapel/left{icon_state = "chair_pewchapel_left_over"; dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"blI" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/bed/pew/pewchapel/right{icon_state = "chair_pewchapel_right_over"; dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"blJ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/hand_labeler,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
-"blK" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
-"blL" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blM" = (/obj/machinery/light,/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/simple/hidden/supply{dir = 4},/obj/machinery/newscaster{pixel_y = -28},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blN" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blO" = (/obj/structure/fireaxecabinet{pixel_y = -32},/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/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/command{c_tag = "Bridge Center"; dir = 1},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blP" = (/obj/machinery/button/remote/blast_door{dir = 1; id = "bridge blast"; name = "Bridge Window Shutters Control"; pixel_x = 1; pixel_y = -24; req_access = list(19)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light_switch{on = 1; pixel_x = -8; pixel_y = -23},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/machinery/button/remote/blast_door{dir = 1; id = "bridge entrance blast"; name = "Bridge Blast Door Control"; pixel_x = 11; pixel_y = -24; req_access = list(19)},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blQ" = (/obj/machinery/light,/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/simple/hidden/supply{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blR" = (/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/simple/hidden/supply{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = -28},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blS" = (/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/effect/floor_decal/corner/blue{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blK" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"blL" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blM" = (/obj/machinery/light,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/newscaster{pixel_y = -28},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blN" = (/obj/machinery/requests_console{name = "Bridge RC"; pixel_y = -30; department = "Bridge"; departmentType = 5; announcementConsole = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blO" = (/obj/structure/fireaxecabinet{pixel_y = -32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/command{dir = 1; c_tag = "Bridge Center"},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blP" = (/obj/machinery/button/remote/blast_door{name = "Bridge Window Shutters Control"; dir = 1; pixel_x = 1; pixel_y = -24; id = "bridge blast"; req_access = list(19)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light_switch{pixel_x = -8; pixel_y = -23; on = 1},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/machinery/button/remote/blast_door{name = "Bridge Blast Door Control"; dir = 1; pixel_x = 11; pixel_y = -24; id = "bridge entrance blast"; req_access = list(19)},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blQ" = (/obj/machinery/light,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = -28},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/bridge)
"blT" = (/obj/machinery/oxygen_pump,/turf/simulated/wall,/area/hallway/secondary/entry/port)
-"blU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/bridge)
"blV" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
"blW" = (/obj/structure/window_frame/grille,/obj/structure/sign/warning/docking_area,/obj/structure/lattice,/turf/space,/area/space)
"blX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/white{dir = 4},/turf/simulated/floor/tiled/rough,/area/bridge)
-"blY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/locker)
-"blZ" = (/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{dir = 8; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"blY" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/locker)
+"blZ" = (/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 8; id = "bridge entrance blast"},/turf/simulated/floor/tiled/rough,/area/bridge)
"bma" = (/obj/structure/sign/warning/high_voltage{pixel_y = 32},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bmb" = (/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bmc" = (/obj/machinery/camera/network/exodus{c_tag = "Bridge East Entrance"},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bmd" = (/mob/living/simple_animal/parrot/Poly,/obj/machinery/requests_console{name = "Chief Engineer RC"; pixel_y = -34; department = "Chief Engineer's Desk"; departmentType = 6; announcementConsole = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"bme" = (/mob/living/simple_animal/cat/fluff/Runtime,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bmf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bmg" = (/obj/structure/table/standard,/obj/item/hand_labeler,/turf/simulated/floor/tiled/rough,/area/storage/art)
-"bmh" = (/obj/structure/table/standard,/obj/item/storage/fancy/crayons,/obj/item/storage/fancy/crayons,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/civilian_west{c_tag = "Art Supply Storage"; dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/storage/art)
+"bmh" = (/obj/structure/table/standard,/obj/item/storage/fancy/crayons,/obj/item/storage/fancy/crayons,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Art Supply Storage"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/storage/art)
"bmi" = (/obj/structure/table/standard,/obj/item/device/camera_film,/obj/item/device/camera,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bmj" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/plating,/area/storage/emergency2)
"bmk" = (/obj/machinery/light/small,/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/storage/emergency2)
@@ -3333,12 +3343,12 @@
"bmo" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/steel,/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bmp" = (/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bmq" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/cell_charger,/obj/structure/table/steel,/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bmr" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/power/apc/super/critical{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bms" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bmr" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/power/apc/super/critical{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bms" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bmt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/table/standard,/obj/random/coin,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bmu" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/vending/cola,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bmv" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bmw" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bmw" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bmx" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bmy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bmz" = (/turf/simulated/wall/r_wall,/area/hallway/primary/central_two)
@@ -3346,10 +3356,13 @@
"bmB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bmC" = (/obj/structure/bed/couch/right/sofa{dir = 8},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/mess)
"bmD" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bmE" = (/obj/machinery/camera/network/exodus{c_tag = "Bar Central"; dir = 1},/obj/machinery/navbeacon/wayfinding/bar,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bmE" = (/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Bar Central"},/obj/machinery/navbeacon/wayfinding/bar,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bmF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bmG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge)
"bmH" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bmI" = (/mob/living/simple_animal/mouse,/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/box/lights/mixed/he,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bmJ" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"bmK" = (/mob/living/bot/floorbot/premade,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage)
"bmL" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bmM" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/recharger,/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bmN" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/icecream_vat,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
@@ -3359,15 +3372,15 @@
"bmR" = (/obj/structure/flora/ausbushes/stalkybush,/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 11; pixel_y = 8},/obj/structure/flora/ausbushes/sparsegrass{pixel_x = 25; pixel_y = 2},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bmS" = (/obj/structure/flora/ausbushes/fullgrass{pixel_x = 23; pixel_y = 2},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bmT" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/window/basic{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bmU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bmU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bmV" = (/obj/effect/landmark/start/crew/gartender,/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bmW" = (/obj/structure/bookcase{name = "bookcase (Adult)"},/turf/simulated/floor/trim/wood,/area/library)
"bmX" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/trim/wood,/area/library)
"bmY" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/library)
"bmZ" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/librarian,/turf/simulated/floor/trim/wood,/area/library)
"bna" = (/obj/machinery/libraryscanner,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/trim/wood,/area/library)
-"bnb" = (/obj/structure/bed/pew/pewchapel/left{dir = 1; icon_state = "chair_pewchapel_left_over"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bnc" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet/gblue,/area/chapel/main)
+"bnb" = (/obj/structure/bed/pew/pewchapel/left{icon_state = "chair_pewchapel_left_over"; dir = 1},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bnc" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet/gblue,/area/chapel/main)
"bnd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet/gblue,/area/chapel/main)
"bne" = (/turf/simulated/floor/trim/carpet/gblue,/area/chapel/main)
"bnf" = (/obj/structure/shuttle/engine/heater{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
@@ -3376,68 +3389,68 @@
"bni" = (/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bnj" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bnk" = (/obj/structure/window/basic{dir = 4},/obj/item/folder/blue{pixel_x = 5},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled,/area/security/vacantoffice)
-"bnl" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"bnl" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"bnm" = (/obj/structure/closet/wardrobe/black,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bnn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bno" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnp" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_north_inner"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "escape_dock_north_mech"; pixel_y = -19},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bnq" = (/obj/machinery/light/small,/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{frequency = 1380; id_tag = "escape_dock_north_airlock"; layer = 7; master_tag = "escape_dock"; pixel_y = 30; req_one_access = list(13); tag_airlock_mech_sensor = "escape_dock_north_mech"; tag_airpump = "escape_dock_north_pump"; tag_chamber_sensor = "escape_dock_north_sensor"; tag_exterior_door = "escape_dock_north_outer"; tag_interior_door = "escape_dock_north_inner"; tag_shuttle_mech_sensor = "shuttle_dock_north_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_north_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bnr" = (/obj/machinery/airlock_sensor{dir = 1; frequency = 1380; id_tag = "escape_dock_north_sensor"; pixel_y = -25},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bns" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_north_outer"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "escape_dock_north_mech"; pixel_y = -19},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1380; layer = 7; master_tag = "escape_dock_north_airlock"; name = "exterior access button"; pixel_x = 7; pixel_y = -26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bno" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnp" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_north_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/mech_sensor{dir = 8; pixel_y = -19; frequency = 1380; id_tag = "escape_dock_north_mech"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bnq" = (/obj/machinery/light/small,/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{layer = 7; pixel_y = 30; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock_north_airlock"; master_tag = "escape_dock"; tag_exterior_door = "escape_dock_north_outer"; tag_interior_door = "escape_dock_north_inner"; tag_airpump = "escape_dock_north_pump"; tag_chamber_sensor = "escape_dock_north_sensor"; tag_airlock_mech_sensor = "escape_dock_north_mech"; tag_shuttle_mech_sensor = "shuttle_dock_north_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_north_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bnr" = (/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "escape_dock_north_sensor"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bns" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_north_outer"},/obj/machinery/mech_sensor{dir = 8; pixel_y = -19; frequency = 1380; id_tag = "escape_dock_north_mech"},/obj/machinery/access_button{name = "exterior access button"; dir = 4; layer = 7; pixel_x = 7; pixel_y = -26; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "escape_dock_north_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bnt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/mess)
-"bnu" = (/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/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room West"; dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnv" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnw" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnu" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Locker Room West"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnv" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bnx" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/machinery/light{dir = 4},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bny" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Locker Room"; sortType = "Locker Room"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnz" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnB" = (/obj/structure/closet/secure_closet/personal,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bnC" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/table/standard,/obj/item/stamp,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/item/pen,/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
-"bnD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"bny" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Locker Room"; dir = 1; sortType = "Locker Room"},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnz" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnB" = (/obj/structure/closet/secure_closet/personal,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bnC" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/table/standard,/obj/item/stamp,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/item/pen,/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"bnD" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"bnE" = (/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 1},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bnF" = (/turf/simulated/wall,/area/security/vacantoffice)
"bnG" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bnH" = (/obj/random/closet,/obj/random/coin,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bnI" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bnJ" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bnI" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bnJ" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bnK" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"bnL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bnM" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bnN" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bnO" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19)},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnL" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bnM" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bnN" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bnO" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19)},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
"bnP" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bnQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bnR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{dir = 4; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 4; id = "bridge entrance blast"},/turf/simulated/floor/tiled/rough,/area/bridge)
"bnS" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bnT" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -25; pixel_y = -25},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnV" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnX" = (/obj/structure/table/reinforced,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/item/storage/toolbox/mechanical,/obj/item/storage/box/lights/mixed,/obj/item/device/flashlight,/obj/item/device/multitool,/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnY" = (/obj/structure/table/reinforced,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/item/storage/box/donut,/obj/effect/floor_decal/corner/blue/three_quarters,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bnZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/bridge)
-"boa" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bob" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 8; on = 1; pixel_x = 25; pixel_y = -25},/turf/simulated/floor/tiled/rough,/area/bridge)
-"boc" = (/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bod" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{dir = 8; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/turf/simulated/floor/tiled/rough,/area/bridge)
-"boe" = (/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
-"bof" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bog" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"boh" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"boi" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"boj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bok" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Library"; sortType = "Library"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bnT" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -25; pixel_y = -25; on = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnV" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnW" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnX" = (/obj/structure/table/reinforced,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/item/storage/toolbox/mechanical,/obj/item/storage/box/lights/mixed,/obj/item/device/flashlight,/obj/item/device/multitool,/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnY" = (/obj/structure/table/reinforced,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/item/storage/box/donut,/obj/effect/floor_decal/corner/blue/three_quarters,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bnZ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/bridge)
+"boa" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bob" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 25; pixel_y = -25; on = 1},/turf/simulated/floor/tiled/rough,/area/bridge)
+"boc" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bod" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 8; id = "bridge entrance blast"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"boe" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/bridge)
+"bof" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bog" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"boh" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"boi" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"boj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bok" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Library"; dir = 2; sortType = "Library"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bol" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bom" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bon" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"boo" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/chair,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bop" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/bed/chair,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"boq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bor" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/embedded_controller/radio/docking_port_multi{child_names_txt = "Airlock One;Airlock Two;Airlock Three"; child_tags_txt = "escape_dock_north_airlock;escape_dock_south_airlock;escape_dock_security_airlock"; dir = 8; frequency = 1380; id_tag = "escape_dock"; layer = 7; pixel_x = 28; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bor" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/embedded_controller/radio/docking_port_multi{dir = 8; layer = 7; pixel_x = 28; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock"; child_tags_txt = "escape_dock_north_airlock;escape_dock_south_airlock;escape_dock_security_airlock"; child_names_txt = "Airlock One;Airlock Two;Airlock Three"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bos" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/escape_pod5/station)
"bot" = (/obj/structure/bed/couch/right/sofa{dir = 4},/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/mess)
-"bou" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1380; master_tag = "centcom_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -28; pixel_y = 26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"bou" = (/obj/machinery/access_button{name = "interior access button"; dir = 4; pixel_x = -28; pixel_y = 26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "centcom_shuttle_dock_airlock"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bov" = (/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/mess)
"bow" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"box" = (/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
@@ -3460,58 +3473,58 @@
"boO" = (/obj/machinery/status_display{pixel_x = -32},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"boP" = (/turf/simulated/wall,/area/hallway/primary/starboard)
"boQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance,/turf/simulated/floor/plating,/area/hallway/primary/starboard)
-"boR" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/trim/carpet,/area/library)
-"boS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/trim/carpet,/area/library)
+"boR" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/trim/carpet,/area/library)
+"boS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/trim/carpet,/area/library)
"boT" = (/obj/structure/table/woodentable,/obj/item/paper,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/library)
"boU" = (/obj/structure/bed/chair/comfy/black{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
"boV" = (/obj/structure/table/woodentable,/obj/item/device/camera_film,/obj/item/device/camera_film,/turf/simulated/floor/trim/wood,/area/library)
"boW" = (/obj/structure/table/woodentable,/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/item/pen/blue{pixel_x = 5; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/library)
"boX" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/turf/simulated/floor/trim/wood,/area/library)
-"boY" = (/obj/structure/bed/pew/pewchapel/left{dir = 1; icon_state = "chair_pewchapel_left_over"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"boZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bpa" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bpb" = (/obj/structure/bed/pew/pewchapel/right{dir = 1; icon_state = "chair_pewchapel_right_over"},/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"boY" = (/obj/structure/bed/pew/pewchapel/left{icon_state = "chair_pewchapel_left_over"; dir = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"boZ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bpa" = (/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bpb" = (/obj/structure/bed/pew/pewchapel/right{icon_state = "chair_pewchapel_right_over"; dir = 1},/obj/item/device/radio/intercom{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bpc" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bpd" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/light/small/hl{dir = 4},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
-"bpe" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bpe" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bpf" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bpg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bph" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/window/basic{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/window/basic,/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bpi" = (/obj/structure/window_frame/grille,/obj/item/remains/human{desc = "Smells like bananas. Honk."; name = "old friend's remains"},/obj/item/toy/crossbow{name = "extremely dangerous crossbow"},/obj/item/clothing/mask/gas/clown_hat{desc = "Long forgotten, long forbidden..."; name = "ancient clown's mask"},/obj/item/bikehorn,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bpi" = (/obj/structure/window_frame/grille,/obj/item/remains/human{name = "old friend's remains"; desc = "Smells like bananas. Honk."},/obj/item/toy/crossbow{name = "extremely dangerous crossbow"},/obj/item/clothing/mask/gas/clown_hat{name = "ancient clown's mask"; desc = "Long forgotten, long forbidden..."},/obj/item/bikehorn,/turf/simulated/floor/plating,/area/maintenance/research_port)
"bpj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bpk" = (/obj/structure/closet/secure_closet/personal,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bpk" = (/obj/structure/closet/secure_closet/personal,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bpl" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bpm" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "kitchen1"; name = "South Kitchen Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/kitchen)
+"bpm" = (/obj/machinery/door/blast/shutters{name = "South Kitchen Shutter"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "kitchen1"},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/kitchen)
"bpn" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/chapel/main)
-"bpo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bpp" = (/obj/machinery/light,/obj/machinery/camera/network/exodus{c_tag = "Bridge West Entrance"; dir = 1},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bpo" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bpp" = (/obj/machinery/light,/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Bridge West Entrance"},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bpq" = (/obj/structure/flora/ausbushes/brflowers,/obj/effect/landmark/start/crew/gartender,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bpr" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bps" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bpt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{dir = 4; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bpt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 4; id = "bridge entrance blast"},/turf/simulated/floor/tiled/rough,/area/bridge)
"bpu" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bpv" = (/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 = 8},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bpv" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
"bpw" = (/obj/machinery/door/morgue{name = "Confession Booth"},/turf/simulated/floor/tiled/dark,/area/chapel/main)
"bpx" = (/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access = list(22)},/turf/simulated/floor/tiled/dark,/area/chapel/main)
"bpy" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/item/device/radio/intercom/locked/confessional{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark,/area/chapel/main)
"bpz" = (/obj/machinery/atmospherics/pipe/simple/visible/universal,/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bpA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bpA" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
"bpB" = (/turf/simulated/wall,/area/maintenance/locker)
"bpC" = (/obj/machinery/computer/guestpass{pixel_y = -28},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/machinery/papershredder,/turf/simulated/floor/tiled/rough,/area/bridge)
"bpD" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/corner/blue/three_quarters,/obj/machinery/vending/wallmed1{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bpE" = (/obj/structure/disposalpipe/segment,/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},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
-"bpF" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{dir = 8; id = "bridge entrance blast"; name = "Bridge Blast Doors"},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bpE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/bridge)
+"bpF" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular/open{name = "Bridge Blast Doors"; dir = 8; id = "bridge entrance blast"},/turf/simulated/floor/tiled/rough,/area/bridge)
"bpG" = (/obj/effect/floor_decal/corner/blue/three_quarters,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bpH" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bpI" = (/obj/machinery/light,/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bpJ" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bpK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bpK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bpL" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bpM" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/corner/yellow/full,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/library)
"bpN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bpO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bpP" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bpQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bpO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bpP" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bpQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bpR" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bpS" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bpT" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/maintenance/research_port)
@@ -3520,33 +3533,35 @@
"bpW" = (/obj/structure/table/rack{dir = 8},/obj/machinery/light,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bpX" = (/obj/structure/closet/toolcloset,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/clothing/head/welding,/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bpY" = (/obj/structure/closet/toolcloset,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/clothing/head/welding,/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bpZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bqa" = (/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/rough,/area/hallway/primary/starboard)
-"bqb" = (/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/rough,/area/hallway/primary/starboard)
+"bpZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bqa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bqb" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bqc" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqf" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bqh" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/camera/network/exodus{c_tag = "Departures East"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bqh" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Departures East"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqi" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bqj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bqk" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/wall/r_wall,/area/bridge)
+"bqk" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/wall/r_wall,/area/bridge)
"bql" = (/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"bqm" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/obj/machinery/status_display{pixel_x = 32},/obj/random/smokes,/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"bqn" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bqo" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_south_inner"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "escape_dock_south_mech"; pixel_y = 19},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bqp" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bqq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bqo" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_south_inner"},/obj/machinery/mech_sensor{dir = 8; pixel_y = 19; frequency = 1380; id_tag = "escape_dock_south_mech"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bqp" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bqq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bqr" = (/obj/effect/floor_decal/corner/blue,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bqs" = (/obj/structure/cable{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/rough,/area/hallway/primary/central_one)
-"bqt" = (/obj/machinery/door/airlock/command{id_tag = "captaindoor"; name = "Captain's Office"; req_access = list(20)},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/captain)
-"bqu" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bqs" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bqt" = (/obj/machinery/door/airlock/command{name = "Captain's Office"; req_access = list(20); id_tag = "captaindoor"},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/captain)
+"bqu" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bqv" = (/mob/living/simple_animal/mouse,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"bqw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bqx" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bqy" = (/mob/living/simple_animal/mouse,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"bqz" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bqA" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/black/diagonal,/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bqB" = (/obj/structure/disposalpipe/segment,/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"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bqB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bqC" = (/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"bqE" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"bqF" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled,/area/security/vacantoffice)
@@ -3557,55 +3572,55 @@
"bqK" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/effect/floor_decal/corner/lime{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/honey_extractor,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bqL" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/smartfridge/drying_rack,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bqM" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/seed_storage/garden_public,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"bqN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bqN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bqP" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/airlock,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bqQ" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bqR" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1380; layer = 7; master_tag = "escape_dock_south_airlock"; name = "interior access button"; pixel_x = 26; pixel_y = -26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bqR" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/access_button{name = "interior access button"; dir = 8; layer = 7; pixel_x = 26; pixel_y = -26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "escape_dock_south_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bqS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Library"},/turf/simulated/floor/trim/carpet,/area/hallway/primary/starboard)
"bqT" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/library)
-"bqU" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet,/area/library)
-"bqV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bqU" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet,/area/library)
+"bqV" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 10},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bqW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bqX" = (/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bqY" = (/obj/structure/bed/chair/comfy/brown,/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bqZ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
-"bra" = (/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bra" = (/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"brb" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"brc" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"brd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/exodus{c_tag = "Arrivals Auxiliary Docking North"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bre" = (/obj/machinery/camera/network/civilian_west{c_tag = "Vacant Office"; dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
+"brd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Arrivals Auxiliary Docking North"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"bre" = (/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Vacant Office"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"brf" = (/obj/item/folder/yellow,/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled,/area/security/vacantoffice)
"brg" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"brh" = (/obj/effect/shuttle_landmark/escape/station,/turf/space,/area/shuttle/escape/station)
-"bri" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "centcom_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1380; master_tag = "ghetto_shuttle_dock"; name = "exterior access button"; pixel_x = -5; pixel_y = -26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"brj" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{frequency = 1380; id_tag = "centcom_shuttle_dock_airlock"; pixel_y = 30; req_one_access = list(13); tag_airpump = "centcom_shuttle_dock_pump"; tag_chamber_sensor = "centcom_shuttle_dock_sensor"; tag_exterior_door = "centcom_shuttle_dock_outer"; tag_interior_door = "centcom_shuttle_dock_inner"},/obj/machinery/airlock_sensor{dir = 1; frequency = 1380; id_tag = "centcom_shuttle_dock_sensor"; pixel_y = -25},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "centcom_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"brk" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "centcom_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bri" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "centcom_shuttle_dock_outer"},/obj/machinery/access_button{name = "exterior access button"; dir = 8; pixel_x = -5; pixel_y = -26; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "ghetto_shuttle_dock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"brj" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{pixel_y = 30; frequency = 1380; req_one_access = list(13); id_tag = "centcom_shuttle_dock_airlock"; tag_exterior_door = "centcom_shuttle_dock_outer"; tag_interior_door = "centcom_shuttle_dock_inner"; tag_airpump = "centcom_shuttle_dock_pump"; tag_chamber_sensor = "centcom_shuttle_dock_sensor"},/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "centcom_shuttle_dock_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "centcom_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"brk" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "centcom_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"brl" = (/obj/machinery/firealarm{pixel_y = -24},/obj/machinery/light,/turf/simulated/floor/tiled,/area/security/vacantoffice)
-"brm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"brn" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{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/dark/rough,/area/chapel/main)
-"bro" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/light,/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/dark/rough,/area/chapel/main)
+"brm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"brn" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bro" = (/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"brp" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"brq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"brr" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor/plating,/area/maintenance/locker)
"brs" = (/turf/simulated/wall,/area/crew_quarters/locker/locker_toilet)
-"brt" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
+"brt" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bru" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/microwave{pixel_x = -2; pixel_y = 10},/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"brv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"brv" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"brw" = (/obj/structure/bed/chair/beige{dir = 4},/obj/structure/sign/poster{pixel_y = 32},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"brx" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_y = 30},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/item/deck/cards{pixel_y = 4},/obj/random/snack,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"brx" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/requests_console{pixel_y = 30; department = "Cargo Bay"; departmentType = 2},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/item/deck/cards{pixel_y = 4},/obj/random/snack,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bry" = (/obj/structure/bed/chair/beige{dir = 8},/obj/effect/floor_decal/corner/brown/three_quarters{dir = 1},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"brz" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"brA" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"brA" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"brB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/locker)
-"brC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/locker)
-"brD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/locker)
+"brC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/locker)
+"brD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/locker)
"brE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/maintenance/locker)
"brF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"brG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/space_heater,/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"brH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/maintenance/locker)
"brI" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/storage/tools)
-"brJ" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/wall,/area/storage/tools)
-"brK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"brJ" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/wall,/area/storage/tools)
+"brK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"brL" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"brM" = (/obj/effect/floor_decal/stairs{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"brN" = (/obj/effect/floor_decal/stairs{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3616,22 +3631,22 @@
"brS" = (/obj/effect/floor_decal/corner/black{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"brT" = (/obj/effect/floor_decal/corner/black{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"brU" = (/turf/simulated/floor/plating/airless,/area/space)
-"brV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/space)
+"brV" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/space)
"brW" = (/obj/effect/floor_decal/corner/black{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"brX" = (/obj/effect/floor_decal/corner/black{dir = 5},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Starboard - East"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"brY" = (/obj/structure/window_frame/grille,/obj/item/remains/human{desc = "Silent life, silent death."; name = "old friend's remains"},/obj/item/toy/sword{name = "overpowered sword"},/obj/item/clothing/mask/gas/mime{desc = "Long forgotten, long forbidden..."; name = "ancient mime mask"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"brZ" = (/obj/effect/floor_decal/corner/black{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"brY" = (/obj/structure/window_frame/grille,/obj/item/remains/human{name = "old friend's remains"; desc = "Silent life, silent death."},/obj/item/toy/sword{name = "overpowered sword"},/obj/item/clothing/mask/gas/mime{name = "ancient mime mask"; desc = "Long forgotten, long forbidden..."},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"brZ" = (/obj/effect/floor_decal/corner/black{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bsa" = (/obj/effect/floor_decal/corner/black/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bsb" = (/obj/structure/flora/pottedplant/overgrownbush,/obj/effect/floor_decal/corner/black{dir = 1},/obj/effect/floor_decal/corner/black,/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/sign/departments/holy{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bsc" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bsd" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bse" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/table/standard,/obj/random/single{icon = 'icons/obj/drinks.dmi'; icon_state = "cola"; name = "randomly spawned cola"; spawn_nothing_percentage = 50; spawn_object = /obj/item/reagent_containers/vessel/can/cola},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bse" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/table/standard,/obj/random/single{name = "randomly spawned cola"; icon = 'icons/obj/drinks.dmi'; icon_state = "cola"; spawn_nothing_percentage = 50; spawn_object = /obj/item/reagent_containers/vessel/can/cola},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bsf" = (/obj/structure/synthesized_instrument/synthesizer/piano,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/effect/floor_decal/corner/pink/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsg" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/effect/floor_decal/corner/pink/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsh" = (/obj/effect/floor_decal/corner/pink/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsi" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/vending/snack,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bsj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-j2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"bsk" = (/obj/machinery/computer/rdconsole/robotics,/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bsj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"bsk" = (/obj/machinery/computer/rdconsole/robotics,/obj/machinery/requests_console{name = "Robotics RC"; pixel_y = 30; department = "Robotics"; departmentType = 2},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bsl" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"bsm" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/chapel{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/flora/pottedplant/flower{pixel_y = 12},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bsn" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/item/device/radio/intercom/locked/confessional{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark,/area/chapel/main)
@@ -3639,74 +3654,74 @@
"bsp" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/machinery/chem_master,/obj/machinery/camera/network/medbay{c_tag = "Medbay - Chemistry"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bsq" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/landmark/start/crew/chef,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bsr" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/closet/secure_closet/freezer/kitchen,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bss" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/civilian_east{c_tag = "Kitchen East"; dir = 1},/obj/structure/table/marble,/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/rag,/obj/machinery/button/remote/blast_door{id = "kitchen1"; name = "Privacy Shutters"; pixel_x = -8; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
+"bss" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Kitchen East"},/obj/structure/table/marble,/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/rag,/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; pixel_x = -8; pixel_y = -24; id = "kitchen1"},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bst" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"bsu" = (/obj/machinery/light{dir = 8},/obj/machinery/newscaster{pixel_x = -26},/obj/effect/floor_decal/corner/lime{dir = 9},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bsv" = (/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"bsw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bsw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"bsx" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bsy" = (/obj/structure/table/glass,/obj/item/reagent_containers/vessel/bottle/chemical/antitoxin{pixel_x = 5; pixel_y = 5},/obj/item/reagent_containers/vessel/bottle/chemical/inaprovaline{pixel_x = 1},/obj/item/reagent_containers/vessel/beaker/large,/obj/item/reagent_containers/vessel/beaker/large,/obj/structure/sign/periodic{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bsz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bsA" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bsA" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bsB" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bsC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Library"},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/hallway/primary/starboard)
-"bsD" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/library)
-"bsE" = (/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 = 1},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/trim/carpet,/area/library)
-"bsF" = (/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{dir = 1},/turf/simulated/floor/trim/carpet,/area/library)
+"bsC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Library"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/hallway/primary/starboard)
+"bsD" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/library)
+"bsE" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/trim/carpet,/area/library)
+"bsF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/carpet,/area/library)
"bsG" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/machinery/alarm{pixel_y = 24},/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/tiled/dark,/area/chapel/main)
"bsH" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/item/stool/padded,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/dark,/area/chapel/main)
-"bsI" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black/diagonal,/obj/machinery/camera/network/exodus{c_tag = "Departures West"; dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/material/ashtray/plastic,/obj/machinery/status_display{pixel_x = -32},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bsJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bsK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bsI" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black/diagonal,/obj/machinery/camera/network/exodus{dir = 4; c_tag = "Departures West"},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/material/ashtray/plastic,/obj/machinery/status_display{pixel_x = -32},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
+"bsJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bsK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bsL" = (/obj/machinery/newscaster{pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"bsM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 5},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
-"bsN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/carpet/gpurpledecal/corners{dir = 9; icon_state = "gpurple_corners"},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
+"bsN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/carpet/gpurpledecal/corners{icon_state = "gpurple_corners"; dir = 9},/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
"bsO" = (/obj/machinery/newscaster{pixel_y = -32},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled,/area/security/vacantoffice)
"bsP" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsQ" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -3; pixel_y = 2},/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/storage/pill_bottle/sugar_cubes,/obj/machinery/light/small/hl,/obj/item/reagent_containers/food/candy/variable,/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsR" = (/obj/structure/window_frame/grille,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"bsS" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"bsT" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
-"bsU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc/high{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"bsU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc/high{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bsV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/item/reagent_containers/food/donkpocket,/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bsW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bsW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bsX" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bsY" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/material/ashtray/glass,/obj/random/smokes,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bsZ" = (/obj/structure/bed/chair/beige{dir = 8},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bta" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"btb" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"btc" = (/obj/item/storage/box,/obj/structure/table/standard,/obj/item/storage/box,/obj/item/storage/box,/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"btd" = (/obj/structure/table/standard,/obj/item/wrapping_paper,/obj/item/wrapping_paper,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_y = 30},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"btd" = (/obj/structure/table/standard,/obj/item/wrapping_paper,/obj/item/wrapping_paper,/obj/machinery/requests_console{pixel_y = 30; department = "Cargo Bay"; departmentType = 2},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bte" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"btf" = (/obj/structure/table/rack{dir = 4},/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"btg" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating,/area/maintenance/locker)
"bth" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bti" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"btj" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
-"btk" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
+"btk" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"btl" = (/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/structure/table/glass,/obj/item/stack/material/plasma,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"btm" = (/obj/machinery/light{dir = 4},/obj/machinery/button/remote/blast_door{id = "chemcounter"; name = "Pharmacy Counter Lockdown Control"; pixel_y = 22},/obj/machinery/reagentgrinder,/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"btm" = (/obj/machinery/light{dir = 4},/obj/machinery/button/remote/blast_door{name = "Pharmacy Counter Lockdown Control"; pixel_y = 22; id = "chemcounter"},/obj/machinery/reagentgrinder,/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"btn" = (/obj/machinery/status_display,/turf/simulated/wall,/area/hallway/primary/starboard)
"bto" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"btp" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"btq" = (/obj/structure/table/standard,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"btr" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/atm{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bts" = (/obj/structure/disposalpipe/segment,/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/plating,/area/maintenance/locker)
+"bts" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"btt" = (/turf/simulated/wall,/area/quartermaster/breakroom)
-"btu" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Warehouse Maintenance"; req_access = list(31)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/quartermaster/breakroom)
+"btu" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Warehouse Maintenance"; req_access = list(31)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/quartermaster/breakroom)
"btv" = (/turf/simulated/wall,/area/quartermaster/storage)
"btw" = (/obj/machinery/light{dir = 8},/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/simulated/floor/plating,/area/quartermaster/office)
"btx" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/simulated/floor/plating,/area/quartermaster/office)
"bty" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/obj/structure/plasticflaps,/turf/simulated/floor/plating,/area/quartermaster/office)
"btz" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/quartermaster/office)
-"btA" = (/obj/structure/cable{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/rough,/area/hallway/primary/central_one)
+"btA" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"btB" = (/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"btC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/navbeacon/box/CH_EAST2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"btC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/navbeacon/box/CH_EAST2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"btD" = (/turf/simulated/wall/r_wall,/area/bridge/meeting_room)
"btE" = (/turf/simulated/wall,/area/bridge/meeting_room)
-"btF" = (/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"btF" = (/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"btG" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai)
-"btH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
+"btH" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
"btI" = (/turf/simulated/wall/r_wall,/area/crew_quarters/captain)
"btJ" = (/obj/structure/sign/directions/medical{dir = 4; pixel_y = 32},/obj/structure/sign/directions/evac{dir = 4; pixel_y = 32; pixel_z = -8},/obj/structure/sign/directions/science{dir = 4; pixel_y = 32; pixel_z = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"btK" = (/obj/structure/table/darkwood_reinforced,/obj/item/device/synthesized_instrument/guitar,/obj/effect/floor_decal/corner/pink/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
@@ -3716,29 +3731,29 @@
"btO" = (/obj/structure/sign/double/barsign{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"btP" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"btQ" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/radio/intercom{pixel_y = 22},/obj/item/book/wiki/robotics_cyborgs{pixel_x = 2; pixel_y = 5},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"btR" = (/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"btS" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/civilian_east{c_tag = "Library South"; dir = 1},/obj/machinery/light/small/hl,/turf/simulated/floor/trim/wood,/area/library)
+"btR" = (/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"btS" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Library South"},/obj/machinery/light/small/hl,/turf/simulated/floor/trim/wood,/area/library)
"btT" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/black/diagonal,/turf/simulated/floor/tiled/dark,/area/chapel/main)
"btU" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/item/reagent_containers/vessel/beaker/sulphuric{pixel_x = 8; pixel_y = 8},/obj/structure/reagent_dispensers/acid{density = 0; pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"btV" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark,/area/chapel/main)
-"btW" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"btW" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"btX" = (/obj/item/storage/box/cups,/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/radio/intercom{pixel_x = 8; pixel_y = 22},/obj/structure/extinguisher_cabinet{pixel_x = -9; pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"btY" = (/obj/structure/bed/chair/comfy/blue,/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"btZ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bua" = (/obj/machinery/status_display,/turf/simulated/wall,/area/crew_quarters/kitchen)
-"bub" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/table/standard,/obj/item/clothing/gloves/thick/botany,/obj/item/device/analyzer/plant_analyzer,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"buc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/structure/closet/crate/hydroponics,/obj/item/shovel/spade,/obj/item/material/minihoe,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"bud" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/structure/closet/crate/hydroponics/beekeeping,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"bue" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/lime{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bub" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/table/standard,/obj/item/clothing/gloves/thick/botany,/obj/item/device/analyzer/plant_analyzer,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"buc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/structure/closet/crate/hydroponics,/obj/item/shovel/spade,/obj/item/material/minihoe,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bud" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/lime{dir = 10},/obj/structure/closet/crate/hydroponics/beekeeping,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bue" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/lime{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"buf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bug" = (/obj/machinery/light_switch{pixel_x = 8; pixel_y = 34},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/blast_door{id = "Skynet_launch"; name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24; req_access = list(29)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"bug" = (/obj/machinery/light_switch{pixel_x = 8; pixel_y = 34},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/blast_door{name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24; id = "Skynet_launch"; req_access = list(29)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"buh" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"bui" = (/obj/structure/sign/double/map/left{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buj" = (/obj/structure/sign/double/map/right{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buk" = (/obj/machinery/vending/coffee,/turf/simulated/floor/trim/wood,/area/library)
"bul" = (/obj/structure/bed/chair/comfy/black{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/wood,/area/library)
"bum" = (/obj/structure/table/woodentable,/obj/item/pen,/turf/simulated/floor/trim/wood,/area/library)
-"bun" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/storage/toolbox/mechanical,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small/hl,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bun" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/storage/toolbox/mechanical,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small/hl,/turf/simulated/floor/plating,/area/maintenance/substation/command)
"buo" = (/obj/structure/bed/chair/comfy/black{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"bup" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/library)
"buq" = (/obj/structure/bed/chair/comfy/black{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/trim/wood,/area/library)
@@ -3747,16 +3762,16 @@
"but" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/black/diagonal,/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/closet/walllocker/emerglocker{pixel_x = -28},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"buu" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/dark,/area/security/vacantoffice)
"buv" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"buw" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/random/pottedplant,/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/starboard)
+"buw" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/random/pottedplant,/obj/effect/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/starboard)
"bux" = (/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/starboard)
"buy" = (/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buz" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "deathsquad_shuttle_dock_pump"},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"buA" = (/obj/machinery/light/small{dir = 1},/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 1; frequency = 1380; id_tag = "escape_dock_south_airlock"; layer = 7; master_tag = "escape_dock"; pixel_y = -30; req_one_access = list(13); tag_airlock_mech_sensor = "escape_dock_south_mech"; tag_airpump = "escape_dock_south_pump"; tag_chamber_sensor = "escape_dock_south_sensor"; tag_exterior_door = "escape_dock_south_outer"; tag_interior_door = "escape_dock_south_inner"; tag_shuttle_mech_sensor = "shuttle_dock_south_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_south_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"buB" = (/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "escape_dock_south_sensor"; pixel_y = 25},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"buA" = (/obj/machinery/light/small{dir = 1},/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 1; layer = 7; pixel_y = -30; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock_south_airlock"; master_tag = "escape_dock"; tag_exterior_door = "escape_dock_south_outer"; tag_interior_door = "escape_dock_south_inner"; tag_airpump = "escape_dock_south_pump"; tag_chamber_sensor = "escape_dock_south_sensor"; tag_airlock_mech_sensor = "escape_dock_south_mech"; tag_shuttle_mech_sensor = "shuttle_dock_south_mech"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "escape_dock_south_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"buB" = (/obj/machinery/airlock_sensor{pixel_y = 25; frequency = 1380; id_tag = "escape_dock_south_sensor"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"buC" = (/obj/machinery/mass_driver{id = "trash"},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25},/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
"buD" = (/obj/structure/sign/directions/medical{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buE" = (/obj/machinery/atm{pixel_y = 28},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"buF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buG" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buH" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buI" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3768,39 +3783,39 @@
"buO" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/mirror{pixel_x = 28},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"buP" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/bed/chair/comfy/blue,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"buQ" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"buR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buS" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/locker)
-"buT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"buU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"buV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buW" = (/obj/structure/table/glass,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"buX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"buX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"buY" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/turf/simulated/floor/plating,/area/quartermaster/office)
"buZ" = (/obj/item/stool,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bva" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bvb" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bvc" = (/turf/simulated/wall,/area/quartermaster/office)
"bvd" = (/obj/machinery/photocopier,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bve" = (/obj/machinery/button/remote/blast_door{id = "heads_meeting"; name = "Security Shutters"; pixel_y = 24},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bve" = (/obj/machinery/button/remote/blast_door{name = "Security Shutters"; pixel_y = 24; id = "heads_meeting"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bvf" = (/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bvg" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera/network/command{c_tag = "Bridge Conference Room"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bvh" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bvi" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bvj" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bvh" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bvi" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bvj" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bvk" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bvl" = (/obj/item/modular_computer/console/preset/medical,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bvm" = (/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bvn" = (/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bvo" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Command Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bvp" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bvp" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bvq" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/modular_computer/console/preset/command,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bvr" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bvs" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bvs" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bvt" = (/obj/machinery/light_switch{pixel_y = 28},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bvu" = (/obj/machinery/ai_status_display{pixel_y = 32},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bvv" = (/obj/item/device/radio/intercom/entertainment{pixel_y = 22},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bvw" = (/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bvx" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bvx" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bvy" = (/obj/machinery/computer/arcade,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bvz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvA" = (/obj/structure/sign/directions/evac{dir = 4; pixel_y = 32; pixel_z = -8},/obj/structure/sign/directions/medical{dir = 8; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3817,8 +3832,8 @@
"bvL" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/lapvend,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bvM" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/table/standard,/obj/random/smokes,/obj/item/flame/lighter,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bvN" = (/obj/structure/table/woodentable,/obj/item/folder/yellow,/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
-"bvO" = (/obj/machinery/door/airlock/glass{name = "Garden"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
-"bvP" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Medbay Subgrid"; name_tag = "Medbay Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bvO" = (/obj/machinery/door/airlock/glass{name = "Garden"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
+"bvP" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Medbay Subgrid"; name_tag = "Medbay Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"bvQ" = (/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvR" = (/obj/machinery/status_display,/turf/simulated/wall,/area/medical/cryo)
"bvS" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3826,114 +3841,114 @@
"bvU" = (/obj/effect/floor_decal/corner/black{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvV" = (/obj/effect/floor_decal/corner/black{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bvX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bvX" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvY" = (/obj/effect/floor_decal/corner/black{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bvZ" = (/obj/structure/sign/directions/medical{dir = 8; pixel_y = 32},/obj/structure/sign/directions/evac{dir = 4; pixel_y = 32; pixel_z = -8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bwa" = (/obj/structure/sign/evac{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bwb" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bwc" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bwd" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "deathsquad_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -8; pixel_y = 26; req_one_access = list(13)},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"bwd" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{name = "interior access button"; pixel_x = -8; pixel_y = 26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "deathsquad_shuttle_dock_airlock"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bwe" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bwf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bwg" = (/obj/structure/sign/warning/docking_area,/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/aft)
"bwh" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/aft)
"bwi" = (/turf/simulated/wall,/area/hallway/secondary/entry/aft)
"bwj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bwk" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bwl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/security/vacantoffice)
+"bwk" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"bwl" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/security/vacantoffice)
"bwm" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/maintenance/locker)
"bwn" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bwo" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bwp" = (/turf/simulated/wall/r_wall,/area/crew_quarters/locker)
"bwq" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bwr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room South"; dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bwr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Locker Room South"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bws" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/closet/secure_closet/cargotech,/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bwt" = (/obj/machinery/hologram/holopad,/obj/structure/table/woodentable,/obj/item/material/ashtray/glass,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/random/smokes,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
-"bwu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bwt" = (/obj/machinery/hologram/holopad,/obj/structure/table/woodentable,/obj/item/material/ashtray/glass,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/random/smokes,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
+"bwu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bwv" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bww" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bwx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bwy" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bww" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bwx" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bwy" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bwz" = (/obj/structure/table/standard,/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bwA" = (/obj/machinery/status_display{pixel_x = -32},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bwB" = (/obj/structure/disposalpipe/segment,/obj/machinery/status_display{pixel_x = -32},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bwC" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bwD" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Hydroponics Pasture South"; dir = 8},/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
+"bwC" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bwD" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Hydroponics Pasture South"},/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bwE" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Bridge"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bwF" = (/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bwG" = (/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bwH" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bwI" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"bwJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bwJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bwK" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bwL" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Medical"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"bwM" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"bwN" = (/obj/machinery/power/sensor{name = "Powernet Sensor - AI Subgrid"; name_tag = "AI Subgrid"},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bwO" = (/obj/machinery/ai_slipper,/obj/machinery/camera/all/command{c_tag = "AI Chamber North"; dir = 1},/obj/machinery/power/smes/buildable{charge = 5e+006; input_attempt = 1; input_level = 125000; output_attempt = 1; output_level = 100000},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bwL" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Medical"},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bwM" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"bwN" = (/obj/machinery/power/sensor{name = "Powernet Sensor - AI Subgrid"; name_tag = "AI Subgrid"},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bwO" = (/obj/machinery/ai_slipper,/obj/machinery/camera/all/command{dir = 1; c_tag = "AI Chamber North"},/obj/machinery/power/smes/buildable{charge = 5e+06; input_attempt = 1; input_level = 125000; output_attempt = 1; output_level = 100000},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bwP" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bwQ" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"bwQ" = (/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"bwR" = (/obj/structure/table/standard,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/item/light/tube,/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"bwS" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/light{dir = 8},/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bwT" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bwU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bwV" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bwW" = (/obj/structure/table/woodentable,/obj/item/storage/box/donut,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bwX" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bwY" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bwT" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bwU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bwV" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"bwW" = (/obj/structure/table/woodentable,/obj/item/storage/box/donut,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"bwX" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"bwY" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bwZ" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bxa" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bxb" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxe" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxm" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxr" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/junction/yjunction,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxt" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bxC" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bxD" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bxE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bxF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/navbeacon/box/ESCAPE,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bxG" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/sign/warning/airlock{pixel_x = 32},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bxa" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bxb" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxc" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxd" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxe" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxf" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxg" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxh" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxj" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxl" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxm" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxn" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxo" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxr" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/junction/yjunction,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxt" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxu" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bxC" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bxD" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bxE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bxF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/navbeacon/box/ESCAPE,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bxG" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/sign/warning/airlock{pixel_x = 32},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bxH" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bxI" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bxJ" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bxK" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bxL" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bxM" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/docking_port{frequency = 1380; id_tag = "deathsquad_shuttle_dock_airlock"; pixel_y = 30; req_access = list(0); req_one_access = list(13); tag_airpump = "deathsquad_shuttle_dock_pump"; tag_chamber_sensor = "deathsquad_shuttle_dock_sensor"; tag_exterior_door = "deathsquad_shuttle_dock_outer"; tag_interior_door = "deathsquad_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bxN" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bxO" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/airlock_sensor{dir = 4; frequency = 1380; id_tag = "deathsquad_shuttle_dock_sensor"; pixel_x = -25},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bxM" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/docking_port{pixel_y = 30; frequency = 1380; req_access = list(0); req_one_access = list(13); id_tag = "deathsquad_shuttle_dock_airlock"; tag_exterior_door = "deathsquad_shuttle_dock_outer"; tag_interior_door = "deathsquad_shuttle_dock_inner"; tag_airpump = "deathsquad_shuttle_dock_pump"; tag_chamber_sensor = "deathsquad_shuttle_dock_sensor"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bxN" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bxO" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25; frequency = 1380; id_tag = "deathsquad_shuttle_dock_sensor"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bxP" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/fancy/wood/corner,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bxQ" = (/obj/structure/closet/secure_closet/cargotech,/obj/effect/floor_decal/corner/brown{dir = 9},/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bxR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bxR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bxS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bxT" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bxU" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/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/door/firedoor,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bxV" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/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/plating,/area/maintenance/locker)
-"bxW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/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/structure/sign/warning/moving_parts{pixel_y = -32},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bxX" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/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/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bxY" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/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/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bxZ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bya" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bxU" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bxV" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bxW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/warning/moving_parts{pixel_y = -32},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bxX" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bxY" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bxZ" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bya" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
"byb" = (/obj/random/trash,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/plating,/area/maintenance/locker)
"byc" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"byd" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
@@ -3941,28 +3956,28 @@
"byf" = (/obj/structure/window_frame/grille,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"byg" = (/obj/random/trash,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"byh" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"byi" = (/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Warehouse"; dir = 8},/obj/structure/sign/poster{pixel_x = 32},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"byj" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Delivery Office"; dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"byk" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"byl" = (/obj/structure/disposalpipe/sortjunction/wildcard,/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/plating,/area/maintenance/locker)
+"byi" = (/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Cargo Warehouse"},/obj/structure/sign/poster{pixel_x = 32},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"byj" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Cargo Delivery Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"byk" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"byl" = (/obj/structure/disposalpipe/sortjunction/wildcard,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"bym" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"byn" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"byo" = (/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-j2"},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - East"; dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"byo" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/obj/machinery/camera/network/exodus{dir = 4; c_tag = "Primary Hallway Central - East"},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"byp" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/leafybush,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
-"byq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/box/CH_EAST1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"byq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/box/CH_EAST1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"byr" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort1"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bys" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"byt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"byu" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Air to Supply"},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"byv" = (/obj/item/hand_labeler,/obj/item/device/assembly/timer,/obj/item/device/eftpos{eftpos_name = "Bridge EFTPOS scanner"},/obj/structure/table/woodentable,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"byw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"byx" = (/obj/structure/bed/chair/comfy/black{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"byy" = (/obj/item/folder/red,/obj/structure/table/woodentable,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"byz" = (/obj/structure/bed/chair/comfy/black{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"byA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"byu" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/binary/pump/on{name = "Air to Supply"; dir = 1},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"byv" = (/obj/item/hand_labeler,/obj/item/device/assembly/timer,/obj/item/device/eftpos{eftpos_name = "Bridge EFTPOS scanner"},/obj/structure/table/woodentable,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"byw" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"byx" = (/obj/structure/bed/chair/comfy/black{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
+"byy" = (/obj/item/folder/red,/obj/structure/table/woodentable,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
+"byz" = (/obj/structure/bed/chair/comfy/black{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
+"byA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"byB" = (/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"byC" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"byD" = (/obj/machinery/ai_slipper,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"byD" = (/obj/machinery/ai_slipper,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"byE" = (/turf/simulated/wall,/area/turret_protected/ai)
"byF" = (/obj/effect/landmark/event/other/lightsout,/turf/simulated/wall,/area/turret_protected/ai)
"byG" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
@@ -3972,7 +3987,7 @@
"byK" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"byL" = (/obj/structure/sign/warning/nosmoking_1,/turf/simulated/wall,/area/medical/storage2)
"byM" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"byN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"byN" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"byO" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"byP" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3980,9 +3995,9 @@
"byS" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byT" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"byV" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Starboard - West"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"byV" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Primary Hallway Starboard - West"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/redcross{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"byX" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"byX" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byY" = (/obj/structure/sign/redcross{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"byZ" = (/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bza" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -3994,12 +4009,12 @@
"bzg" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/white{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzi" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bzj" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Starboard - Central"; dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bzk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzj" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Primary Hallway Starboard - Central"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/navbeacon/box/CH_NORTHEAST,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bzn" = (/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Starboard - Central East"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"bzo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzn" = (/obj/machinery/camera/network/exodus{dir = 1; c_tag = "Primary Hallway Starboard - Central East"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzo" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzp" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzq" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/white,/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = -32},/obj/machinery/vending/wallmed1{pixel_x = 7; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bzr" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/effect/floor_decal/corner/white,/obj/machinery/newscaster{pixel_y = -28},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
@@ -4011,31 +4026,31 @@
"bzx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bzy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bzz" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "deathsquad_shuttle_dock_pump"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bzA" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bzB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bzA" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_inner"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bzB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bzC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bzD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bzE" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/light_switch{on = 1; pixel_x = 27},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bzE" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/light_switch{pixel_x = 27; on = 1},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bzF" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bzG" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bzH" = (/turf/simulated/wall,/area/maintenance/disposal)
"bzI" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bzJ" = (/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 = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bzJ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/locker)
"bzK" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bzL" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bzM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bzM" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bzN" = (/obj/machinery/door/airlock{name = "Unit 3"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bzO" = (/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bzP" = (/obj/random/obstruction,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bzQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/crew_quarters/locker)
+"bzQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/crew_quarters/locker)
"bzR" = (/obj/structure/disposalpipe/tagger/partial{name = "Sorting Office"; sort_tag = "Sorting Office"},/turf/simulated/floor/plating,/area/maintenance/locker)
"bzS" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bzT" = (/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bzU" = (/obj/effect/floor_decal/corner/blue,/obj/item/modular_computer/telescreen/preset/generic{name = "east bump"; pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bzV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bzW" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzW" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayquar"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzX" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/quartermaster/office)
-"bzY" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"bzY" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayquar"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bzZ" = (/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAa" = (/obj/structure/sign/warning/secure_area{pixel_x = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAb" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/office)
@@ -4044,21 +4059,21 @@
"bAe" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bAf" = (/obj/item/folder/blue,/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bAg" = (/obj/structure/bed/chair/comfy/black{dir = 8},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"bAh" = (/obj/structure/disposalpipe/segment,/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/trim/wood,/area/bridge/meeting_room)
+"bAh" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bAi" = (/obj/machinery/vending/coffee,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bAj" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/item/device/radio/intercom/private{pixel_y = 22},/obj/item/device/radio/intercom/custom{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/broadcasting{dir = 4; pixel_x = -22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bAk" = (/obj/machinery/door/window{name = "AI Core Door"; req_access = list(16)},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bAl" = (/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"bAm" = (/obj/effect/landmark/start/crew/ai,/obj/machinery/newscaster/security_unit{pixel_x = 32; pixel_y = 32},/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_x = -32; pixel_y = 32},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the AI core maintenance door."; id = "AICore"; name = "AI Maintenance Hatch"; pixel_x = 17; pixel_y = 25; req_one_access = list(109,199)},/obj/item/device/radio/intercom/custom{pixel_x = -28; pixel_y = 4},/obj/item/device/radio/intercom/private{pixel_x = 28; pixel_y = 4},/obj/item/device/radio/intercom/broadcasting{pixel_y = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bAn" = (/obj/machinery/door/window{base_state = "right"; dir = 8; icon_state = "right"; name = "AI Core Door"; req_access = list(16)},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bAo" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/item/device/radio/intercom/private{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/custom{pixel_y = 22},/obj/item/device/radio/intercom/broadcasting{dir = 8; pixel_x = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bAj" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/obj/item/device/radio/intercom/private{pixel_y = 22},/obj/item/device/radio/intercom/custom{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/broadcasting{dir = 4; pixel_x = -22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bAk" = (/obj/machinery/door/window{name = "AI Core Door"; req_access = list(16)},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bAl" = (/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"bAm" = (/obj/effect/landmark/start/crew/ai,/obj/machinery/newscaster/security_unit{pixel_x = 32; pixel_y = 32},/obj/machinery/requests_console{pixel_x = -32; pixel_y = 32; department = "AI"; departmentType = 5},/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/machinery/button/remote/blast_door{name = "AI Maintenance Hatch"; desc = "A remote control-switch for the AI core maintenance door."; pixel_x = 17; pixel_y = 25; id = "AICore"; req_one_access = list(109,199)},/obj/item/device/radio/intercom/custom{pixel_x = -28; pixel_y = 4},/obj/item/device/radio/intercom/private{pixel_x = 28; pixel_y = 4},/obj/item/device/radio/intercom/broadcasting{pixel_y = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bAn" = (/obj/machinery/door/window{name = "AI Core Door"; icon_state = "right"; dir = 8; req_access = list(16); base_state = "right"},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bAo" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/item/device/radio/intercom/private{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/custom{pixel_y = 22},/obj/item/device/radio/intercom/broadcasting{dir = 8; pixel_x = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bAp" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bAq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bAr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bAs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/bed/chair,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bAt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bAu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bAv" = (/obj/structure/table/woodentable,/obj/machinery/recharger{pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/camera/network/command{c_tag = "Bridge - Captain's Office"; dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bAu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bAv" = (/obj/structure/table/woodentable,/obj/machinery/recharger{pixel_y = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/camera/network/command{dir = 8; c_tag = "Bridge - Captain's Office"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bAw" = (/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAx" = (/obj/machinery/light,/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAy" = (/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
@@ -4068,38 +4083,38 @@
"bAC" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/navbeacon/wayfinding/research,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAD" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bAE" = (/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/papershredder,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bAF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bAF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bAG" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/item/folder/yellow,/obj/effect/floor_decal/corner/brown,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bAH" = (/obj/effect/floor_decal/corner/brown{dir = 8},/obj/machinery/photocopier,/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
-"bAI" = (/obj/structure/disposalpipe/sortjunction/untagged{dir = 1},/obj/machinery/alarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
+"bAI" = (/obj/structure/disposalpipe/sortjunction/untagged{dir = 1},/obj/machinery/alarm{icon_state = "alarm0"; dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/quartermaster/breakroom)
"bAJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bAK" = (/obj/structure/bed/chair{dir = 4},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bAL" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bAM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window{base_state = "right"; dir = 8; icon_state = "right"; name = "Mailing Room"; req_access = list(50)},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bAN" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - West"; dir = 8},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bAO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/blast/shutters{dir = 2; id = "Skynet_launch"; name = "Mech Bay"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"bAM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window{name = "Mailing Room"; icon_state = "right"; dir = 8; req_access = list(50); base_state = "right"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bAN" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Primary Hallway Central - West"},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bAO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/machinery/door/blast/shutters{name = "Mech Bay"; dir = 2; id = "Skynet_launch"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"bAP" = (/obj/effect/floor_decal/corner/purple/three_quarters,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAQ" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"bAR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bAS" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass_mining{id_tag = "cargodoor"; name = "Cargo Office"; req_access = list(50)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bAS" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access = list(50); id_tag = "cargodoor"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bAT" = (/obj/item/folder/yellow,/obj/item/pen{pixel_x = 4; pixel_y = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bAU" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bAV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bAW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bAW" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bAX" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bAY" = (/obj/structure/table/rack{dir = 1},/obj/item/stack/rods{amount = 50},/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/cell/high,/obj/item/device/multitool,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bAZ" = (/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Sorting Office"; sortType = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bAZ" = (/obj/structure/disposalpipe/sortjunction{name = "Sorting Office"; dir = 1; sortType = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bBa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBb" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "packageExternal"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBb" = (/obj/machinery/conveyor_switch/oneway{id = "packageExternal"; convdir = -1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bBc" = (/obj/effect/floor_decal/corner/brown{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bBd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bBd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bBe" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/blue,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bBf" = (/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bBg" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/table/marble,/obj/item/storage/box/glasses/square,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
-"bBh" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "deathsquad_shuttle_dock_airlock"; name = "exterior access button"; pixel_x = -26; pixel_y = -5; req_one_access = list(13)},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bBi" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bBh" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = -26; pixel_y = -5; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "deathsquad_shuttle_dock_airlock"},/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bBi" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bBj" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBk" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBk" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bBl" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bBm" = (/obj/machinery/conveyor{dir = 10; id = "garbage"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bBn" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/obj/machinery/light/small{dir = 1},/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
@@ -4107,63 +4122,63 @@
"bBp" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bBq" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/plating,/area/maintenance/disposal)
"bBr" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/maintenance/disposal)
-"bBs" = (/obj/structure/disposalpipe/segment{dir = 4},/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/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBu" = (/obj/structure/disposalpipe/segment{dir = 4},/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{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBv" = (/obj/structure/disposalpipe/segment{dir = 4},/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{dir = 9},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBw" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room Toilets"; dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
+"bBs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBw" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Locker Room Toilets"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bBy" = (/turf/simulated/wall/r_wall,/area/maintenance/locker)
"bBz" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBA" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBA" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"bBB" = (/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bBC" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/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"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bBC" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bBD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/quartermaster/breakroom)
-"bBE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access = list(50)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access = list(50)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBG" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBH" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bBI" = (/obj/structure/closet/wardrobe/medic_white,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bBJ" = (/obj/structure/disposalpipe/segment,/turf/simulated/wall,/area/quartermaster/office)
-"bBK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bBL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bBM" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"bBN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bBK" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bBL" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bBM" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bBN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bBO" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bBP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/table/woodentable,/obj/item/storage/box/donut,/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
-"bBQ" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bBQ" = (/obj/machinery/requests_console{name = "Bridge RC"; pixel_y = -30; department = "Bridge"; departmentType = 5; announcementConsole = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bBR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/device/radio/intercom/entertainment{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bBS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bBT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
"bBU" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light_switch{pixel_y = -28},/turf/simulated/floor/trim/carpet,/area/bridge/meeting_room)
-"bBV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
+"bBV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/bridge/meeting_room)
"bBW" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bBX" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bBY" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Research"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"bBZ" = (/obj/machinery/door/window{dir = 2; name = "AI Core Door"; req_one_access = list(109,199)},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/flasher{id = "AI"; pixel_x = 22; pixel_y = 24},/obj/machinery/turretid/stun{check_synth = 1; name = "AI Chamber turret control"; pixel_x = 36; pixel_y = 24},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bCa" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Engineering Subgrid"; name_tag = "Engineering Subgrid"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"bBX" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bBY" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Research"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"bBZ" = (/obj/machinery/door/window{name = "AI Core Door"; dir = 2; req_one_access = list(109,199)},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/flasher{pixel_x = 22; pixel_y = 24; id = "AI"},/obj/machinery/turretid/stun{name = "AI Chamber turret control"; pixel_x = 36; pixel_y = 24; check_synth = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bCa" = (/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Engineering Subgrid"; name_tag = "Engineering Subgrid"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
"bCb" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bCc" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/light{dir = 8},/obj/item/device/megaphone,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bCd" = (/obj/structure/table/woodentable,/obj/item/folder/blue,/obj/item/stamp/captain{pixel_x = -4; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/stamp/denied{pixel_x = 4; pixel_y = 3},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/item/stamp/ok,/obj/item/stamp/void,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bCe" = (/obj/structure/table/woodentable,/obj/prefab/hand_teleporter,/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bCf" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/effect/floor_decal/spline/fancy/wood{dir = 5},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bCg" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bCg" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bCh" = (/obj/structure/table/woodentable,/obj/item/pinpointer,/obj/item/disk/nuclear,/obj/item/storage/secure/safe{pixel_x = 35; pixel_y = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bCi" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/sign/warning/docking_area{pixel_x = -32; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"bCj" = (/obj/machinery/light/small,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"bCk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bCl" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bCm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(5,12,47)},/turf/simulated/floor/plating,/area/hallway/primary/starboard)
-"bCn" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bCo" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(5,12,47)},/turf/simulated/floor/plating,/area/hallway/primary/starboard)
+"bCn" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCo" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bCp" = (/turf/simulated/wall/r_wall,/area/hallway/primary/starboard)
"bCq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access = list(50)},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bCr" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/sign/cargo{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bCs" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bCs" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bCt" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bCu" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bCv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - East Southwest"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bCw" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/primary/starboard)
+"bCv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Primary Hallway Central - East Southwest"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bCw" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/primary/starboard)
"bCx" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bCy" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bCz" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/material/ashtray/bronze,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
@@ -4171,13 +4186,13 @@
"bCB" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/effect/floor_decal/spline/plain/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bCC" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 1},/obj/machinery/light/he{dir = 1},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bCD" = (/turf/space,/area/shuttle/deathsquad/station)
-"bCE" = (/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/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCE" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bCF" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
"bCG" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/random/junk,/obj/structure/sign/warning/vacuum{pixel_x = -32},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bCH" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/requests_console{department = "Crew Quarters"; pixel_y = -30},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cryo)
+"bCH" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/requests_console{pixel_y = -30; department = "Crew Quarters"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cryo)
"bCI" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/rnd/restroom)
-"bCJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bCK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCJ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCK" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
"bCL" = (/obj/machinery/light/small{dir = 8},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bCM" = (/obj/machinery/door/airlock{name = "Unit 4"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"bCN" = (/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
@@ -4185,33 +4200,33 @@
"bCP" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bCQ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bCR" = (/turf/simulated/open,/area/maintenance/locker)
-"bCS" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bCT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bCU" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plating,/area/maintenance/locker)
-"bCV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bCW" = (/obj/structure/disposalpipe/segment{dir = 4},/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/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bCX" = (/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/rough,/area/quartermaster/office)
-"bCY" = (/obj/structure/disposalpipe/tagger/partial{name = "Sorting Office"; sort_tag = "Sorting Office"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCS" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bCX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bCY" = (/obj/structure/disposalpipe/tagger/partial{name = "Sorting Office"; sort_tag = "Sorting Office"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bCZ" = (/obj/item/modular_computer/console/preset/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bDa" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bDb" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Lobby"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bDc" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/quartermaster/storage)
-"bDd" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/sign/warning/mail_delivery,/turf/simulated/wall,/area/quartermaster/office)
+"bDd" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/sign/warning/mail_delivery,/turf/simulated/wall,/area/quartermaster/office)
"bDe" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/office)
"bDf" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/firealarm{pixel_y = 27},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bDg" = (/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bDh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bDh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bDi" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bDj" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/table/glass,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bDj" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/table/glass,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bDk" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/command)
-"bDl" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/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/border_only,/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
+"bDl" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
"bDm" = (/obj/machinery/porta_turret,/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -4; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bDn" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bDn" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bDo" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/porta_turret,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bDp" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bDq" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Engineering"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
-"bDr" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_x = -30},/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bDs" = (/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "captaindoor"; name = "Office Door Control"; pixel_x = 15; pixel_y = 30; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the starboard bridge doors."; id = "sbridgedoor"; name = "Bridge Door Control"; pixel_x = 15; pixel_y = 39; req_access = list(20)},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bDp" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bDq" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Engineering"},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"bDr" = (/obj/machinery/requests_console{name = "Captain RC"; pixel_x = -30; department = "Captain's Desk"; departmentType = 5; announcementConsole = 1},/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bDs" = (/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = 15; pixel_y = 30; id = "captaindoor"; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/remote/airlock{name = "Bridge Door Control"; desc = "A remote control-switch for the starboard bridge doors."; pixel_x = 15; pixel_y = 39; id = "sbridgedoor"; req_access = list(20)},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bDt" = (/obj/structure/bed/chair/comfy/captain{dir = 4},/obj/effect/landmark/start/crew/captain,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bDu" = (/obj/structure/table/woodentable,/obj/item/device/eftpos{eftpos_name = "Captain EFTPOS scanner"},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/item/flame/lighter/zippo/cap,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bDv" = (/obj/structure/table/woodentable,/obj/item/melee/whip/chainofcommand,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/random_multi/single_item/captains_spare_id{weight = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
@@ -4232,66 +4247,65 @@
"bDK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bDL" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/chemist,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bDM" = (/turf/simulated/wall,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bDN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "chemcounter"; name = "Pharmacy Counter Shutters"; opacity = 0},/obj/structure/table/reinforced,/obj/machinery/door/window/westright{name = "Chemistry Desk"; req_access = list(33)},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"bDN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Pharmacy Counter Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "chemcounter"},/obj/structure/table/reinforced,/obj/machinery/door/window/westright{name = "Chemistry Desk"; req_access = list(33)},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bDO" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bDP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bDQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bDR" = (/turf/simulated/wall,/area/medical/morgue)
-"bDS" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/camera/network/medbay{c_tag = "Medbay Morgue"; dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
+"bDS" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Morgue"},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bDT" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bDU" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 8},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
-"bDV" = (/obj/machinery/vending/coffee,/obj/machinery/camera/network/exodus{c_tag = "Arrivals Southern Docking Port"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
+"bDV" = (/obj/machinery/vending/coffee,/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Arrivals Southern Docking Port"},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
"bDW" = (/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/floor_decal/spline/plain/black,/obj/machinery/light/he{dir = 8},/obj/effect/floor_decal/spline/plain/corner/black{dir = 1},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
-"bDX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bDX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bDY" = (/turf/simulated/wall/r_wall,/area/assembly/chargebay)
-"bDZ" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/machinery/recharger,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/glass,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"bEa" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"bDZ" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/machinery/recharger,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/table/glass,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bEa" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bEb" = (/turf/simulated/wall/r_wall,/area/assembly/robotics)
"bEc" = (/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bEd" = (/obj/machinery/camera/network/research{c_tag = "Research - Robotics"},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/structure/disposalpipe/trunk,/obj/machinery/disposal,/obj/machinery/light_switch{pixel_x = -8; pixel_y = 26},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bEe" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/table/woodentable,/obj/item/folder/white{pixel_x = 4; pixel_y = -1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bEf" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/break_room)
-"bEg" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/pen,/obj/machinery/door/window/eastright{base_state = "left"; dir = 2; icon_state = "left"; name = "Robotics Desk"; req_access = list(29)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/assembly/robotics)
-"bEh" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/recharger/wallcharger{pixel_y = 30},/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/rough,/area/crew_quarters/heads/hop)
-"bEi" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/papershredder,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bEg" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/pen,/obj/machinery/door/window/eastright{name = "Robotics Desk"; icon_state = "left"; dir = 2; req_access = list(29); base_state = "left"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/assembly/robotics)
+"bEh" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/recharger/wallcharger{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bEi" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/papershredder,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bEj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_monitoring)
-"bEk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_access = list(7)},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/lab)
+"bEk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_access = list(7)},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/rnd/lab)
"bEl" = (/obj/item/storage/belt/utility,/obj/item/clothing/gloves/latex,/obj/item/computer_hardware/hard_drive/portable,/obj/item/computer_hardware/hard_drive/portable,/obj/structure/table/steel,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bEm" = (/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/item/stack/material/steel{amount = 50},/obj/item/clothing/glasses/welding,/obj/structure/table/glass,/obj/machinery/computer/guestpass{pixel_x = -30},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bEm" = (/obj/item/stack/material/glass{pixel_x = 3; pixel_y = 3; amount = 50},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/item/stack/material/steel{amount = 50},/obj/item/clothing/glasses/welding,/obj/structure/table/glass,/obj/machinery/computer/guestpass{pixel_x = -30},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bEn" = (/turf/simulated/wall/r_wall,/area/rnd/lab)
-"bEo" = (/obj/structure/closet/hydrant{pixel_x = -32},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bEp" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bEo" = (/obj/structure/closet/hydrant{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bEp" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bEq" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bEr" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bEs" = (/obj/machinery/light/small{dir = 1},/obj/structure/table/rack{dir = 8},/obj/random/tech_supply,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bEt" = (/obj/machinery/shield_diffuser,/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/space)
-"bEu" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bEu" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bEv" = (/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bEw" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/disposal)
"bEx" = (/obj/item/trash/candy,/obj/item/trash/popcorn,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bEy" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "garbage"; name = "disposal coveyor"},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bEy" = (/obj/machinery/conveyor_switch/oneway{name = "disposal coveyor"; id = "garbage"; convdir = -1},/turf/simulated/floor/plating,/area/maintenance/disposal)
"bEz" = (/obj/machinery/alarm{pixel_y = 24},/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bEA" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bEB" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/random/closet,/obj/random/coin,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bEC" = (/obj/structure/table/rack{dir = 4},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bEA" = (/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bEB" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/random/closet,/obj/random/coin,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bED" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hydroponics/garden)
-"bEE" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bEE" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"bEF" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bEG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bEH" = (/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bEG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bEH" = (/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bEI" = (/obj/structure/disposalpipe/segment,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bEJ" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/office)
"bEK" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bEL" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/machinery/camera/network/medbay{c_tag = "Medbay Lobby"; dir = 1},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bEM" = (/obj/machinery/alarm{pixel_y = 24},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bEN" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bEO" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Command"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bEP" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bEQ" = (/obj/structure/disposalpipe/segment,/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/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
+"bEL" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/machinery/camera/network/medbay{dir = 1; c_tag = "Medbay Lobby"},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bEM" = (/obj/machinery/alarm{pixel_y = 24},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bEN" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/terminal{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bEO" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Command"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bEP" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bEQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
"bER" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bES" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bET" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/all/command{c_tag = "AI Chamber South"; dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"bEU" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bET" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/all/command{dir = 1; c_tag = "AI Chamber South"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bEU" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bEV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bEW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bEX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
@@ -4300,103 +4314,102 @@
"bFa" = (/obj/item/modular_computer/console/preset/command,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bFb" = (/obj/structure/table/woodentable,/obj/random_multi/single_item/captains_spare_id{weight = 10},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bFc" = (/obj/machinery/photocopier/faxmachine{department = "Captain's Office"},/obj/structure/table/woodentable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bFd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bFe" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/button/remote/blast_door{dir = 8; id = "emtroom"; name = "EMT Door Control"; pixel_x = 24; pixel_y = 6; req_access = list(5)},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bFf" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; opacity = 0},/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"bFd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bFe" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/button/remote/blast_door{name = "EMT Door Control"; dir = 8; pixel_x = 24; pixel_y = 6; id = "emtroom"; req_access = list(5)},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bFf" = (/obj/machinery/door/blast/regular{name = "Engine Monitoring Room Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "EngineBlast"},/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_room)
"bFg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bFh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bFi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"bFh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"bFi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bFj" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bFk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Examination Room"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bFl" = (/obj/effect/floor_decal/corner/pink{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bFm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bFn" = (/obj/effect/landmark/start/crew/paramedic,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bFo" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/corner/pink{dir = 6},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/bed/roller,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bFp" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/item/clothing/glasses/hud/standard/science,/obj/item/clothing/glasses/hud/standard/science,/obj/machinery/button/remote/blast_door{dir = 4; id = "chemwindow"; name = "Pharmacy Windows Shutter Control"; pixel_x = -22; pixel_y = -8},/obj/structure/table/glass,/obj/item/device/mass_spectrometer,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bFp" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/item/clothing/glasses/hud/standard/science,/obj/item/clothing/glasses/hud/standard/science,/obj/machinery/button/remote/blast_door{name = "Pharmacy Windows Shutter Control"; dir = 4; pixel_x = -22; pixel_y = -8; id = "chemwindow"},/obj/structure/table/glass,/obj/item/device/mass_spectrometer,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bFq" = (/obj/item/storage/box/beakers,/obj/item/storage/box/beakers,/obj/item/reagent_containers/dropper,/obj/structure/table/glass,/obj/item/book/wiki/medical_chemistry,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bFr" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bFs" = (/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bFt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bFu" = (/obj/item/packageWrap,/obj/item/hand_labeler,/obj/item/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bFt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bFu" = (/obj/item/packageWrap,/obj/item/hand_labeler,/obj/item/reagent_containers/spray/cleaner{name = "Chemistry Cleaner"; desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"},/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bFv" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bFw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bFx" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bFy" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/effect/floor_decal/corner/pink{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bFy" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/effect/floor_decal/corner/pink{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bFz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/landmark/start/antags/xeno,/obj/effect/floor_decal/spline/plain/corner/black{dir = 8},/obj/effect/floor_decal/spline/plain/corner/black,/obj/effect/floor_decal/spline/plain/corner/black{dir = 1},/obj/effect/floor_decal/spline/plain/corner/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bFA" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/corner/black{dir = 8},/obj/effect/floor_decal/spline/plain/corner/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bFB" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
-"bFC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Robotics"; sortType = "Robotics"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bFD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(29)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/assembly/chargebay)
+"bFC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/sortjunction/flipped{name = "Robotics"; dir = 2; sortType = "Robotics"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bFD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(29)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/turf/simulated/floor/plating,/area/assembly/chargebay)
"bFE" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bFF" = (/obj/structure/filingcabinet/chestdrawer,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/computer/guestpass{pixel_x = 30},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bFG" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; id_tag = "researchdoor"; name = "Research Division Access"; req_access = list(47)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bFH" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"bFG" = (/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47); id_tag = "researchdoor"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bFH" = (/obj/machinery/door/blast/regular{name = "Engine Monitoring Room Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "EngineBlast"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_room)
"bFI" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/table/standard,/obj/item/organ/internal/cerebrum/mmi,/obj/item/organ/internal/cerebrum/mmi,/obj/item/pen,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bFJ" = (/obj/machinery/computer/cryopod/robot{pixel_x = -30},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/cryopod/robot{dir = 4; pixel_x = -5},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bFK" = (/obj/machinery/mech_recharger,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"bFL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"bFM" = (/obj/machinery/mech_recharger,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"bFN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"bFL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"bFM" = (/obj/machinery/mech_recharger,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"bFN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bFO" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/hallway/primary/starboard)
"bFP" = (/obj/effect/landmark/start/crew/scientist,/obj/item/stool/padded,/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bFQ" = (/obj/machinery/recharger,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/table/glass,/obj/item/clothing/glasses/hud/standard/science,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bFR" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/camera/network/research{c_tag = "Research - R&D Lab"},/obj/effect/floor_decal/corner/purple{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bFR" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/camera/network/research{c_tag = "Research - R&D Lab"},/obj/effect/floor_decal/corner/purple{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bFS" = (/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bFT" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bFU" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bFU" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bFV" = (/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bFW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bFX" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bFY" = (/turf/simulated/wall,/area/maintenance/underground/research_utility_room)
"bFZ" = (/obj/effect/shuttle_landmark/deathsquad/station,/turf/space,/area/shuttle/deathsquad/station)
"bGa" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bGb" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/structure/table/standard,/obj/item/folder/blue,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bGc" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/machinery/door/blast/regular{id = "Disposal Exit"; name = "Disposal Exit Vent"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bGd" = (/obj/machinery/button/remote/blast_door{dir = 4; id = "Disposal Exit"; name = "Disposal Vent Control"; pixel_x = -25; pixel_y = 6; req_access = list(12)},/obj/machinery/button/remote/driver{dir = 4; id = "trash"; pixel_x = -25; pixel_y = -6},/obj/item/stool/padded,/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bGb" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/structure/table/standard,/obj/item/folder/blue,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bGc" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/machinery/door/blast/regular{name = "Disposal Exit Vent"; id = "Disposal Exit"},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bGd" = (/obj/machinery/button/remote/blast_door{name = "Disposal Vent Control"; dir = 4; pixel_x = -25; pixel_y = 6; id = "Disposal Exit"; req_access = list(12)},/obj/machinery/button/remote/driver{dir = 4; pixel_x = -25; pixel_y = -6; id = "trash"},/obj/item/stool/padded,/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bGe" = (/turf/simulated/floor/plating,/area/maintenance/disposal)
"bGf" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bGg" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bGh" = (/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bGi" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGg" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bGh" = (/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bGi" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/locker)
"bGj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGk" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/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 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGl" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGm" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGn" = (/obj/structure/disposalpipe/segment{dir = 4},/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/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGo" = (/obj/structure/disposalpipe/segment{dir = 4},/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/plating,/area/maintenance/locker)
-"bGp" = (/obj/structure/disposalpipe/segment{dir = 4},/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/small,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bGq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGk" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/locker)
+"bGq" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bGr" = (/obj/effect/floor_decal/rust,/obj/structure/industrial_lift{id = "Cargo"},/turf/simulated/open/elevatorshaft,/area/quartermaster/storage)
"bGs" = (/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing{dir = 8},/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bGt" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Bay North"},/turf/simulated/open,/area/quartermaster/storage)
"bGu" = (/turf/simulated/open,/area/quartermaster/storage)
-"bGv" = (/obj/machinery/light_switch{on = 1; pixel_x = 27},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bGv" = (/obj/machinery/light_switch{pixel_x = 27; on = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bGw" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bGx" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Cargo Bay"; sortType = "Cargo Bay"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bGx" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Cargo Bay"; dir = 1; sortType = "Cargo Bay"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bGy" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/quartermaster/office)
"bGz" = (/obj/machinery/light{dir = 4},/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
-"bGA" = (/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/rough,/area/quartermaster/office)
+"bGA" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bGB" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bGC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/westleft{name = "Cargo Desk"; req_access = list(50)},/obj/structure/noticeboard{pixel_y = 27},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bGD" = (/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bGE" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bGF" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/substation/command)
-"bGG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/table/rack{dir = 8},/obj/item/extinguisher,/obj/item/extinguisher,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bGG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/table/rack{dir = 8},/obj/item/extinguisher,/obj/item/extinguisher,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"bGH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"bGI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bGJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green,/obj/machinery/power/sensor{name = "Powernet Sensor - Command Subgrid"; name_tag = "Command Subgrid"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bGK" = (/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 = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bGL" = (/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/airlock/command{name = "Electrical Maintenance"; req_access = list(19)},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bGM" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
+"bGJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green,/obj/machinery/power/sensor{name = "Powernet Sensor - Command Subgrid"; name_tag = "Command Subgrid"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bGK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bGL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/command{name = "Electrical Maintenance"; req_access = list(19)},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bGM" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
"bGN" = (/obj/machinery/ai_status_display,/turf/simulated/wall/r_wall,/area/turret_protected/ai)
-"bGO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/vault/bolted{name = "AI core"; req_access = list(16)},/obj/machinery/door/blast/regular{id = "AICore"; name = "AI core maintenance hatch"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"bGO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/vault/bolted{name = "AI core"; req_access = list(16)},/obj/machinery/door/blast/regular{name = "AI core maintenance hatch"; id = "AICore"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"bGP" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall,/area/turret_protected/ai)
-"bGQ" = (/obj/structure/table/rack,/obj/machinery/newscaster/security_unit{pixel_x = -32},/obj/machinery/door/window{base_state = "right"; icon_state = "right"; name = "Captain's Space Gear"; req_access = list(20)},/obj/structure/window/reinforced{dir = 1},/obj/item/clothing/suit/space/void/captain/prepared,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/jetpack/oxygen,/obj/item/clothing/mask/gas/captain,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bGQ" = (/obj/structure/table/rack,/obj/machinery/newscaster/security_unit{pixel_x = -32},/obj/machinery/door/window{name = "Captain's Space Gear"; icon_state = "right"; req_access = list(20); base_state = "right"},/obj/structure/window/reinforced{dir = 1},/obj/item/clothing/suit/space/void/captain/prepared,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/jetpack/oxygen,/obj/item/clothing/mask/gas/captain,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bGR" = (/obj/machinery/keycard_auth{pixel_y = -24},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bGS" = (/obj/machinery/door/window{base_state = "right"; icon_state = "right"; name = "Captain's Desk Door"; req_access = list(20)},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bGS" = (/obj/machinery/door/window{name = "Captain's Desk Door"; icon_state = "right"; req_access = list(20); base_state = "right"},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bGT" = (/obj/machinery/light,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bGU" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bGV" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bGU" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"bGV" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"bGW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bGX" = (/obj/machinery/body_scanconsole{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bGY" = (/obj/machinery/bodyscanner{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/corner/pink{dir = 6},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
@@ -4405,27 +4418,27 @@
"bHb" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/reagent_dispensers/composttank,/turf/simulated/floor/natural/grass,/area/hydroponics/garden)
"bHc" = (/obj/structure/lattice,/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/space)
"bHd" = (/obj/item/modular_computer/console/preset/medical,/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bHe" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bHe" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bHf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bHg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bHh" = (/obj/item/storage/box/syringes,/obj/item/screwdriver,/obj/structure/table/glass,/obj/item/modular_computer/telescreen/preset/medical{name = "telescreen"; pixel_x = 32},/obj/item/storage/box/pillbottles,/obj/machinery/light_switch{dir = 8; pixel_x = 25; pixel_y = -9},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bHi" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
+"bHi" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
"bHj" = (/obj/machinery/door/window/northright{name = "Medbay Lobby"; req_access = list(5)},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bHk" = (/obj/structure/window/reinforced{dir = 1},/obj/item/paper_bin,/obj/item/folder/white,/obj/item/pen,/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bHl" = (/obj/machinery/door/window/northright{name = "Medbay Lobby"; req_access = list(5)},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bHm" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/item/modular_computer/console/preset/medical,/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bHn" = (/obj/structure/morgue{dir = 8},/obj/machinery/light/he{dir = 4},/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
-"bHo" = (/obj/structure/table/standard,/obj/item/aiModule/oxygen,/obj/item/aiModule/oneHuman,/obj/machinery/door/window{dir = 8; name = "High-Risk Modules"; req_access = list(20)},/obj/item/aiModule/purge,/obj/structure/window/reinforced,/obj/item/aiModule/antimov,/obj/item/aiModule/teleporterOffline,/obj/item/aiModule/robocop,/obj/item/aiModule/paladin,/obj/item/aiModule/corp,/obj/item/aiModule/freeformcore,/obj/item/aiModule/asimov,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bHo" = (/obj/structure/table/standard,/obj/item/aiModule/oxygen,/obj/item/aiModule/oneHuman,/obj/machinery/door/window{name = "High-Risk Modules"; dir = 8; req_access = list(20)},/obj/item/aiModule/purge,/obj/structure/window/reinforced,/obj/item/aiModule/antimov,/obj/item/aiModule/teleporterOffline,/obj/item/aiModule/robocop,/obj/item/aiModule/paladin,/obj/item/aiModule/corp,/obj/item/aiModule/freeformcore,/obj/item/aiModule/asimov,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"bHp" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = -6},/obj/item/device/camera,/obj/item/pen/blue{pixel_x = 3; pixel_y = -5},/obj/item/pen/red{pixel_x = -1; pixel_y = -9},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bHq" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/optable,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bHr" = (/obj/structure/filingcabinet/chestdrawer{name = "Medical Forms"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bHs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bHt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bHu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bHs" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bHt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bHu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bHv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bHw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bHw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bHx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bHy" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Robotics Lab"; req_access = list(29)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bHy" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Robotics Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(29)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bHz" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bHA" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 7},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = 3},/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/machinery/newscaster{pixel_x = 26; pixel_y = 1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bHB" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -4433,64 +4446,64 @@
"bHD" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/network/research{c_tag = "Research Division Access"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bHE" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/cryopod/robot{dir = 4; pixel_x = -5},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bHF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"bHG" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/joinlate/cyborg,/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"bHG" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/joinlate/cyborg,/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"bHH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"bHI" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"bHJ" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = -30},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bHJ" = (/obj/machinery/requests_console{name = "Science Requests Console"; pixel_x = -30; department = "Science"; departmentType = 2},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bHK" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bHL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bHM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bHM" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bHN" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/item/device/integrated_circuit_printer,/obj/item/device/integrated_electronics/analyzer,/obj/item/device/integrated_electronics/debugger,/obj/item/device/integrated_electronics/wirer,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bHO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bHO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bHP" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bHQ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bHR" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{frequency = 1443; id = "mair_out_meter"; name = "Mixed Air Tank Out"},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"bHR" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{name = "Mixed Air Tank Out"; frequency = 1443; id = "mair_out_meter"},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"bHS" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/medical/morgue)
-"bHT" = (/obj/machinery/disposal/deliveryChute{dir = 1; name = "disposal inlet"},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bHU" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{frequency = 1443; id = "mair_in_meter"; name = "Mixed Air Tank In"},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"bHT" = (/obj/machinery/disposal/deliveryChute{name = "disposal inlet"; dir = 1},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bHU" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{name = "Mixed Air Tank In"; frequency = 1443; id = "mair_in_meter"},/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"bHV" = (/obj/structure/table/standard,/obj/item/deck/cards{pixel_y = 4},/obj/machinery/light/small{dir = 8},/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bHW" = (/obj/machinery/camera/network/civilian_west{c_tag = "Waste Disposal"; dir = 8},/obj/item/material/ashtray/plastic{pixel_x = 5; pixel_y = -5},/obj/item/cigbutt/cigarbutt,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bHW" = (/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Waste Disposal"},/obj/item/material/ashtray/plastic{pixel_x = 5; pixel_y = -5},/obj/item/cigbutt/cigarbutt,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bHX" = (/turf/simulated/wall/r_wall,/area/quartermaster/storage)
-"bHY" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Maintenance"; req_access = list(31)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/quartermaster/storage)
+"bHY" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Maintenance"; req_access = list(31)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/quartermaster/storage)
"bHZ" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/railing{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bIa" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bIb" = (/obj/effect/floor_decal/corner/brown,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bIc" = (/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/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bId" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
+"bIb" = (/obj/effect/floor_decal/corner/brown,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bIc" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bId" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
"bIe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bIf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/navbeacon/wayfinding/hop,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bIg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/noticeboard{pixel_y = 27},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "hop_office_desk"; name = "HoP Office Privacy Shutters"; opacity = 0},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/door/window/brigdoor/eastright{name = "Head of Personnel's Desk"; req_access = list(57)},/obj/machinery/door/window/westleft{name = "Reception Window"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"bIh" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "hop_office_desk"; name = "Desk Privacy Shutter"; pixel_x = 16; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bIf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/navbeacon/wayfinding/hop,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bIg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/noticeboard{pixel_y = 27},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/door/blast/shutters{name = "HoP Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "hop_office_desk"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/door/window/brigdoor/eastright{name = "Head of Personnel's Desk"; req_access = list(57)},/obj/machinery/door/window/westleft{name = "Reception Window"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bIh" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/button/remote/blast_door{name = "Desk Privacy Shutter"; desc = "A remote control-switch for shutters."; pixel_x = 16; pixel_y = 28; id = "hop_office_desk"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bIi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bIj" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bIk" = (/obj/machinery/door/airlock/multi_tile/glass/medbay{id_tag = "MedbayFoyerStar"; name = "Medbay Main Entrance"; req_access = list(5)},/obj/machinery/door/firedoor/multi_tile,/turf/simulated/floor/tiled/rough,/area/medical/sleeper)
-"bIl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/sleeper)
-"bIm" = (/obj/machinery/conveyor{dir = 4; id = "packageExternal"},/obj/structure/plasticflaps{opacity = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bIn" = (/obj/machinery/conveyor{dir = 4; id = "packageExternal"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"bIk" = (/obj/machinery/door/airlock/multi_tile/glass/medbay{name = "Medbay Main Entrance"; req_access = list(5); id_tag = "MedbayFoyerStar"},/obj/machinery/door/firedoor/multi_tile,/turf/simulated/floor/tiled/rough,/area/medical/sleeper)
+"bIl" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/sleeper)
+"bIm" = (/obj/machinery/conveyor{dir = 4; id = "packageExternal"},/obj/structure/plasticflaps{opacity = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bIn" = (/obj/machinery/conveyor{dir = 4; id = "packageExternal"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"bIo" = (/obj/machinery/autolathe,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bIp" = (/obj/item/modular_computer/console/preset/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bIq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bIr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/hatch{name = "Command Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bIs" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bIt" = (/obj/machinery/door/blast/regular/open{dir = 4; id = "SupermatterPort"; name = "Reactor Blast Door"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"bIr" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/hatch{name = "Command Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bIs" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bIt" = (/obj/machinery/door/blast/regular/open{name = "Reactor Blast Door"; dir = 4; id = "SupermatterPort"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"bIu" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/aft)
-"bIv" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/cell_charger,/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"bIv" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/cell_charger,/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"bIw" = (/obj/item/storage/toolbox/electrical,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/steel,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"bIx" = (/obj/structure/disposalpipe/segment,/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/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
-"bIy" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
+"bIx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
+"bIy" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/bridge/meeting_room)
"bIz" = (/obj/structure/table/rack{dir = 8},/obj/item/tank/emergency/oxygen,/obj/item/tank/emergency/oxygen,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/tiled/dark/rough,/area/maintenance/substation/command)
"bIA" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/floor_decal/corner/beige{dir = 5},/obj/item/device/radio/headset/headset_med,/obj/item/device/hudmatrix/medical,/obj/item/device/hudmatrix/medical,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bIB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bIC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/flasher{id = "AI"; pixel_x = -22; pixel_y = 24},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"bID" = (/obj/machinery/hologram/holopad,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bIC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/flasher{pixel_x = -22; pixel_y = 24; id = "AI"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"bID" = (/obj/machinery/hologram/holopad,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"bIE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/spline/plain/black,/obj/effect/floor_decal/spline/plain/black{dir = 8},/obj/effect/landmark/start/antags/xeno,/obj/effect/floor_decal/spline/plain/corner/black{dir = 1},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
"bIF" = (/turf/simulated/wall,/area/crew_quarters/captain)
"bIG" = (/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"bIH" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access = list(20)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"bIH" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access = list(20)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
"bII" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bIJ" = (/obj/machinery/navbeacon/wayfinding/med,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bIK" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/light{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bIL" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/clothing/glasses/hud/standard/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bIL" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/clothing/glasses/hud/standard/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bIM" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bIN" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 6},/obj/item/stool/padded,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bIO" = (/turf/simulated/wall,/area/medical/reception)
@@ -4498,21 +4511,21 @@
"bIQ" = (/obj/item/reagent_containers/dropper,/obj/machinery/light{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/table/glass,/obj/item/reagent_containers/vessel/beaker/plass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bIR" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bIS" = (/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bIT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bIU" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bIV" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/doctor,/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; name = "Medbay Doors Control"; pixel_x = 6; pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bIW" = (/obj/machinery/button/remote/blast_door{id = "medbayrecquar"; name = "Medbay Entrance Lockdown Shutters Control"; pixel_x = 6; pixel_y = 8; req_access = list(5)},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/radio/phone/medbay{name = "reception emergency phone"; pixel_x = -5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bIX" = (/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; name = "Medbay Doors Control"; pixel_x = 6; pixel_y = 28},/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bIT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bIU" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bIV" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/doctor,/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = 6; pixel_y = 28; id = "MedbayFoyerStar"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bIW" = (/obj/machinery/button/remote/blast_door{name = "Medbay Entrance Lockdown Shutters Control"; pixel_x = 6; pixel_y = 8; id = "medbayrecquar"; req_access = list(5)},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/radio/phone/medbay{name = "reception emergency phone"; pixel_x = -5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bIX" = (/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = 6; pixel_y = 28; id = "MedbayFoyerStar"},/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bIY" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bIZ" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/standard,/obj/item/reagent_containers/spray/sterilizine,/obj/item/scalpel,/obj/item/autopsy_scanner,/obj/item/autopsy_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bJa" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bJb" = (/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bJc" = (/obj/effect/floor_decal/spline/plain/black,/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
-"bJd" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bJe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bJd" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bJe" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bJf" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/mecha_part_fabricator{pixel_x = 4; pixel_y = 3},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bJg" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/conveyor{dir = 4; id = "robotics1"},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bJh" = (/obj/machinery/conveyor_switch/oneway{id = "robotics1"; pixel_x = -13; pixel_y = -5},/obj/effect/floor_decal/industrial/hatch/yellow{pixel_y = -2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bJh" = (/obj/machinery/conveyor_switch/oneway{pixel_x = -13; pixel_y = -5; id = "robotics1"},/obj/effect/floor_decal/industrial/hatch/yellow{pixel_y = -2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bJi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bJj" = (/obj/structure/table/standard,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/item/device/multitool{pixel_x = 6; pixel_y = 2},/obj/item/clothing/glasses/welding,/obj/item/device/multitool{pixel_x = -4; pixel_y = 3},/obj/item/clothing/glasses/welding{pixel_x = -2; pixel_y = -6},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bJk" = (/obj/structure/closet/firecloset,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -4521,22 +4534,22 @@
"bJn" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bJo" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/firealarm{pixel_y = -28},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bJp" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/table/standard,/obj/machinery/light,/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"bJq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/research{c_tag = "Research - Mech Bay"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"bJq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Mech Bay"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bJr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/recharge_station,/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"bJs" = (/obj/machinery/r_n_d/destructive_analyzer,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"bJt" = (/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"bJu" = (/obj/machinery/r_n_d/protolathe,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
-"bJv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bJv" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bJw" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bJx" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/cell_charger,/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bJy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bJy" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bJz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bJA" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bJB" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/chapel/main)
"bJC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bJD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bJE" = (/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/spline/plain/black,/obj/machinery/light/he,/obj/effect/floor_decal/spline/plain/corner/black{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/morgue)
-"bJF" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 8; frequency = 1380; id_tag = "mining_shuttle"; pixel_x = 25; pixel_y = -8; req_one_access = list(13,48); tag_door = "mining_shuttle_hatch"},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/orange,/obj/structure/closet/crate,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
+"bJF" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 8; pixel_x = 25; pixel_y = -8; frequency = 1380; req_one_access = list(13,48); id_tag = "mining_shuttle"; tag_door = "mining_shuttle_hatch"},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/orange,/obj/structure/closet/crate,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
"bJG" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
"bJH" = (/obj/item/stool,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bJI" = (/obj/item/trash/pistachios,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
@@ -4546,15 +4559,15 @@
"bJM" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJN" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJO" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/conveyor{dir = 1; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
-"bJP" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/computer/elevator_control{elevator_tag = "Cargo"; pixel_x = 12; pixel_y = 12},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bJP" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/computer/elevator_control{pixel_x = 12; pixel_y = 12; elevator_tag = "Cargo"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJQ" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/light{dir = 8},/obj/machinery/computer/operating,/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bJR" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJT" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bJU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/brown{dir = 6},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bJV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bJU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/brown{dir = 6},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bJV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bJW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bJX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bJX" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bJY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bJZ" = (/obj/machinery/status_display/supply_display,/turf/simulated/wall,/area/quartermaster/office)
"bKa" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/meter,/obj/structure/window_frame/reinforced,/turf/simulated/wall/r_wall,/area/engineering/atmos)
@@ -4563,47 +4576,47 @@
"bKd" = (/obj/item/modular_computer/console/preset/command,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bKe" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bKf" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bKg" = (/obj/machinery/camera/network/command{c_tag = "AI Upload - West"; dir = 4},/obj/machinery/ai_status_display{pixel_x = -32},/obj/machinery/porta_turret{dir = 4},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bKh" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57)},/obj/structure/disposalpipe/segment,/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/border_only,/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
+"bKg" = (/obj/machinery/camera/network/command{dir = 4; c_tag = "AI Upload - West"},/obj/machinery/ai_status_display{pixel_x = -32},/obj/machinery/porta_turret{dir = 4},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bKh" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57)},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/maintenance/substation/command)
"bKi" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hallway/primary/central_three)
-"bKj" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/computer/borgupload,/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"bKk" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"bKj" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/computer/borgupload,/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"bKk" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bKl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bKm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"bKn" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/computer/aiupload,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"bKm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"bKn" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/computer/aiupload,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bKo" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bKp" = (/obj/structure/displaycase,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bKq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bKr" = (/obj/machinery/light_switch{pixel_y = 28},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bKs" = (/obj/machinery/door/airlock{name = "Private Restroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
"bKt" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"bKu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
-"bKv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bKu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"bKv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bKw" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bKx" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable,/obj/machinery/oxygen_pump{desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; icon_state_closed = "anesthetic_tank"; icon_state_open = "anesthetic_tank_open"; mask_type = /obj/item/clothing/mask/breath/anesthetic; name = "anesthetic pump"; pixel_y = 28; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
+"bKx" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable,/obj/machinery/oxygen_pump{name = "anesthetic pump"; desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; pixel_y = 28; icon_state_open = "anesthetic_tank_open"; icon_state_closed = "anesthetic_tank"; mask_type = /obj/item/clothing/mask/breath/anesthetic; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bKy" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/computer/guestpass{pixel_x = -28},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bKz" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bKA" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bKB" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bKC" = (/obj/machinery/door/blast/shutters{dir = 2; id = "emtroom"; name = "Mech Bay"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKD" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/landmark/start/crew/paramedic,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKE" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKF" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/effect/floor_decal/corner/pink{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKG" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass_medical{name = "Chemistry Laboratory"; req_access = list(33)},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bKC" = (/obj/machinery/door/blast/shutters{name = "Mech Bay"; dir = 2; id = "emtroom"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKD" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/landmark/start/crew/paramedic,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKE" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKF" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/effect/floor_decal/corner/pink{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKG" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/glass_medical{name = "Chemistry Laboratory"; req_access = list(33)},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bKH" = (/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bKI" = (/obj/machinery/door/window/eastright{name = "Medical Reception"; req_access = list(5)},/obj/machinery/light_switch{name = "light switch "; on = 1; pixel_y = -22},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bKJ" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/corner/pink/three_quarters,/obj/machinery/camera/network/medbay{c_tag = "Emergency Medical Treatment"; dir = 4},/obj/machinery/button/remote/blast_door{dir = 4; id = "emtroom"; name = "EMT Door Control"; pixel_x = -24; pixel_y = 6; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/pink{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
-"bKL" = (/obj/structure/table/standard,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/machinery/camera/network/medbay{c_tag = "Medbay Storage"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bKI" = (/obj/machinery/door/window/eastright{name = "Medical Reception"; req_access = list(5)},/obj/machinery/light_switch{name = "light switch "; pixel_y = -22; on = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bKJ" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/corner/pink/three_quarters,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Emergency Medical Treatment"},/obj/machinery/button/remote/blast_door{name = "EMT Door Control"; dir = 4; pixel_x = -24; pixel_y = 6; id = "emtroom"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKK" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/pink{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bKL" = (/obj/structure/table/standard,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Storage"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bKM" = (/obj/structure/table/rack,/obj/effect/floor_decal/corner/beige{dir = 5},/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/clothing/glasses/hud/standard/medical,/obj/item/clothing/glasses/hud/standard/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bKN" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/table/standard{name = "plastic table frame"},/obj/item/storage/box/cdeathalarm_kit{pixel_x = -8; pixel_y = -5},/obj/item/storage/box/rxglasses{pixel_x = 8; pixel_y = -5},/obj/item/storage/box/bodybags{pixel_x = -8; pixel_y = 8},/obj/item/storage/box/bodybags{pixel_x = 8; pixel_y = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bKO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
-"bKP" = (/obj/machinery/light_switch{on = 1; pixel_x = -22},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bKP" = (/obj/machinery/light_switch{pixel_x = -22; on = 1},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bKQ" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
-"bKR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bKS" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bKT" = (/obj/effect/landmark/start/crew/roboticist,/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bKU" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/glass{amount = 50; pixel_x = 2; pixel_y = 4},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bKR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bKS" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bKT" = (/obj/effect/landmark/start/crew/roboticist,/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bKU" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/glass{pixel_x = 2; pixel_y = 4; amount = 50},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bKV" = (/obj/structure/table/steel,/obj/item/clothing/head/welding{pixel_x = 6; pixel_y = 8},/obj/item/clothing/head/welding{pixel_x = -8; pixel_y = 6},/obj/item/stack/cable_coil,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bKW" = (/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bKX" = (/turf/simulated/wall,/area/assembly/robotics)
@@ -4613,98 +4626,98 @@
"bLb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLc" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLd" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bLe" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/steel{amount = 50; pixel_x = 2; pixel_y = 8},/obj/item/stack/material/steel{amount = 50; pixel_x = 6; pixel_y = 6},/obj/item/stack/material/steel{amount = 50; pixel_x = -2},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bLe" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/steel{pixel_x = 2; pixel_y = 8; amount = 50},/obj/item/stack/material/steel{pixel_x = 6; pixel_y = 6; amount = 50},/obj/item/stack/material/steel{pixel_x = -2; amount = 50},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bLf" = (/obj/structure/table/steel,/obj/item/device/flash/synthetic{pixel_x = 6; pixel_y = 6},/obj/item/device/flash/synthetic{pixel_x = 4; pixel_y = 4},/obj/item/device/flash/synthetic{pixel_x = 2; pixel_y = 6},/obj/item/device/flash/synthetic{pixel_y = 4},/obj/item/device/flash{pixel_x = -4; pixel_y = 4},/obj/item/device/flash{pixel_x = -6; pixel_y = 2},/obj/item/device/flash/synthetic{pixel_x = 2; pixel_y = 2},/obj/item/device/flash/synthetic{pixel_x = -2; pixel_y = 2},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bLg" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/obj/machinery/cell_charger{pixel_x = -1; pixel_y = -3},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bLh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; id_tag = "researchdoor"; name = "Research Division Access"; req_access = list(47)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bLh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47); id_tag = "researchdoor"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLi" = (/obj/machinery/computer/rdconsole/core,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"bLj" = (/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"bLk" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/item/reagent_containers/vessel/beaker/sulphuric,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"bLl" = (/obj/item/stock_parts/manipulator,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/scanning_module,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bLm" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bLm" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bLn" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bLo" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bLp" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "merchant_shuttle_shop_interior"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bLp" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "merchant_shuttle_shop_interior"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bLq" = (/obj/structure/sign/warning/airlock,/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/aft)
"bLr" = (/turf/simulated/wall/r_wall,/area/maintenance/disposal)
-"bLs" = (/obj/machinery/door/blast/regular{id = "trash"; name = "disposal mass driver"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
+"bLs" = (/obj/machinery/door/blast/regular{name = "disposal mass driver"; id = "trash"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
"bLt" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bLu" = (/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/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLv" = (/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 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLw" = (/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/conveyor{dir = 1; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
-"bLx" = (/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 = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLy" = (/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{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLz" = (/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/rough,/area/quartermaster/storage)
-"bLA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLB" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/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/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bLE" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Office"; dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stack/material/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/material/steel/fifty,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bLF" = (/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/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bLu" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLv" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLw" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/conveyor{dir = 1; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
+"bLx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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 = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLy" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLz" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLB" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLC" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bLE" = (/obj/machinery/requests_console{pixel_x = -30; department = "Cargo Bay"; departmentType = 2},/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Cargo Office"},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stack/material/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/material/steel/fifty,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bLF" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bLG" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bLH" = (/obj/item/stamp/cargo{pixel_x = -3; pixel_y = 3},/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/structure/table/standard,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/item/stamp/ok,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bLH" = (/obj/item/stamp/cargo{pixel_x = -3; pixel_y = 3},/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/structure/table/standard,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/item/stamp/ok,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bLI" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/clipboard,/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bLJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bLK" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/assembly/robotics)
+"bLK" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/assembly/robotics)
"bLL" = (/obj/machinery/navbeacon/wayfinding/cargo,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bLM" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bLN" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bLO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bLO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bLP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bLQ" = (/obj/structure/closet/secure_closet/hop,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bLR" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bLS" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bLT" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/hop)
-"bLU" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/lab)
+"bLU" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/rnd/lab)
"bLV" = (/obj/structure/table/standard,/obj/item/aiModule/nanotrasen,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/aiModule/reset,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bLW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bLX" = (/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bLY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bLY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"bLZ" = (/obj/item/device/radio/intercom/locked/ai_private{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"bMa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bMb" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/aiModule/protectStation,/obj/item/aiModule/quarantine,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"bMc" = (/obj/structure/bed/padded,/obj/item/bedsheet/captain,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bMd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bMf" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"bMg" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"bMg" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/captain)
"bMh" = (/obj/item/folder/yellow,/obj/item/device/eftpos{eftpos_name = "Cargo Bay EFTPOS scanner"},/obj/structure/table/standard{name = "plastic table frame"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bMi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bMj" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bMk" = (/obj/machinery/smartfridge/secure/medbay{req_one_access = list(33,66)},/turf/simulated/wall,/area/medical/chemistry)
-"bMl" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bMm" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bMl" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bMm" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bMn" = (/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bMo" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/closet/secure_closet/medical1,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/item/stack/nanopaste,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bMp" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bMq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{id_tag = "cargodoor"; name = "Cargo Office"; req_access = list(50)},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bMo" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/closet/secure_closet/medical1,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/item/stack/nanopaste,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bMp" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bMq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access = list(50); id_tag = "cargodoor"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bMr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bMs" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bMt" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass_medical{name = "Examination Room"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
+"bMt" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass_medical{name = "Examination Room"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"bMu" = (/obj/structure/table/standard,/obj/item/reagent_containers/vessel/bottle/chemical/stoxin{pixel_x = -6; pixel_y = 10},/obj/item/reagent_containers/vessel/bottle/chemical/antitoxin{pixel_x = 5; pixel_y = 5},/obj/item/reagent_containers/vessel/bottle/chemical/inaprovaline{pixel_x = 1},/obj/random/medical,/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/item/reagent_containers/spray/sterilizine,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bMv" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/item/storage/firstaid/surgery{pixel_x = 1; pixel_y = 1},/obj/machinery/alarm{pixel_y = 24},/obj/structure/table/glass,/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bMw" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal,/obj/machinery/light{dir = 4},/obj/random/medical,/obj/machinery/firealarm{pixel_y = 24},/obj/structure/table/glass,/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bMx" = (/obj/machinery/door/window/eastright{name = "Medical Reception"; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
-"bMy" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/porta_turret{dir = 8},/obj/machinery/camera/network/command{c_tag = "AI Upload - East"; dir = 8},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bMz" = (/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
+"bMy" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/porta_turret{dir = 8},/obj/machinery/camera/network/command{dir = 8; c_tag = "AI Upload - East"},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bMz" = (/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
"bMA" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 8},/obj/item/storage/box/lights/mixed,/obj/random/maintenance,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/tiled/dark/rough,/area/maintenance/research_shuttle)
"bMB" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"bMC" = (/turf/simulated/wall,/area/assembly/chargebay)
"bMD" = (/obj/structure/table/standard,/obj/item/storage/box/autoinjectors{pixel_x = 1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bME" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/mecha_part_fabricator{pixel_x = 4; pixel_y = 3},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bMF" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor{dir = 4; id = "robotics2"; pixel_y = 5},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bMG" = (/obj/machinery/conveyor_switch/oneway{id = "robotics2"; pixel_x = -13; pixel_y = 22},/obj/effect/floor_decal/industrial/hatch/yellow{pixel_y = 2},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bMF" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor{dir = 4; pixel_y = 5; id = "robotics2"},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"bMG" = (/obj/machinery/conveyor_switch/oneway{pixel_x = -13; pixel_y = 22; id = "robotics2"},/obj/effect/floor_decal/industrial/hatch/yellow{pixel_y = 2},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bMH" = (/turf/simulated/wall/r_wall,/area/rnd/research)
"bMI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bMJ" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/rnd/research)
"bMK" = (/obj/machinery/newscaster{pixel_x = -27; pixel_y = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bML" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bMM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bMN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bMN" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bMO" = (/obj/item/stock_parts/console_screen,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/machinery/light{dir = 4},/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bMP" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bMP" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bMQ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bMR" = (/turf/simulated/open,/area/maintenance/underground/research_utility_room)
-"bMS" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "chemwindow"; name = "Chemistry Window Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/chemistry)
+"bMS" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Chemistry Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "chemwindow"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/chemistry)
"bMT" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bMU" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bMV" = (/obj/machinery/light/small/red{dir = 4; pixel_y = 8},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
@@ -4715,7 +4728,7 @@
"bNa" = (/obj/machinery/conveyor{dir = 1; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bNb" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bNc" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bNd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bNd" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bNe" = (/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bNf" = (/obj/effect/floor_decal/corner/brown{dir = 4},/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bNg" = (/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
@@ -4729,102 +4742,98 @@
"bNp" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bNq" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bNr" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
-"bNs" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"bNs" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"bNt" = (/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"bNu" = (/obj/machinery/keycard_auth{pixel_x = -24},/obj/machinery/computer/account_database,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bNv" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_upload)
"bNw" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"bNx" = (/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"bNy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "AI Upload"; req_access = list(16)},/obj/machinery/navbeacon/wayfinding/aiupload,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"bNz" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
-"bNA" = (/obj/machinery/turretid/stun{control_area = "\improper AI Upload Chamber"; name = "AI Upload turret control"; pixel_x = 6; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -12; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bNy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/highsecurity{name = "AI Upload"; req_access = list(16)},/obj/machinery/navbeacon/wayfinding/aiupload,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"bNz" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"bNA" = (/obj/machinery/turretid/stun{name = "AI Upload turret control"; pixel_x = 6; pixel_y = 24; control_area = "\improper AI Upload Chamber"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -12; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"bNB" = (/obj/structure/sign/kiddieplaque{pixel_y = -30},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"bNC" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/quartermaster/office)
+"bNC" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/quartermaster/office)
"bND" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"bNE" = (/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/maintenance/exterior)
"bNF" = (/obj/structure/table/woodentable,/obj/item/storage/box/matches,/obj/item/clothing/mask/smokable/cigarette/cigar,/obj/item/reagent_containers/vessel/flask{pixel_x = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"bNG" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 1; icon_state = "left"; name = "Shower"},/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/item/soap/deluxe,/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"bNH" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/hop,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; dir = 8; id = "hop_office_desk"; name = "Desk Privacy Shutter"; pixel_x = 26; pixel_y = 17},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; dir = 8; id = "hopdoor"; name = "Office Door Control"; pixel_x = 26; pixel_y = -17; req_access = list(57)},/obj/machinery/button/window_frame_tint{dir = 8; pixel_x = 36; pixel_y = 18},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bNG" = (/obj/machinery/door/window/eastright{name = "Shower"; icon_state = "left"; dir = 1; base_state = "left"},/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/item/soap/deluxe,/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
+"bNH" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/hop,/obj/machinery/button/remote/blast_door{name = "Desk Privacy Shutter"; desc = "A remote control-switch for shutters."; dir = 8; pixel_x = 26; pixel_y = 17; id = "hop_office_desk"},/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; dir = 8; pixel_x = 26; pixel_y = -17; id = "hopdoor"; req_access = list(57)},/obj/machinery/button/window_frame_tint{dir = 8; pixel_x = 36; pixel_y = 18},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bNI" = (/turf/simulated/wall,/area/medical/storage1)
"bNJ" = (/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bNK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bNL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bNM" = (/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/white/rough,/area/medical/storage1)
+"bNM" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bNN" = (/obj/structure/closet/secure_closet/chemical,/obj/item/storage/box/pillbottles,/obj/item/device/radio/headset/headset_med,/obj/effect/floor_decal/corner/beige{dir = 6},/obj/machinery/light{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bNO" = (/turf/simulated/wall,/area/medical/sleeper)
"bNP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Medbay Reception"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bNQ" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "chemcounter"; name = "Pharmacy Counter Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/reception)
+"bNQ" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Pharmacy Counter Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "chemcounter"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/reception)
"bNR" = (/obj/item/folder/blue,/obj/item/stamp/hop,/obj/item/device/eftpos{eftpos_name = "HoP EFTPOS scanner"},/obj/structure/table/glass,/obj/item/stamp/void,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bNS" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bNT" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Sleepers"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bNU" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
-"bNV" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/filingcabinet/chestdrawer{desc = "A large drawer filled with autopsy reports."; name = "Autopsy Reports"},/obj/machinery/light/he,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
-"bNW" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bNV" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/filingcabinet/chestdrawer{name = "Autopsy Reports"; desc = "A large drawer filled with autopsy reports."},/obj/machinery/light/he,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bNW" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bNX" = (/turf/simulated/wall,/area/medical/resleever)
"bNY" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/table/standard,/obj/item/device/robotanalyzer{pixel_y = 6},/obj/item/reagent_containers/spray/sterilizine,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bNZ" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/table/standard,/obj/item/device/radio/intercom{pixel_y = 22},/obj/item/storage/firstaid/surgery{pixel_x = 1; pixel_y = 1},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bOa" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/sink{dir = 1; pixel_y = 16},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bOb" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/window/reinforced{dir = 4},/obj/machinery/organ_printer/robot/mapped{pixel_x = -3},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bOc" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/machinery/camera/network/research{c_tag = "Research - Robotics Operating Theatre"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"bOc" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/machinery/camera/network/research{dir = 4; c_tag = "Research - Robotics Operating Theatre"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bOd" = (/obj/structure/table/standard,/obj/item/storage/firstaid{pixel_x = 4},/obj/item/storage/firstaid,/obj/item/device/healthanalyzer{pixel_x = 3; pixel_y = 8},/obj/item/device/healthanalyzer{pixel_y = 8},/obj/item/device/healthanalyzer{pixel_x = -3; pixel_y = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/status_display{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bOe" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 28},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bOf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bOg" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bOh" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bOi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bOj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bOe" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 28},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bOf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bOg" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bOh" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bOi" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bOj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bOk" = (/obj/structure/reagent_dispensers/fueltank,/obj/structure/sign/warning/nosmoking_1{pixel_x = 28},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bOl" = (/obj/structure/iv_drip,/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bOm" = (/turf/simulated/wall,/area/rnd/lab)
"bOn" = (/obj/item/hand_labeler,/obj/item/pen,/obj/item/packageWrap,/obj/item/packageWrap,/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bOo" = (/obj/item/folder/white,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/obj/item/reagent_containers/dropper{pixel_y = -4},/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bOp" = (/obj/structure/closet/secure_closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bOq" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bOq" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bOr" = (/obj/machinery/light_switch{dir = 8; pixel_x = 27},/obj/structure/reagent_dispensers/acid{density = 0; pixel_y = -32},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/device/multitool{pixel_x = -4; pixel_y = 3},/obj/structure/table/glass,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bOs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bOs" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bOt" = (/obj/machinery/mass_driver{dir = 1; id = "chapelgun"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 25},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/chapel/main)
"bOu" = (/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bOv" = (/turf/simulated/wall,/area/maintenance/research_shuttle)
"bOw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/obj/structure/window_frame/grille,/turf/space,/area/space)
"bOx" = (/turf/simulated/wall/r_wall,/area/rnd/docking)
"bOy" = (/obj/structure/sign/warning/docking_area,/turf/simulated/wall/r_wall,/area/rnd/docking)
-"bOz" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; id_tag = "merchant_shuttle_station_shop"; pixel_x = -28; req_one_access = list(101); tag_airpump = "merchant_shuttle_shop_vent"; tag_chamber_sensor = "merchant_shuttle_shop_sensor"; tag_exterior_door = "merchant_shuttle_shop_exterior"; tag_interior_door = "merchant_shuttle_shop_interior"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bOz" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; pixel_x = -28; req_one_access = list(101); id_tag = "merchant_shuttle_station_shop"; tag_exterior_door = "merchant_shuttle_shop_exterior"; tag_interior_door = "merchant_shuttle_shop_interior"; tag_airpump = "merchant_shuttle_shop_vent"; tag_chamber_sensor = "merchant_shuttle_shop_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bOA" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bOB" = (/obj/machinery/airlock_sensor{dir = 4; id_tag = "merchant_shuttle_shop_dock"; pixel_x = 25; pixel_y = 12},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bOB" = (/obj/machinery/airlock_sensor{dir = 4; pixel_x = 25; pixel_y = 12; id_tag = "merchant_shuttle_shop_dock"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
"bOC" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bOD" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 4; frequency = 1380; id_tag = "cargo_bay"; name = "cargo bay hatch controller"; pixel_x = -30; req_one_access = list(13,31); tag_door = "cargo_bay_door"},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Recieving Dock"; dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bOD" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/embedded_controller/radio/simple_docking_controller{name = "cargo bay hatch controller"; dir = 4; pixel_x = -30; frequency = 1380; req_one_access = list(13,31); id_tag = "cargo_bay"; tag_door = "cargo_bay_door"},/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Cargo Recieving Dock"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bOE" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/conveyor_switch/oneway{id = "QMLoad2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bOF" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bOG" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/navbeacon/delivery/QM3,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Bay South"; dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bOH" = (/obj/machinery/navbeacon/delivery/QM2,/obj/effect/floor_decal/industrial/outline/yellow,/mob/living/bot/mulebot{suffix = "#2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bOI" = (/obj/machinery/navbeacon/delivery/QM1,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/alarm{dir = 8; pixel_x = 24},/mob/living/bot/mulebot{suffix = "#1"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bOG" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/navbeacon/delivery/QM3,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Cargo Bay South"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bOJ" = (/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bOK" = (/obj/structure/cable{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/rough,/area/hallway/primary/central_two)
+"bOK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bOL" = (/obj/machinery/newscaster{pixel_x = -27; pixel_y = 1},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/vending/wallmed1{pixel_y = -32},/obj/item/storage/box/lights/bulbs/old,/obj/item/tape_roll,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bOM" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bON" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/computer/guestpass{pixel_y = -28},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"bOO" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bOM" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bON" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/computer/guestpass{pixel_y = -28},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bOO" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bOP" = (/obj/structure/noticeboard{pixel_y = -27},/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bOQ" = (/obj/machinery/atm{pixel_x = -28},/obj/effect/floor_decal/corner/brown{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bOR" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/tiled/dark/rough,/area/maintenance/research_shuttle)
"bOS" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bOT" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"bOU" = (/mob/living/simple_animal/corgi/Ian,/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"bOV" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bOW" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bOW" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bOX" = (/turf/simulated/wall/r_wall,/area/teleporter)
-"bOY" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access = list(17)},/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/teleporter)
+"bOY" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access = list(17)},/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/plating,/area/teleporter)
"bOZ" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"bPa" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/obj/machinery/camera/network/command{c_tag = "Bridge - HoP's Office"; dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bPa" = (/obj/machinery/requests_console{name = "Head of Personnel RC"; pixel_y = -30; department = "Head of Personnel's Desk"; departmentType = 5; announcementConsole = 1},/obj/machinery/camera/network/command{dir = 1; c_tag = "Bridge - HoP's Office"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bPb" = (/obj/machinery/photocopier/faxmachine{department = "Head of Personnel's Office"},/obj/structure/table/glass,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bPc" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bPd" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bPe" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bPf" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bPg" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bPh" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/medbay{c_tag = "Medbay Scanning Room"},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; name = "Medbay Doors Control"; pixel_x = -6; pixel_y = 24},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bPe" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bPf" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bPg" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bPh" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/medbay{c_tag = "Medbay Scanning Room"},/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = -6; pixel_y = 24; id = "MedbayFoyerStar"},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bPi" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bPj" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bPj" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bPk" = (/obj/structure/bed/chair/wheelchair,/obj/effect/floor_decal/corner/beige{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bPl" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bPm" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -4836,22 +4845,22 @@
"bPs" = (/obj/item/cane,/obj/item/cane{pixel_x = -3; pixel_y = 2},/obj/item/cane{pixel_x = -6; pixel_y = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stack/nanopaste,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bPt" = (/obj/structure/disposalpipe/segment,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bPu" = (/obj/structure/morgue{dir = 8},/obj/effect/floor_decal/spline/plain/black{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
-"bPv" = (/obj/machinery/door/firedoor,/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/airlock/medblack{name = "Neural Lace Resleevery"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/resleever)
-"bPw" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
-"bPx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
+"bPv" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/medblack{name = "Neural Lace Resleevery"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/resleever)
+"bPw" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
+"bPx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bPy" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bPz" = (/turf/simulated/floor/tiled/freezer,/area/assembly/robotics)
"bPA" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/morgue,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bPB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bPB" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bPC" = (/obj/effect/floor_decal/corner/beige{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bPD" = (/obj/machinery/vending/robotics,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bPE" = (/obj/structure/bed/chair{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bPF" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bPG" = (/obj/machinery/light,/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/device/taperecorder{pixel_x = -6; pixel_y = 6},/obj/item/pen/blue,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bPH" = (/obj/item/device/radio/headset/headset_sci,/obj/structure/closet/wardrobe/robotics_black,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bPI" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
-"bPJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Research and Development"; req_access = list(7)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bPK" = (/obj/machinery/door/airlock{name = "Starboard Emergency Storage"; req_one_access = list(12,47)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
+"bPI" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
+"bPJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Research and Development"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(7)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bPK" = (/obj/machinery/door/airlock{name = "Starboard Emergency Storage"; req_one_access = list(12,47)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"bPL" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
"bPM" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/obj/machinery/disposal,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bPN" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 4},/obj/structure/window_frame/grille,/turf/space,/area/space)
@@ -4859,30 +4868,30 @@
"bPP" = (/turf/simulated/shuttle/wall/research{dir = 8},/area/shuttle/research/station)
"bPQ" = (/obj/machinery/light_switch{dir = 8; pixel_x = 27},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bPR" = (/turf/simulated/shuttle/wall/corner/research/ne,/area/shuttle/research/station)
-"bPS" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "merchant_shuttle_shop_exterior"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
-"bPT" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/quartermaster/storage)
+"bPS" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "merchant_shuttle_shop_exterior"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/hallway/secondary/entry/aft)
+"bPT" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/quartermaster/storage)
"bPU" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/turf/simulated/floor/plating,/area/quartermaster/storage)
-"bPV" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating,/area/quartermaster/storage)
+"bPV" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/turf/simulated/floor/plating,/area/quartermaster/storage)
"bPW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bPX" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
-"bPY" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bPY" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bPZ" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bQa" = (/obj/structure/sign/redcross{pixel_x = 32},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bQb" = (/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/border_only,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bQb" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bQc" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bQd" = (/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bQe" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bQf" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bQg" = (/obj/effect/floor_decal/corner/brown{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bQh" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - Southwest"; dir = 8},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bQh" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Primary Hallway Central - Southwest"},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bQi" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_server_room)
-"bQj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bQj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"bQk" = (/obj/structure/sign/warning/lethal_turrets,/turf/simulated/wall/r_wall,/area/turret_protected/ai_server_room)
-"bQl" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"bQm" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
-"bQn" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"bQl" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bQm" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
+"bQn" = (/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"bQo" = (/obj/structure/sign/warning/lethal_turrets,/turf/simulated/wall/r_wall,/area/turret_protected/ai_cyborg_station)
-"bQp" = (/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access = list(16)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"bQp" = (/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access = list(16)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"bQq" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_cyborg_station)
"bQr" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/teleporter)
"bQs" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/prefab/hand_teleporter,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/teleporter)
@@ -4890,8 +4899,8 @@
"bQu" = (/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/teleporter)
"bQv" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/camera/network/command{c_tag = "Bridge - Teleporter"},/turf/simulated/floor/tiled/rough,/area/teleporter)
"bQw" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bQx" = (/obj/machinery/light_switch{dir = 8; pixel_x = 27},/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/rough,/area/teleporter)
-"bQy" = (/obj/machinery/door/airlock/command{id_tag = "hopdoor"; name = "Head of Personnel"; req_access = list(57)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"bQx" = (/obj/machinery/light_switch{dir = 8; pixel_x = 27},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bQy" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57); id_tag = "hopdoor"},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"bQz" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass_medical{name = "Medicine Storage"; req_one_access = list(33,66)},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bQA" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bQB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
@@ -4901,63 +4910,63 @@
"bQF" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bQG" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bQH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bQI" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/junction/yjunction{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bQJ" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/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,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bQK" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/effect/floor_decal/corner/beige{dir = 4},/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bQL" = (/obj/effect/floor_decal/corner/beige{dir = 1},/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bQM" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bQI" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/junction/yjunction{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bQJ" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bQK" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/effect/floor_decal/corner/beige{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bQL" = (/obj/effect/floor_decal/corner/beige{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bQM" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bQN" = (/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bQO" = (/obj/effect/floor_decal/corner/beige{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bQP" = (/obj/structure/sink{dir = 1; pixel_y = 16},/obj/effect/floor_decal/corner/beige{dir = 5},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bQQ" = (/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQR" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQS" = (/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQT" = (/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/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research Division North"},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/structure/sign/science_2{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQU" = (/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQR" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQS" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research Division North"},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/structure/sign/science_2{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bQV" = (/obj/machinery/camera/network/medbay{c_tag = "Medbay North-East"},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bQW" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bQX" = (/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/corner/paleblue/three_quarters{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bQY" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/camera/network/medbay{c_tag = "Medbay Neural Resleever"; dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
+"bQW" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bQX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bQY" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Neural Resleever"},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bQZ" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/blue/diagonal,/obj/machinery/light_switch{dir = 1; pixel_y = -25},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bRa" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bRb" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/bed/roller,/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bRc" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/resleever{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/resleever)
"bRd" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bRe" = (/obj/machinery/light,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable{name = "Robotics Operating Table"},/obj/machinery/oxygen_pump{desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; icon_state_closed = "anesthetic_tank"; icon_state_open = "anesthetic_tank_open"; mask_type = /obj/item/clothing/mask/breath/anesthetic; name = "anesthetic pump"; pixel_y = -28; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"bRe" = (/obj/machinery/light,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable{name = "Robotics Operating Table"},/obj/machinery/oxygen_pump{name = "anesthetic pump"; desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; pixel_y = -28; icon_state_open = "anesthetic_tank_open"; icon_state_closed = "anesthetic_tank"; mask_type = /obj/item/clothing/mask/breath/anesthetic; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bRf" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/computer/operating{name = "Robotics Operating Computer"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bRg" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/window/reinforced{dir = 4},/obj/structure/table/standard{pixel_x = -3},/obj/item/roller{pixel_x = -3; pixel_y = 3},/obj/item/clothing/gloves/latex/nitrile{pixel_x = -3; pixel_y = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bRh" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/cryo)
"bRi" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bRj" = (/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/white/rough,/area/assembly/robotics)
-"bRk" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bRl" = (/obj/effect/floor_decal/corner/purple{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},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bRj" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bRk" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bRl" = (/obj/effect/floor_decal/corner/purple{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bRm" = (/obj/structure/table/standard,/obj/item/storage/firstaid/regular{pixel_x = -8; pixel_y = 8},/obj/item/storage/firstaid/fire{pixel_x = -8; pixel_y = -8},/obj/item/storage/firstaid/regular{pixel_x = 8; pixel_y = 8},/obj/item/storage/firstaid/fire{pixel_x = 8; pixel_y = -8},/obj/machinery/vending/wallmed1{pixel_x = -25},/obj/effect/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bRn" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bRo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Chemistry"; sortType = "Chemistry"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bRp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan,/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
+"bRn" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bRo" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{name = "Chemistry"; dir = 1; sortType = "Chemistry"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bRp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan,/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
"bRq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bRr" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bRs" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Division Access"; req_access = list(47)},/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/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bRt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRu" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/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{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bRz" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Shuttle Dock"; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/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{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bRA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bRB" = (/obj/effect/floor_decal/corner/blue{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bRr" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bRs" = (/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bRt" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRu" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bRz" = (/obj/machinery/door/airlock/research{name = "Research Shuttle Dock"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bRA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bRB" = (/obj/effect/floor_decal/corner/blue{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bRC" = (/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bRD" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bRE" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bRF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bRG" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
+"bRG" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
"bRH" = (/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bRI" = (/obj/effect/floor_decal/corner/paleblue,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bRJ" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bRK" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Research Division Delivery"; req_access = list(47)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bRK" = (/obj/machinery/door/window/eastright{name = "Research Division Delivery"; icon_state = "left"; dir = 8; req_access = list(47); base_state = "left"},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/research)
"bRL" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/space,/area/shuttle/research/station)
-"bRM" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/buildable{RCon_tag = "Solar - Fore Starboard"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Fore Starboard"; dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"bRM" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Solar - Fore Starboard"},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Solar Maintenance Fore Starboard"},/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
"bRN" = (/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bRO" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bRP" = (/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
@@ -4965,16 +4974,16 @@
"bRR" = (/turf/simulated/shuttle/wall/research{dir = 1},/area/shuttle/research/station)
"bRS" = (/turf/space,/area/shuttle/merchant/dock)
"bRT" = (/obj/effect/shuttle_landmark/merchant/shop,/turf/space,/area/shuttle/merchant/dock)
-"bRU" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/quartermaster/storage)
+"bRU" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/quartermaster/storage)
"bRV" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/quartermaster/storage)
-"bRW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/quartermaster/storage)
+"bRW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/turf/simulated/floor/plating/rough,/area/quartermaster/storage)
"bRX" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bRY" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bRZ" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bSa" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "QMLoad"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bSb" = (/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "medbayquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bSc" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30; pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/modular_computer/console/preset/supply,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bSd" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/qm,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "qmdoor"; name = "office door control"; pixel_x = 15; pixel_y = -25; req_access = list(41)},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the cargo doors."; id = "cargodoor"; name = "cargo door control"; pixel_x = 15; pixel_y = -34; req_access = list(41)},/obj/machinery/button/window_frame_tint{pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bSa" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad"; convdir = -1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bSb" = (/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "medbayquar"},/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bSc" = (/obj/machinery/requests_console{pixel_x = -30; pixel_y = 32; department = "Cargo Bay"; departmentType = 2},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/modular_computer/console/preset/supply,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bSd" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/qm,/obj/machinery/button/remote/airlock{name = "office door control"; desc = "A remote control-switch for the office door."; pixel_x = 15; pixel_y = -25; id = "qmdoor"; req_access = list(41)},/obj/machinery/button/remote/airlock{name = "cargo door control"; desc = "A remote control-switch for the cargo doors."; pixel_x = 15; pixel_y = -34; id = "cargodoor"; req_access = list(41)},/obj/machinery/button/window_frame_tint{pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bSe" = (/obj/structure/disposalpipe/segment,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bSf" = (/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bSg" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
@@ -4983,24 +4992,24 @@
"bSj" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bSk" = (/obj/machinery/computer/message_monitor,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
"bSl" = (/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
-"bSm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"bSn" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/camera/network/command{c_tag = "AI - Upload Foyer"; dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light/he,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"bSo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"bSp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/structure/cable/cyan,/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
-"bSq" = (/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access = list(16)},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
-"bSr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
+"bSm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bSn" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/camera/network/command{dir = 1; c_tag = "AI - Upload Foyer"},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light/he,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bSo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"bSp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/structure/cable/cyan,/turf/simulated/floor/plating,/area/turret_protected/ai_upload)
+"bSq" = (/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access = list(16)},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
+"bSr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
"bSs" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/light/small/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"bSt" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/storage)
"bSu" = (/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_cyborg_station)
-"bSv" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bSw" = (/obj/item/stool,/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/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bSx" = (/obj/machinery/hologram/holopad,/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bSy" = (/obj/item/device/bluespace_beacon,/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bSz" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"bSA" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSv" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSw" = (/obj/item/stool,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSx" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSy" = (/obj/item/device/bluespace_beacon,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSz" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"bSA" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/teleporter)
"bSB" = (/obj/structure/lattice,/obj/structure/window_frame/grille,/turf/space,/area/maintenance/exterior)
"bSC" = (/obj/machinery/body_scanconsole,/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bSD" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bSD" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bSE" = (/obj/machinery/body_scanconsole,/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bSF" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/corner/beige,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bSG" = (/obj/effect/floor_decal/corner/beige{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
@@ -5008,60 +5017,60 @@
"bSI" = (/obj/effect/floor_decal/corner/beige,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bSJ" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/computer/guestpass{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bSK" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bSL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bSL" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bSM" = (/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bSN" = (/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bSO" = (/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bSP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bSQ" = (/obj/structure/table/standard,/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -4},/obj/item/storage/box/masks{pixel_x = 8; pixel_y = -4},/obj/effect/floor_decal/corner/beige/three_quarters,/obj/machinery/light{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/storage/box/beakers{pixel_x = -7; pixel_y = 10},/obj/item/storage/box/syringes{pixel_x = 8; pixel_y = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bSR" = (/obj/structure/table/rack,/obj/item/crowbar,/obj/item/crowbar,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/light_switch{name = "light switch "; on = 1; pixel_x = -5; pixel_y = -22},/obj/item/defibrillator/loaded,/obj/item/defibrillator/loaded,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bSR" = (/obj/structure/table/rack,/obj/item/crowbar,/obj/item/crowbar,/obj/item/roller,/obj/item/roller,/obj/item/roller,/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/light_switch{name = "light switch "; pixel_x = -5; pixel_y = -22; on = 1},/obj/item/defibrillator/loaded,/obj/item/defibrillator/loaded,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bSS" = (/obj/structure/table/standard,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/screwdriver{layer = 4; pixel_y = 4},/obj/effect/floor_decal/corner/beige{dir = 10},/obj/item/cell/high{layer = 4; pixel_x = -5; pixel_y = 12},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bST" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bSU" = (/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/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bSU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bSV" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bSW" = (/obj/structure/sign/warning/science{name = "\improper Experimental Resleever"},/turf/simulated/wall,/area/medical/resleever)
"bSX" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/mech_recharger,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bSY" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Medbay"; sortType = "Medbay"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bSY" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction{name = "Medbay"; dir = 1; sortType = "Medbay"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bSZ" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bTa" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/light,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/blue/diagonal,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bTb" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{req_one_access = list(5,12,47)},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bTc" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Robotics Lab"; req_access = list(29,47)},/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/white/rough,/area/assembly/robotics)
+"bTb" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/maintenance{req_one_access = list(5,12,47)},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bTc" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Robotics Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(29,47)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bTd" = (/obj/structure/iv_drip,/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bTe" = (/obj/machinery/navbeacon/delivery/Research,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bTf" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bTg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bTh" = (/obj/machinery/light/small,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bTi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bTj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bTf" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bTg" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bTh" = (/obj/machinery/light/small,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bTi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
+"bTj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
"bTk" = (/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/maintenance/research_shuttle)
-"bTl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Shuttle Dock"; req_access = list(65)},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bTl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Research Shuttle Dock"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bTm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bTn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc/critical{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/green,/obj/machinery/light/small,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bTo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research Shuttle Dock North"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bTo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research Shuttle Dock North"},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bTp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bTq" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bTr" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bTs" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
+"bTs" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
"bTt" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bTu" = (/obj/machinery/bodyscanner,/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/light,/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bTv" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bTw" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bTw" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bTx" = (/obj/machinery/bodyscanner,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/machinery/light,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bTy" = (/turf/simulated/shuttle/wall/research,/area/shuttle/research/station)
"bTz" = (/obj/structure/closet/crate,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bTA" = (/obj/effect/shuttle_landmark/research/station,/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bTB" = (/obj/machinery/computer/shuttle_control/research,/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bTC" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bTD" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/quartermaster/storage)
+"bTD" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/quartermaster/storage)
"bTE" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/effect/floor_decal/industrial/warning/cee,/turf/simulated/floor/plating,/area/quartermaster/storage)
-"bTF" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating,/area/quartermaster/storage)
+"bTF" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/turf/simulated/floor/plating,/area/quartermaster/storage)
"bTG" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bTH" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bTI" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bTJ" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"bTK" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
"bTL" = (/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bTM" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bTM" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bTN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bTO" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bTP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
@@ -5081,11 +5090,11 @@
"bUd" = (/obj/machinery/shieldwallgen,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/teleporter)
"bUe" = (/obj/structure/closet/crate,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/teleporter)
"bUf" = (/obj/machinery/ai_status_display{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bUg" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bUg" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bUh" = (/obj/structure/closet/secure_closet/medical1,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/device/flashlight,/obj/random/medical,/obj/item/taperoll/medical,/obj/effect/floor_decal/corner/beige/three_quarters,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/reagent_containers/ivbag/nanoblood,/obj/item/reagent_containers/ivbag/nanoblood,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bUi" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bUj" = (/obj/structure/closet/radiation,/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bUk" = (/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/border_only,/obj/machinery/door/airlock/medblack{name = "Morgue"; req_access = list(6,5)},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bUk" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/medblack{name = "Morgue"; req_access = list(6,5)},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bUl" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/machinery/light,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bUm" = (/obj/machinery/light{dir = 1},/obj/machinery/status_display{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUn" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -5095,49 +5104,49 @@
"bUr" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUy" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUy" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUz" = (/turf/simulated/wall,/area/medical/medbay3)
"bUA" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/chemistry)
"bUB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/rough,/area/medical/surgeryprep)
"bUC" = (/turf/simulated/wall,/area/medical/surgeryobs)
-"bUD" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Research"; sortType = "Research"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bUE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bUF" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bUD" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Research"; dir = 2; sortType = "Research"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bUE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bUF" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"bUG" = (/obj/structure/sign/warning/secure_area,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/r_wall,/area/rnd/research)
-"bUH" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bUI" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass_medical{name = "Medicine Storage"; req_one_access = list(33,66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bUH" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bUI" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass_medical{name = "Medicine Storage"; req_one_access = list(33,66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bUJ" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/door/airlock/glass_medical{name = "Medbay"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bUK" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bUL" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bUL" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bUM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUP" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bUQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bUU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bUU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bUV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/electric/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/hor)
"bUW" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/hor)
"bUX" = (/turf/simulated/wall/r_wall,/area/rnd/storage)
-"bUY" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
-"bUZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/ash,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"bUY" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"bUZ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/ash,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"bVa" = (/turf/simulated/wall,/area/rnd/docking)
-"bVb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bVc" = (/obj/machinery/door/airlock/engineering{name = "Fore Starboard Solar Access"; req_access = list(11)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
-"bVd" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 1; frequency = 1380; id_tag = "research_shuttle"; pixel_x = -8; pixel_y = -25; req_one_access = list(13,65); tag_door = "research_shuttle_hatch"},/obj/structure/table/steel_reinforced,/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
+"bVb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bVc" = (/obj/machinery/door/airlock/engineering{name = "Fore Starboard Solar Access"; req_access = list(11)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/maintenance/auxsolarstarboard)
+"bVd" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 1; pixel_x = -8; pixel_y = -25; frequency = 1380; req_one_access = list(13,65); id_tag = "research_shuttle"; tag_door = "research_shuttle_hatch"},/obj/structure/table/steel_reinforced,/turf/simulated/floor/shuttle/research,/area/shuttle/research/station)
"bVe" = (/obj/machinery/door/airlock/glass{name = "Bar"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/darkwood,/area/crew_quarters/mess)
"bVf" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bVg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bVh" = (/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Central - South Southeast"},/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bVi" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bVj" = (/obj/machinery/status_display/supply_display,/turf/simulated/wall,/area/quartermaster/qm)
-"bVk" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/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/border_only,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep)
+"bVk" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep)
"bVl" = (/turf/simulated/wall,/area/quartermaster/qm)
"bVm" = (/obj/machinery/atm{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bVn" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
@@ -5147,10 +5156,10 @@
"bVr" = (/obj/item/folder/yellow,/obj/item/pen{pixel_x = 4; pixel_y = 4},/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/eftpos{eftpos_name = "Quartermaster EFTPOS scanner"},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bVs" = (/obj/item/clipboard,/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stamp/qm,/obj/item/stamp/void,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bVt" = (/obj/machinery/message_server,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
-"bVu" = (/obj/machinery/camera/network/command{c_tag = "AI - Messaging Server"; dir = 1},/obj/machinery/blackbox_recorder,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
+"bVu" = (/obj/machinery/camera/network/command{dir = 1; c_tag = "AI - Messaging Server"},/obj/machinery/blackbox_recorder,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
"bVv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"bVw" = (/obj/machinery/atmospherics/pipe/tank/plasma{volume = 3200},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"bVx" = (/obj/machinery/recharge_station,/obj/machinery/camera/network/command{c_tag = "AI - Cyborg Station"; dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_cyborg_station)
+"bVx" = (/obj/machinery/recharge_station,/obj/machinery/camera/network/command{dir = 1; c_tag = "AI - Cyborg Station"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_cyborg_station)
"bVy" = (/obj/machinery/recharge_station,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_cyborg_station)
"bVz" = (/obj/machinery/computer/teleporter,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
"bVA" = (/obj/structure/table/rack,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
@@ -5159,27 +5168,27 @@
"bVD" = (/obj/machinery/shieldwallgen,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/teleporter)
"bVE" = (/obj/machinery/shieldwallgen,/turf/simulated/floor/plating,/area/teleporter)
"bVF" = (/obj/structure/closet/crate,/turf/simulated/floor/plating,/area/teleporter)
-"bVG" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo - Quartermaster's Office"; dir = 8},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bVH" = (/obj/machinery/navbeacon/box/QM,/obj/structure/cable{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},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bVI" = (/obj/structure/disposalpipe/segment{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/white/rough,/area/rnd/research)
-"bVJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/computer/guestpass{pixel_x = -32; pixel_y = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bVK" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bVG" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Cargo - Quartermaster's Office"},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bVH" = (/obj/machinery/navbeacon/box/QM,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bVI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bVJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/computer/guestpass{pixel_x = -32; pixel_y = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bVK" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bVL" = (/obj/structure/sign/warning/nosmoking_1,/turf/simulated/wall,/area/medical/sleeper)
"bVM" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bVN" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/lamarr,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bVO" = (/turf/simulated/wall,/area/medical/surgeryprep)
"bVP" = (/obj/structure/sign/warning/nosmoking_1,/turf/simulated/wall,/area/medical/surgeryprep)
"bVQ" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bVR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bVR" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bVS" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/effect/floor_decal/corner/blue/diagonal,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bVT" = (/obj/effect/floor_decal/corner/blue{dir = 5},/obj/structure/table/standard,/obj/item/storage/box/cups,/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bVU" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
-"bVV" = (/obj/effect/floor_decal/corner/blue{dir = 9},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
-"bVW" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
-"bVX" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "RD Office"; sortType = "RD Office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bVV" = (/obj/effect/floor_decal/corner/blue{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
+"bVW" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
+"bVX" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "RD Office"; dir = 2; sortType = "RD Office"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bVY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bVZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bWa" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Division Access"; req_access = list(47)},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bWa" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/turf/simulated/floor/tiled/rough,/area/rnd/research)
"bWb" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light{dir = 1},/obj/item/toy/torchmodel,/obj/item/stamp/void,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bWc" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/keycard_auth{pixel_y = 22},/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bWd" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/computer/robotics,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
@@ -5190,109 +5199,109 @@
"bWi" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bWj" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWk" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bWl" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bWl" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/medbay{c_tag = "Medbay Emergency Entrance"},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWp" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWq" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bWr" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bWr" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWs" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWt" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bWu" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
-"bWv" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/red,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
+"bWu" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"bWv" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/red,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"bWw" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bWx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"bWy" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"bWx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"bWy" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"bWz" = (/obj/structure/table/standard,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
-"bWA" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bWA" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWB" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bWC" = (/turf/simulated/shuttle/wall/corner/research/sw,/area/shuttle/research/station)
"bWD" = (/turf/simulated/shuttle/wall/research{dir = 4},/area/shuttle/research/station)
-"bWE" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "research_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/shuttle/research/station)
+"bWE" = (/obj/machinery/door/airlock/external{name = "Shuttle Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "research_shuttle_hatch"},/turf/simulated/floor/plating/rough,/area/shuttle/research/station)
"bWF" = (/turf/simulated/shuttle/wall/corner/research/se,/area/shuttle/research/station)
"bWG" = (/turf/simulated/wall,/area/quartermaster/miningdock)
-"bWH" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/mining{id_tag = "cargodoor"; name = "Mining Dock"; req_access = list(50)},/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/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bWI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bWJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bWK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bWL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bWM" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWH" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/mining{name = "Mining Dock"; req_access = list(50); id_tag = "cargodoor"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bWI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWJ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWK" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWL" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWM" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bWN" = (/obj/machinery/status_display,/turf/simulated/wall,/area/hallway/primary/central_three)
"bWO" = (/turf/simulated/wall/r_wall,/area/hallway/primary/central_three)
-"bWP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bWQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
"bWR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/library)
-"bWS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bWT" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/medical{name = "Observation Room"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryobs)
-"bWU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bWS" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bWT" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/medical{name = "Observation Room"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryobs)
+"bWU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bWV" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bWW" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/purp{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bWX" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bWY" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the cargo doors."; id = "researchdoor"; name = "Research door control"; pixel_x = -27; pixel_y = 13; req_access = list(30)},/obj/machinery/button/remote/blast_door{id = "Biohazard"; name = "Biohazard Shutter Control"; pixel_x = -38; pixel_y = 2; req_access = list(47)},/obj/effect/landmark/start/crew/rd,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/button/remote/blast_door{id = "researchlockdown"; name = "Research Division Emergency Lockdown Control"; pixel_x = -38; pixel_y = 13; req_access = list(47)},/obj/machinery/button/window_frame_tint{pixel_x = -28; pixel_y = 3},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bWY" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/machinery/button/remote/airlock{name = "Research door control"; desc = "A remote control-switch for the cargo doors."; pixel_x = -27; pixel_y = 13; id = "researchdoor"; req_access = list(30)},/obj/machinery/button/remote/blast_door{name = "Biohazard Shutter Control"; pixel_x = -38; pixel_y = 2; id = "Biohazard"; req_access = list(47)},/obj/effect/landmark/start/crew/rd,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/button/remote/blast_door{name = "Research Division Emergency Lockdown Control"; pixel_x = -38; pixel_y = 13; id = "researchlockdown"; req_access = list(47)},/obj/machinery/button/window_frame_tint{pixel_x = -28; pixel_y = 3},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bWZ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bXa" = (/obj/structure/table/standard,/obj/item/device/taperecorder{pixel_x = -3},/obj/item/device/paicard{pixel_x = 4},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/item/circuitboard/teleporter,/obj/item/circuitboard/aicore{pixel_x = -2; pixel_y = 4},/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bXb" = (/obj/machinery/door/airlock/multi_tile/glass/medbay{dir = 2; id_tag = "MedbayFore"; name = "Medbay Fore Entrance"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXc" = (/obj/machinery/door/firedoor,/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFore"; name = "Medbay Doors Control"; pixel_x = -6; pixel_y = -24},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXb" = (/obj/machinery/door/airlock/multi_tile/glass/medbay{name = "Medbay Fore Entrance"; dir = 2; req_access = list(5); id_tag = "MedbayFore"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXc" = (/obj/machinery/door/firedoor,/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = -6; pixel_y = -24; id = "MedbayFore"},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bXd" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bXe" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXf" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{dir = 1},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXg" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{id_tag = "Surgery"; name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bXh" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for Surgery."; id = "Surgery"; name = "Surgery"; pixel_x = -8; pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bXf" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{dir = 1},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXg" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5); id_tag = "Surgery"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bXh" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/button/remote/airlock{name = "Surgery"; desc = "A remote control-switch for Surgery."; pixel_x = -8; pixel_y = 24; id = "Surgery"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bXi" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bXj" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bXk" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bXl" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bXm" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/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/white/rough,/area/medical/surgeryprep)
-"bXn" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bXo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXp" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
-"bXq" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
+"bXm" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bXn" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bXo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXp" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
+"bXq" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bXr" = (/obj/effect/floor_decal/corner/blue/three_quarters,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/light_switch{dir = 4; pixel_x = -24},/obj/structure/bed/chair/beige,/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bXs" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/bed/chair/beige,/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bXt" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/random/closet,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bXu" = (/obj/structure/sign/warning/science{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bXv" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Server Room"; req_access = list(30)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
+"bXu" = (/obj/structure/sign/warning/science{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bXv" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Server Room"; req_access = list(30)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
"bXw" = (/turf/simulated/wall,/area/rnd/restroom)
-"bXx" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/cargo)
+"bXx" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/cargo)
"bXy" = (/obj/machinery/status_display,/turf/simulated/wall,/area/rnd/restroom)
-"bXz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/pink,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXA" = (/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/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXB" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXC" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXD" = (/obj/machinery/door/firedoor,/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/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXE" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/medbay{c_tag = "Medbay Fore Hallway"; dir = 1},/obj/effect/floor_decal/corner/pink,/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/pink,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXB" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXC" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXD" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXE" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/medbay{dir = 1; c_tag = "Medbay Fore Hallway"},/obj/effect/floor_decal/corner/pink,/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bXF" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bXG" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"bXG" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"bXH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"bXI" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bXJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"bXJ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"bXK" = (/obj/random/closet,/obj/item/clothing/suit/imperium_monk,/obj/effect/decal/cleanable/cobweb,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"bXL" = (/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"bXM" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bXN" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "research_dock_outer"; locked = 1; name = "Shuttle Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/rnd/docking)
+"bXM" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bXN" = (/obj/machinery/door/airlock/external{name = "Shuttle Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "research_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/rnd/docking)
"bXO" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bXP" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc/critical{dir = 1; name = "north bump"; pixel_y = 24},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bXQ" = (/obj/structure/disposalpipe/segment,/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/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bXP" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc/critical{name = "north bump"; dir = 1; pixel_y = 24},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bXQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bXR" = (/obj/structure/table/rack{dir = 1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/machinery/light{dir = 1},/obj/item/storage/belt/utility,/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bXS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/AI1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bXT" = (/obj/machinery/hologram/holopad,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bXU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/AI2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bXV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bXW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bXX" = (/obj/structure/cable{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/rough,/area/hallway/primary/central_three)
-"bXY" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bXZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bYa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bYb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bYc" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"bYd" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bXS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/AI1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXT" = (/obj/machinery/hologram/holopad,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXU" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/navbeacon/box/AI2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXV" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXX" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bXY" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bXZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bYa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bYb" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/central_two)
+"bYc" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bYd" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bYe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bYf" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bYg" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bYh" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
"bYi" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/space)
-"bYj" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bYj" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bYk" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bYl" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bYm" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
@@ -5300,83 +5309,83 @@
"bYo" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bYp" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bYq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bYr" = (/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/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bYs" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/random/pottedplant,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bYr" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 8},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bYs" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/random/pottedplant,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bYt" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/paper_bin{pixel_y = 6},/obj/item/pen{pixel_y = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bYu" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/flora/pottedplant/small{pixel_y = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bYv" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/book/wiki/research_and_development{pixel_x = 4; pixel_y = 10},/obj/item/book/wiki/excavation{pixel_y = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bYw" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/recharger,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bYx" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bYy" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bYz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bYy" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bYz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bYA" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bYB" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "Research Director's Office"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bYC" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/device/megaphone,/obj/item/stamp/rd,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bYD" = (/obj/machinery/ai_status_display{pixel_x = 32},/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/computer/mecha,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bYE" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bYF" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{id_tag = "Surgery"; name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bYG" = (/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,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bYH" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYE" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bYF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5); id_tag = "Surgery"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYG" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/blue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYH" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bYI" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bYJ" = (/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/door/airlock/glass_medical{name = "Medbay"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/cryo)
-"bYK" = (/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,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bYL" = (/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"bYM" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYL" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"bYM" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"bYN" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/bed/chair/beige,/turf/simulated/floor/tiled/dark,/area/medical/surgeryobs)
"bYO" = (/obj/machinery/vending/cola,/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/central_two)
"bYP" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/central_two)
"bYQ" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bYR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bYR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bYS" = (/turf/simulated/wall/r_wall,/area/server)
"bYT" = (/obj/machinery/r_n_d/server/robotics,/turf/simulated/floor/grid/bluegrid,/area/server)
-"bYU" = (/obj/machinery/power/apc/high{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/camera/network/research{c_tag = "Research - Server Room"},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
+"bYU" = (/obj/machinery/power/apc/high{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/camera/network/research{c_tag = "Research - Server Room"},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
"bYV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/quartermaster/storage)
"bYW" = (/obj/machinery/alarm/server{dir = 4; pixel_x = -24},/obj/machinery/light/small/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/server)
"bYX" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/sleeper)
"bYY" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"bYZ" = (/obj/machinery/constructable_frame/machine_frame,/obj/item/circuitboard/protolathe,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"bZa" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"bZb" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bZa" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"bZb" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bZc" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bZd" = (/obj/structure/table/reinforced,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd,/obj/item/backwear/powered/rpd/loaded,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bZe" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"bZf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research Shuttle Dock South"},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bZg" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bZh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Research Break Room"; req_access = list(47)},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bZi" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bZj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bZk" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/research{c_tag = "Research - Toxins Storage"; dir = 4},/obj/structure/sign/warning/nosmoking_burned{pixel_x = -32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bZl" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/landmark/start/antags/xeno,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"bZg" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bZh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Research Break Room"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(47)},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bZi" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bZj" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bZk" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/research{dir = 4; c_tag = "Research - Toxins Storage"},/obj/structure/sign/warning/nosmoking_burned{pixel_x = -32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
+"bZl" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/landmark/start/antags/xeno,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"bZm" = (/obj/machinery/portable_atmospherics/canister/sleeping_agent,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bZn" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1380; master_tag = "research_dock_airlock"; name = "interior access button"; pixel_x = 25; pixel_y = -25; req_one_access = list(13,65)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
-"bZo" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "research_dock_inner"; locked = 1; name = "Shuttle Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
+"bZn" = (/obj/machinery/access_button{name = "interior access button"; dir = 8; pixel_x = 25; pixel_y = -25; frequency = 1380; command = "cycle_interior"; req_one_access = list(13,65); master_tag = "research_dock_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
+"bZo" = (/obj/machinery/door/airlock/external{name = "Shuttle Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "research_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
"bZp" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/machinery/camera/network/research{c_tag = "Research Shuttle Dock Airlock"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
"bZq" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "research_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
-"bZr" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bZs" = (/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/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/command{name = "Research Director"; req_access = list(30)},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/rd,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bZt" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -23},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bZu" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bZr" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bZs" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/command{name = "Research Director"; req_access = list(30)},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/rd,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bZt" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -23},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bZu" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZv" = (/turf/simulated/wall/r_wall,/area/quartermaster/miningdock)
"bZw" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"bZx" = (/obj/structure/table/standard,/obj/item/folder/yellow,/obj/item/pen,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bZx" = (/obj/structure/table/standard,/obj/item/folder/yellow,/obj/item/pen,/obj/machinery/requests_console{pixel_x = -30; department = "Cargo Bay"; departmentType = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bZy" = (/obj/structure/bed/chair{dir = 8},/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bZz" = (/obj/structure/disposalpipe/segment,/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/rough,/area/quartermaster/miningdock)
+"bZz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bZA" = (/obj/structure/table/rack{dir = 1},/obj/item/pickaxe{pixel_x = 5},/obj/item/shovel{pixel_x = -5},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bZB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/directions/evac{dir = 4; pixel_y = -32; pixel_z = 8},/obj/structure/sign/directions/medical{dir = 4; pixel_y = -32},/obj/structure/sign/directions/engineering{pixel_y = -32; pixel_z = -8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bZD" = (/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bZD" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/sign/custodian{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
-"bZG" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"bZG" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bZH" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bZI" = (/obj/machinery/atmospherics/unary/cryo_cell,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/medical/cryo)
"bZJ" = (/obj/item/wrench,/obj/item/reagent_containers/vessel/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Cryogenics"},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/cryo)
"bZK" = (/obj/item/reagent_containers/vessel/beaker/cryoxadone{pixel_x = -4},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/medical/cryo)
-"bZL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/mining{id_tag = "qmdoor"; name = "Quartermaster"; req_access = list(41)},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bZM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/light_switch{pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bZN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bZO" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
-"bZP" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
+"bZL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/mining{name = "Quartermaster"; req_access = list(41); id_tag = "qmdoor"},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bZM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/light_switch{pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bZN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bZO" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
+"bZP" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZQ" = (/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_three)
"bZR" = (/obj/machinery/door/airlock{name = "Custodial Closet"; req_access = list(26)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/janitor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"bZS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/papershredder,/turf/simulated/floor/tiled/dark,/area/quartermaster/qm)
@@ -5386,34 +5395,34 @@
"bZW" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"bZX" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"bZY" = (/obj/structure/closet/jcloset,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_50"},/turf/simulated/floor/tiled/rough,/area/janitor)
-"bZZ" = (/obj/structure/fireaxecabinet{pixel_x = -30},/obj/structure/table/rack,/obj/item/storage/toolbox/emergency,/obj/item/storage/toolbox/emergency,/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/crowbar,/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"bZZ" = (/obj/structure/fireaxecabinet{pixel_x = -30},/obj/structure/table/rack,/obj/item/storage/toolbox/emergency,/obj/item/storage/toolbox/emergency,/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/crowbar,/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"caa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"cab" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cac" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cad" = (/turf/simulated/wall,/area/medical/cryo)
"cae" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/airlock,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/storage)
-"caf" = (/obj/machinery/door/firedoor,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/cryo)
-"cag" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director RC"; pixel_x = 32},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"cah" = (/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 = 8},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"caf" = (/obj/machinery/door/firedoor,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/cryo)
+"cag" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/requests_console{name = "Research Director RC"; pixel_x = 32; department = "Research Director's Desk"; departmentType = 5; announcementConsole = 1},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"cah" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"cai" = (/turf/simulated/wall,/area/medical/surgery)
-"caj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"cak" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"caj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
+"cak" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cal" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cam" = (/obj/machinery/door/firedoor,/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/white/rough,/area/medical/surgeryprep)
+"cam" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"can" = (/turf/simulated/wall,/area/medical/surgery2)
"cao" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/medbay3)
-"cap" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cap" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
"caq" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/rnd/lab)
"car" = (/turf/simulated/floor/tiled/dark/rough,/area/server)
"cas" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/westleft{name = "Server Room"; opacity = 1; req_access = list(30)},/obj/machinery/door/window/eastleft{name = "Server Room"},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/server)
"cat" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/server)
"cau" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/server)
"cav" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"caw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"cax" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"cay" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
+"caw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
+"cax" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
+"cay" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"caz" = (/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"caA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"caA" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"caB" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/computer/shuttle_control/research,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"caC" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
"caD" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/docking)
@@ -5422,26 +5431,25 @@
"caG" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"caH" = (/turf/simulated/floor/tiled/white,/area/medical/surgery)
"caI" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"caJ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"caJ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"caK" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"caL" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"caM" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"caN" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 1},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"caO" = (/obj/machinery/airlock_sensor{dir = 1; frequency = 1380; id_tag = "research_dock_sensor"; pixel_y = -25},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "admin_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
-"caP" = (/obj/machinery/light/small{dir = 4},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "research_station"; pixel_x = 25; req_one_access = list(13,65); tag_airpump = "research_dock_pump"; tag_chamber_sensor = "research_dock_sensor"; tag_exterior_door = "research_dock_outer"; tag_interior_door = "research_dock_inner"},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
-"caQ" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 1},/obj/machinery/button/holosign{dir = 8; id = "sosurgian1"; pixel_x = 24; pixel_y = 5},/obj/machinery/button/remote/blast_door{dir = 8; id = "surgeryobs"; name = "Operating Theater 1"; pixel_x = 24; pixel_y = -3; req_access = list(45)},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -12},/obj/machinery/light{dir = 4},/obj/machinery/organ_printer/robot/mapped,/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"caO" = (/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "research_dock_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "admin_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
+"caP" = (/obj/machinery/light/small{dir = 4},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 25; frequency = 1380; req_one_access = list(13,65); id_tag = "research_station"; tag_exterior_door = "research_dock_outer"; tag_interior_door = "research_dock_inner"; tag_airpump = "research_dock_pump"; tag_chamber_sensor = "research_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/rnd/docking)
+"caQ" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 1},/obj/machinery/button/holosign{dir = 8; pixel_x = 24; pixel_y = 5; id = "sosurgian1"},/obj/machinery/button/remote/blast_door{name = "Operating Theater 1"; dir = 8; pixel_x = 24; pixel_y = -3; id = "surgeryobs"; req_access = list(45)},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -12},/obj/machinery/light{dir = 4},/obj/machinery/organ_printer/robot/mapped,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"caR" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/rnd/docking)
-"caS" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 8},/obj/machinery/button/holosign{dir = 4; id = "sosurgian2"; pixel_x = -24; pixel_y = 6},/obj/machinery/button/remote/blast_door{dir = 4; id = "surgeryobs2"; name = "Operating Theatre 2"; pixel_x = -24; pixel_y = -3; req_access = list(45)},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -11},/obj/machinery/light{dir = 8},/obj/machinery/organ_printer/robot/mapped,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
+"caS" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 8},/obj/machinery/button/holosign{dir = 4; pixel_x = -24; pixel_y = 6; id = "sosurgian2"},/obj/machinery/button/remote/blast_door{name = "Operating Theatre 2"; dir = 4; pixel_x = -24; pixel_y = -3; id = "surgeryobs2"; req_access = list(45)},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -11},/obj/machinery/light{dir = 8},/obj/machinery/organ_printer/robot/mapped,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"caT" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"caU" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/assembly/robotics)
"caV" = (/turf/simulated/wall,/area/rnd/test_area)
"caW" = (/turf/simulated/wall/r_wall,/area/rnd/test_area)
"caX" = (/obj/structure/sign/warning/bomb_range,/turf/simulated/wall/r_wall,/area/rnd/test_area)
"caY" = (/turf/space,/turf/simulated/shuttle/wall/corner/mining/nw,/area/shuttle/mining/station)
-"caZ" = (/turf/simulated/shuttle/wall/mining{dir = 8; icon_state = "mwall_straight"},/area/shuttle/mining/station)
+"caZ" = (/turf/simulated/shuttle/wall/mining{icon_state = "mwall_straight"; dir = 8},/area/shuttle/mining/station)
"cba" = (/obj/structure/closet/secure_closet/medical_wall{name = "Pill Cabinet"},/obj/item/storage/pill_bottle/dylovene,/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/turf/simulated/wall,/area/medical/storage1)
"cbb" = (/turf/space,/turf/simulated/shuttle/wall/corner/mining/ne,/area/shuttle/mining/station)
-"cbc" = (/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Mining Dock"; dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cbc" = (/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Cargo Mining Dock"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cbd" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cbe" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera/network/exodus{c_tag = "Custodial Closet"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 1},/obj/structure/table/rack,/obj/item/storage/box/lights/bulbs/old,/obj/item/storage/box/lights/mixed/he,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/rough,/area/janitor)
"cbf" = (/obj/machinery/newscaster{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/janitor)
@@ -5452,42 +5460,42 @@
"cbk" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cbl" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cbm" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cbn" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbo" = (/obj/item/stool,/obj/effect/landmark/start/crew/janitor,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 1},/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbp" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbr" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey,/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbn" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbo" = (/obj/item/stool,/obj/effect/landmark/start/crew/janitor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 1},/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbp" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbr" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey,/turf/simulated/floor/tiled/rough,/area/janitor)
"cbt" = (/obj/structure/mopbucket,/obj/item/mop,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/rough,/area/janitor)
"cbu" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cbv" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cbw" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 1},/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbx" = (/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/machinery/requests_console{department = "Janitorial"; departmentType = 1; pixel_y = -29},/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/spray/sterilizine,/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbx" = (/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/machinery/requests_console{pixel_y = -29; department = "Janitorial"; departmentType = 1},/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/spray/sterilizine,/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/janitor)
"cby" = (/obj/effect/floor_decal/corner/beige{dir = 6},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"cbz" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/janitor)
-"cbA" = (/obj/structure/table/standard,/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -8},/obj/item/storage/box/masks{pixel_x = -7; pixel_y = 8},/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/storage/box/beakers{pixel_x = 8; pixel_y = 8},/obj/item/storage/box/syringes{pixel_x = 8; pixel_y = -8},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"cbA" = (/obj/structure/table/standard,/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -8},/obj/item/storage/box/masks{pixel_x = -7; pixel_y = 8},/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/storage/box/beakers{pixel_x = 8; pixel_y = 8},/obj/item/storage/box/syringes{pixel_x = 8; pixel_y = -8},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"cbB" = (/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cbC" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cbD" = (/obj/structure/janitorialcart,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/janitor)
"cbE" = (/obj/item/storage/box/mousetraps,/obj/item/storage/box/mousetraps,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey,/turf/simulated/floor/tiled/rough,/area/janitor)
"cbF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
-"cbG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/rough,/area/janitor)
+"cbG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/rough,/area/janitor)
"cbH" = (/obj/structure/closet/secure_closet/medical2,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/floor_decal/corner/pink/three_quarters{dir = 1},/obj/item/wrench,/obj/machinery/alarm{pixel_y = 24},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cbI" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"cbJ" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Research Break Room"; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"cbK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cbJ" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/door/airlock/glass_research{name = "Research Break Room"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"cbK" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cbL" = (/obj/effect/floor_decal/corner/purple,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cbM" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cbN" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/structure/closet/secure_closet/RD,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"cbO" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/camera/network/medbay{c_tag = "Medbay Pre-Op Room"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cbP" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/bed/chair/comfy/black{dir = 4},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cbQ" = (/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/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cbR" = (/obj/machinery/camera/network/research{c_tag = "Research - RD's Office"; dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"cbO" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Pre-Op Room"},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"cbP" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/bed/chair/comfy/black{dir = 4},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"cbQ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"cbR" = (/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - RD's Office"},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cbS" = (/obj/machinery/photocopier,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cbT" = (/obj/machinery/papershredder,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"cbU" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/random/pottedplant,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"cbV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"cbW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cbV" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"cbW" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"cbX" = (/obj/machinery/r_n_d/server/core,/turf/simulated/floor/grid/bluegrid,/area/server)
"cbY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
"cbZ" = (/obj/machinery/computer/rdservercontrol,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/server)
@@ -5496,19 +5504,19 @@
"ccc" = (/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"ccd" = (/obj/structure/bed/chair/comfy/beige,/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cce" = (/obj/structure/bed/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"ccf" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"ccf" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"ccg" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"cch" = (/obj/structure/iv_drip,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
-"cci" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Restroom"; dir = 4},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"ccj" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light_switch{dir = 8; on = 1; pixel_x = 27},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"cck" = (/obj/machinery/camera/network/research{c_tag = "Research Division Central"; dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cci" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/camera/network/research{dir = 4; c_tag = "Research - Restroom"},/obj/machinery/requests_console{name = "Science Requests Console"; pixel_x = -32; department = "Science"; departmentType = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"ccj" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 27; on = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"cck" = (/obj/machinery/camera/network/research{dir = 4; c_tag = "Research Division Central"},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ccl" = (/obj/effect/floor_decal/corner/purple,/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"ccm" = (/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{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"ccn" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/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/rough,/area/rnd/storage)
+"ccm" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"ccn" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"cco" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"ccp" = (/obj/structure/cable{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/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"ccq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
-"ccr" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"ccp" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"ccq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
+"ccr" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"ccs" = (/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cct" = (/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"ccu" = (/obj/structure/window/plasmareinforced,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
@@ -5516,110 +5524,110 @@
"ccw" = (/turf/simulated/shuttle/wall/mining{icon_state = "mwall_straight"},/area/shuttle/mining/station)
"ccx" = (/obj/structure/table/steel_reinforced,/obj/item/ore/iron,/obj/item/ore/silver,/obj/effect/floor_decal/rust,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
"ccy" = (/obj/machinery/computer/shuttle_control/mining,/obj/effect/floor_decal/rust,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
-"ccz" = (/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -24; pixel_y = -10},/obj/item/modular_computer/telescreen/preset/generic{name = "west bump"; pixel_x = -32},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"ccA" = (/turf/simulated/shuttle/wall/mining{dir = 1; icon_state = "mwall_straight"},/area/shuttle/mining/station)
+"ccz" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -10; on = 1},/obj/item/modular_computer/telescreen/preset/generic{name = "west bump"; pixel_x = -32},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"ccA" = (/turf/simulated/shuttle/wall/mining{icon_state = "mwall_straight"; dir = 1},/area/shuttle/mining/station)
"ccB" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/cryo)
"ccC" = (/obj/machinery/computer/shuttle_control/mining,/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"ccD" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"ccE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"ccF" = (/obj/structure/disposalpipe/segment,/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/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"ccG" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"ccF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"ccG" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"ccH" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/tiled/rough,/area/janitor)
-"ccI" = (/obj/machinery/atmospherics/unary/freezer{dir = 1; icon_state = "freezer"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -24; pixel_y = 7},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/medical/cryo)
+"ccI" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"; dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = 7; on = 1},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/medical/cryo)
"ccJ" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/cryo)
"ccK" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/rough,/area/medical/cryo)
-"ccL" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_three)
-"ccM" = (/obj/machinery/atmospherics/unary/freezer{dir = 1; icon_state = "freezer"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/medbay{c_tag = "Medbay Cryo"; dir = 8},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/medical/cryo)
-"ccN" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"ccO" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"ccP" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_two)
+"ccL" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_three)
+"ccM" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"; dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Cryo"},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/medical/cryo)
+"ccN" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"ccO" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"ccP" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_two)
"ccQ" = (/obj/effect/floor_decal/spline/plain/black{dir = 1},/turf/simulated/wall,/area/hallway/primary/central_two)
"ccR" = (/obj/machinery/vending/cigarette,/obj/effect/floor_decal/spline/plain/black{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/central_two)
"ccS" = (/obj/machinery/light/small{dir = 1},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"ccT" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/camera/network/security{c_tag = "Engineering - Technical Storage"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"ccU" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"ccV" = (/obj/effect/floor_decal/corner/beige{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/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/white/rough,/area/medical/storage2)
-"ccW" = (/obj/machinery/door/firedoor,/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},/obj/machinery/door/airlock/medical{name = "Secondary Storage"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"ccX" = (/obj/effect/floor_decal/corner/pink,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"ccY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"ccZ" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "surgeryobs"; name = "Operating Theatre Privacy Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/surgery)
+"ccT" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/camera/network/security{c_tag = "Engineering - Technical Storage"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"ccU" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"ccV" = (/obj/effect/floor_decal/corner/beige{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"ccW" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/machinery/door/airlock/medical{name = "Secondary Storage"; req_access = list(66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"ccX" = (/obj/effect/floor_decal/corner/pink,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"ccY" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"ccZ" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Operating Theatre Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "surgeryobs"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/surgery)
"cda" = (/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"cdb" = (/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"cdc" = (/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cdd" = (/obj/machinery/door/firedoor,/obj/machinery/holosign/surgery{id = "sosurgian1"},/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/door/airlock/medblack{name = "Operating Theatre 1"; req_access = list(45)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery)
-"cde" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"cde" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"cdf" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cdg" = (/obj/machinery/computer/operating,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cdh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cdi" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/item/roller,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cdj" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/bed/chair/comfy/black{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cdk" = (/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/white/rough,/area/medical/surgeryprep)
+"cdk" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cdl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"cdm" = (/obj/machinery/computer/operating,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"cdn" = (/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
-"cdo" = (/obj/machinery/door/firedoor,/obj/machinery/holosign/surgery{id = "sosurgian1"},/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/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/door/airlock/medblack{name = "Operating Theatre 1"; req_access = list(45)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery)
+"cdo" = (/obj/machinery/door/firedoor,/obj/machinery/holosign/surgery{id = "sosurgian1"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/door/airlock/medblack{name = "Operating Theatre 1"; req_access = list(45)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery)
"cdp" = (/turf/simulated/wall/r_wall,/area/rnd/misc_lab)
-"cdq" = (/obj/machinery/door/firedoor,/obj/machinery/holosign/surgery{id = "sosurgian2"},/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/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/medblack{name = "Operating Theatre 2"; req_access = list(45)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery2)
+"cdq" = (/obj/machinery/door/firedoor,/obj/machinery/holosign/surgery{id = "sosurgian2"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/medblack{name = "Operating Theatre 2"; req_access = list(45)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery2)
"cdr" = (/obj/structure/bed/chair/comfy/beige{dir = 4},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cds" = (/obj/structure/table/glass,/obj/item/disk/design_disk{pixel_x = 6; pixel_y = -6},/obj/item/disk/design_disk{pixel_x = 6; pixel_y = -6},/obj/item/disk/tech_disk{pixel_x = 3; pixel_y = -3},/obj/item/disk/tech_disk{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cdt" = (/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/dice/dp,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cdu" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/server_room{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/server)
-"cdv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
+"cdv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cdw" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cdx" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/newscaster{dir = 1; pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"cdy" = (/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"cdz" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Storage"; req_access = list(8)},/obj/machinery/door/firedoor/border_only,/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/rough,/area/rnd/storage)
+"cdz" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/door/airlock/research{name = "Toxins Storage"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"cdA" = (/obj/structure/closet/emcloset,/obj/item/clothing/head/sombrero,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cdB" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cdC" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"cdD" = (/obj/item/target,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cdE" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"cdF" = (/obj/item/storage/lockbox/vials,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/structure/table/glass,/obj/structure/reagent_dispensers/virusfood{density = 0; pixel_x = -30},/obj/machinery/camera/network/medbay{c_tag = "Virology Port"; dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
+"cdF" = (/obj/item/storage/lockbox/vials,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/structure/table/glass,/obj/structure/reagent_dispensers/virusfood{density = 0; pixel_x = -30},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Port"},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cdG" = (/obj/effect/floor_decal/rust,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
"cdH" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
-"cdI" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virology_airlock_exterior"; locked = 1; name = "Virology Exterior Airlock"; req_access = list(39)},/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,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cdI" = (/obj/machinery/door/airlock/medical{name = "Virology Exterior Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virology_airlock_exterior"; autoclose = 0},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cdJ" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "mining_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
-"cdK" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "mining_dock_airlock"; pixel_x = 25; pixel_y = -5; req_one_access = list(13,48); tag_airpump = "mining_dock_pump"; tag_chamber_sensor = "mining_dock_sensor"; tag_exterior_door = "mining_dock_outer"; tag_interior_door = "mining_dock_inner"},/obj/machinery/airlock_sensor{dir = 8; frequency = 1380; id_tag = "mining_dock_sensor"; pixel_x = 25; pixel_y = 8},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/machinery/light/small/red{dir = 4; pixel_y = 8},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
+"cdK" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 25; pixel_y = -5; frequency = 1380; req_one_access = list(13,48); id_tag = "mining_dock_airlock"; tag_exterior_door = "mining_dock_outer"; tag_interior_door = "mining_dock_inner"; tag_airpump = "mining_dock_pump"; tag_chamber_sensor = "mining_dock_sensor"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 8; frequency = 1380; id_tag = "mining_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/machinery/light/small/red{dir = 4; pixel_y = 8},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
"cdL" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cdM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/camera/network/exodus{c_tag = "Primary Hallway Aft"; dir = 8},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cdM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/camera/network/exodus{dir = 8; c_tag = "Primary Hallway Aft"},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cdN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cdO" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cdP" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cdQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cdR" = (/obj/structure/disposalpipe/segment,/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,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cdQ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cdR" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cdS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cdT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/random/closet,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cdU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/random/closet,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cdV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cdV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cdW" = (/turf/simulated/wall,/area/maintenance/cargo)
"cdX" = (/turf/simulated/wall,/area/storage/tech)
"cdY" = (/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/device/flash,/obj/item/device/flash,/obj/machinery/ai_status_display{pixel_x = -32},/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cdZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"cdZ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cea" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"ceb" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/unary_atmos/heater,/obj/item/circuitboard/unary_atmos/cooler{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cec" = (/obj/structure/table/rack{dir = 8},/obj/item/stock_parts/manipulator,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"ced" = (/obj/machinery/vending/assist,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cee" = (/turf/simulated/wall,/area/hallway/primary/aft)
-"cef" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"ceg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cef" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"ceg" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"ceh" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cei" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cej" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "surgeryobs2"; name = "Operating Theatre Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/medical/surgery2)
+"cei" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cej" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Operating Theatre Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "surgeryobs2"},/turf/simulated/floor/plating,/area/medical/surgery2)
"cek" = (/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/yellow,/obj/machinery/door/firedoor/border_only,/obj/structure/sign/engineering{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cel" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
-"cem" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
+"cem" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/aft)
"cen" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/yellow/full,/obj/machinery/vending/wallmed1{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"ceo" = (/obj/structure/closet/wardrobe/engineering_yellow,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"cep" = (/obj/machinery/navbeacon/delivery/Janitor,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/janitor)
"ceq" = (/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cer" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cer" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
"ces" = (/turf/simulated/wall,/area/maintenance/engineering)
"cet" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/clothing/accessory/stethoscope,/obj/item/clothing/accessory/stethoscope,/obj/item/clothing/accessory/stethoscope,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/item/device/flashlight/pen,/obj/item/device/flashlight/pen,/obj/item/device/flashlight/pen,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"ceu" = (/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"cev" = (/obj/structure/table/rack,/obj/item/rig/medical/equipped,/obj/effect/floor_decal/corner/beige{dir = 6},/obj/structure/disposalpipe/segment,/obj/item/defibrillator/compact/loaded,/obj/item/defibrillator/compact/loaded,/obj/machinery/light_switch{dir = 8; on = 1; pixel_x = 25; pixel_y = 3},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"cev" = (/obj/structure/table/rack,/obj/item/rig/medical/equipped,/obj/effect/floor_decal/corner/beige{dir = 6},/obj/structure/disposalpipe/segment,/obj/item/defibrillator/compact/loaded,/obj/item/defibrillator/compact/loaded,/obj/machinery/light_switch{dir = 8; pixel_x = 25; pixel_y = 3; on = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"cew" = (/obj/structure/table/standard,/obj/item/storage/box/syringegun,/obj/effect/floor_decal/corner/beige/three_quarters,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/gun/launcher/syringe,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"cex" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"cey" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"cex" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"cey" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"cez" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/medical/cryo)
"ceA" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"ceB" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
@@ -5628,49 +5636,49 @@
"ceE" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"ceF" = (/obj/machinery/door/airlock/glass{name = "Garden"},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/lime{dir = 6},/obj/machinery/navbeacon/wayfinding/hydro,/turf/simulated/floor/tiled/rough,/area/hydroponics/garden)
"ceG" = (/obj/structure/table/standard,/obj/random/medical,/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"ceH" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/network/medbay{c_tag = "Medbay Operating Theatre 1"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"ceH" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Operating Theatre 1"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"ceI" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"ceJ" = (/obj/machinery/optable,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"ceK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/gas_stand/anesthetic,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
-"ceL" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/camera/network/medbay{c_tag = "Medbay Operating Theatre 2"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
+"ceL" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Operating Theatre 2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"ceM" = (/obj/structure/table/standard,/obj/random/medical,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"ceN" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/item/roller,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"ceO" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"ceP" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"ceO" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"ceP" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"ceQ" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/noticeboard{pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"ceR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"ceR" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ceS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/gas_stand/anesthetic,/obj/effect/floor_decal/spline/plain/grey{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"ceT" = (/obj/machinery/optable,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"ceU" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
-"ceV" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"ceV" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ceW" = (/obj/machinery/portable_atmospherics/canister,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"ceX" = (/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"ceY" = (/obj/machinery/camera/network/research{c_tag = "Research - Miscellaneous Test Chamber"; network = list("Research","Miscellaneous Reseach")},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"ceY" = (/obj/machinery/camera/network/research{network = list("Research","Miscellaneous Reseach"); c_tag = "Research - Miscellaneous Test Chamber"},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"ceZ" = (/obj/structure/table/standard,/obj/item/device/assembly/igniter,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"cfa" = (/obj/structure/table/standard,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"cfb" = (/obj/structure/bed/chair/comfy/beige{dir = 4},/obj/effect/landmark/start/crew/rd,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"cfc" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = 22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cfc" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{name = "Virology Access Button"; pixel_x = 8; pixel_y = 22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virology_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cfd" = (/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/reagent_containers/vessel/mug/heart{pixel_y = -4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cfe" = (/obj/structure/bed/chair/comfy/beige{dir = 8},/obj/effect/landmark/start/crew/xenobiologist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"cff" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
-"cfg" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "cmooffice"; name = "CMO Office Privacy Shutters"; opacity = 0},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
+"cff" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"cfg" = (/obj/machinery/door/blast/shutters{name = "CMO Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "cmooffice"},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
"cfh" = (/obj/structure/closet/secure_closet/scientist,/obj/item/tank/air,/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cfi" = (/obj/structure/closet/secure_closet/scientist,/obj/item/tank/air,/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cfj" = (/obj/structure/closet/bombcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cfk" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cfk" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cfl" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cfm" = (/obj/structure/sign/warning/compressed_gas{pixel_y = 32},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cfn" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"cfo" = (/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"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cfp" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cfo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cfp" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfq" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfr" = (/obj/structure/table/standard,/obj/item/device/transfer_valve{pixel_x = 5; pixel_y = 3},/obj/item/device/transfer_valve,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cfs" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/assembly/signaler{pixel_x = 5; pixel_y = 2},/obj/item/device/assembly/signaler,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = 30},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab East"; network = list("Research","Miscellaneous Reseach")},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cfs" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/assembly/signaler{pixel_x = 5; pixel_y = 2},/obj/item/device/assembly/signaler,/obj/machinery/requests_console{name = "Science Requests Console"; pixel_y = 30; department = "Science"; departmentType = 2},/obj/machinery/camera/network/research{network = list("Research","Miscellaneous Reseach"); c_tag = "Research - Toxins Lab East"},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cft" = (/obj/structure/table/standard,/obj/machinery/light{dir = 1},/obj/item/device/assembly/timer{pixel_x = 5; pixel_y = 4},/obj/item/device/assembly/timer,/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfu" = (/obj/machinery/vending/plasmaresearch,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfv" = (/obj/structure/dispenser,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfw" = (/obj/structure/table/rack,/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 7},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cfx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/rnd/mixing)
+"cfx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/rnd/mixing)
"cfy" = (/turf/simulated/wall,/area/rnd/mixing)
"cfz" = (/obj/structure/sign/warning/bomb_range,/turf/simulated/wall,/area/rnd/test_area)
"cfA" = (/obj/machinery/door/airlock/external{name = "Toxins Test Chamber"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
@@ -5680,19 +5688,19 @@
"cfE" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cfF" = (/obj/effect/floor_decal/rust,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
"cfG" = (/obj/effect/shuttle_landmark/mining/station,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
-"cfH" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "mining_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/shuttle/mining/station)
-"cfI" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "mining_dock_outer"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1380; master_tag = "mining_dock_airlock"; name = "exterior access button"; pixel_x = -5; pixel_y = 25; req_one_access = list(13,48)},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
+"cfH" = (/obj/machinery/door/airlock/external{name = "Shuttle Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "mining_shuttle_hatch"},/turf/simulated/floor/plating/rough,/area/shuttle/mining/station)
+"cfI" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "mining_dock_outer"},/obj/machinery/shield_diffuser,/obj/machinery/access_button{name = "exterior access button"; dir = 8; pixel_x = -5; pixel_y = 25; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13,48); master_tag = "mining_dock_airlock"},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
"cfJ" = (/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
"cfK" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
-"cfL" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "mining_dock_inner"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
-"cfM" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1380; master_tag = "mining_dock_airlock"; name = "interior access button"; pixel_x = -25; pixel_y = 25; req_one_access = list(13,48)},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/caution/yellow{dir = 4; pixel_x = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cfL" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "mining_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
+"cfM" = (/obj/machinery/access_button{name = "interior access button"; dir = 4; pixel_x = -25; pixel_y = 25; frequency = 1380; command = "cycle_interior"; req_one_access = list(13,48); master_tag = "mining_dock_airlock"},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/caution/yellow{dir = 4; pixel_x = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cfN" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cfO" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cfP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cfQ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cfR" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cfS" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cfT" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cfS" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cfT" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cfU" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/structure/sign/warning/airlock{pixel_y = -32},/turf/simulated/floor/plating,/area/rnd/docking)
"cfV" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cfW" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/server_room{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/server)
@@ -5701,65 +5709,65 @@
"cfZ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cga" = (/obj/machinery/camera/network/security{c_tag = "Engineering - Secure Technical Storage"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cgb" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cgc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"cgc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cgd" = (/obj/structure/closet/wardrobe/atmospherics_yellow,/obj/effect/floor_decal/corner/yellow/full,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"cge" = (/obj/machinery/atm{pixel_y = 28},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cgf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cgg" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cgg" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cgh" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cgi" = (/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cgj" = (/obj/machinery/door/airlock/engineering{name = "Engineering Supplies"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"cgk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light_switch{dir = 4; name = "light switch "; pixel_x = -24; pixel_y = 24},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
+"cgk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light_switch{name = "light switch "; dir = 4; pixel_x = -24; pixel_y = 24},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"cgl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"cgm" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"cgn" = (/turf/simulated/wall,/area/janitor)
"cgo" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cgp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cgp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cgq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cgr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cgs" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cgt" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/random/tech_supply,/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cgu" = (/obj/structure/table/standard,/obj/item/cell/high{layer = 4; pixel_x = -5; pixel_y = 12},/obj/item/cell/high{layer = 4; pixel_x = 5; pixel_y = 9},/obj/machinery/cell_charger{pixel_y = 5},/obj/item/screwdriver{layer = 4; pixel_y = 4},/obj/effect/floor_decal/corner/beige{dir = 10},/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"cgv" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/machinery/camera/network/medbay{c_tag = "Medbay Secondary Storage"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"cgv" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Secondary Storage"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"cgw" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/structure/sign/warning/docking_area,/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"cgx" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"cgy" = (/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
"cgz" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/cryo)
-"cgA" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
+"cgA" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay3)
"cgB" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/item/modular_computer/telescreen/preset/medical{name = "telescreen"; pixel_x = -32},/obj/effect/floor_decal/corner/pink/three_quarters,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"cgC" = (/obj/structure/table/standard,/obj/item/stack/material/steel,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"cgD" = (/obj/effect/floor_decal/spline/plain/grey,/obj/effect/floor_decal/spline/plain/grey{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cgE" = (/obj/effect/floor_decal/spline/plain/grey,/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cgF" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/spline/plain/grey,/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"cgG" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"cgH" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
+"cgH" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cgI" = (/obj/structure/table/standard,/obj/item/device/radio/phone/medbay{name = "surgery emergency phone"},/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cgJ" = (/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cgK" = (/obj/structure/table/standard,/obj/item/bodybag/cryobag,/obj/random/medical,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"cgL" = (/obj/effect/floor_decal/spline/plain/grey,/obj/effect/floor_decal/spline/plain/grey{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"cgM" = (/obj/effect/floor_decal/spline/plain/grey,/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
"cgN" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/spline/plain/grey,/turf/simulated/floor/tiled/freezer,/area/medical/surgery2)
-"cgO" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_y = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/pink/three_quarters{dir = 4},/obj/item/reagent_containers/spray/sterilizine,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"cgP" = (/obj/machinery/sparker{id = "Xenobio"; pixel_x = -25},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; frequency = 1441; use_power = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"cgO" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_y = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/pink/three_quarters{dir = 4},/obj/item/reagent_containers/spray/sterilizine,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"cgP" = (/obj/machinery/sparker{pixel_x = -25; id = "Xenobio"},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; frequency = 1441; use_power = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"cgQ" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"cgR" = (/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"cgS" = (/obj/structure/table/standard,/obj/item/stack/cable_coil,/obj/item/device/multitool,/obj/machinery/cell_charger,/obj/machinery/light{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"cgT" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_y = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/pink/three_quarters,/obj/item/reagent_containers/spray/sterilizine,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
+"cgT" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_y = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/pink/three_quarters,/obj/item/reagent_containers/spray/sterilizine,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cgU" = (/obj/structure/table/glass,/obj/item/folder{pixel_x = 6; pixel_y = 6},/obj/item/pen/multi{pixel_x = 6; pixel_y = 6},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cgV" = (/obj/structure/table/standard,/obj/item/bodybag/cryobag,/obj/random/medical,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cgW" = (/obj/structure/table/standard,/obj/item/stack/material/steel,/turf/simulated/floor/tiled/white,/area/medical/surgery2)
-"cgX" = (/obj/machinery/shieldwallgen{anchored = 1; req_access = list(47)},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/misc_lab)
-"cgY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Toxins Lab"; req_access = list(8)},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cgZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cha" = (/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/white/rough,/area/rnd/research)
-"chb" = (/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 = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"chc" = (/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/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Toxins Lab"; req_access = list(8)},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"chd" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"che" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 5; tag_south = 2; tag_west = 6; use_power = 0},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cgX" = (/obj/machinery/shieldwallgen{req_access = list(47); anchored = 1},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/misc_lab)
+"cgY" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Toxins Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(8)},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cgZ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cha" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"chb" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"chc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Toxins Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(8)},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"chd" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"che" = (/obj/machinery/atmospherics/omni/filter{use_power = 0; tag_north = 5; tag_south = 2; tag_east = 1; tag_west = 6},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"chf" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"chg" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"chh" = (/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/white/rough,/area/rnd/mixing)
-"chi" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"chh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"chi" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"chj" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"chk" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/wrench,/obj/item/clothing/glasses/welding,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"chl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/bed/chair/office/light{dir = 8},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
@@ -5767,89 +5775,88 @@
"chn" = (/obj/machinery/atmospherics/binary/pump{dir = 4},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cho" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"chp" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"chq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 8},/obj/structure/sign/warning/nosmoking_1{pixel_x = -26},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"chq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/small{dir = 8},/obj/structure/sign/warning/nosmoking_1{pixel_x = -26},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"chr" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"chs" = (/obj/machinery/light{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"cht" = (/obj/machinery/button/remote/driver{id = "toxinsdriver"; pixel_y = 24},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Launch Room"},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cht" = (/obj/machinery/button/remote/driver{pixel_y = 24; id = "toxinsdriver"},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Launch Room"},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"chu" = (/obj/structure/bed/chair/purp{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"chv" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Tech Storage"; req_access = list(19,23)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"chv" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Tech Storage"; req_access = list(19,23)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"chw" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"chx" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"chy" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/shuttle/pod,/area/shuttle/mining/station)
"chz" = (/obj/item/ore/silver,/obj/item/ore/silver,/obj/item/ore/iron,/obj/structure/closet/crate,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "mining_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
-"chA" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Mining Dock Airlock"; dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
+"chA" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Cargo Mining Dock Airlock"},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating/rough,/area/quartermaster/miningdock)
"chB" = (/obj/structure/sign/warning/airlock,/turf/simulated/wall,/area/quartermaster/miningdock)
"chC" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"chD" = (/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"chE" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"chF" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"chF" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"chG" = (/obj/machinery/door/airlock/maintenance{name = "Mining Maintenance"; req_access = list(48)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"chH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"chI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/cargo)
"chJ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"chK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/cargo)
"chL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/binary/passive_gate/on,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"chM" = (/obj/structure/disposalpipe/sortjunction{dir = 8; name = "HoP Office"; sortType = "HoP Office"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"chN" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chM" = (/obj/structure/disposalpipe/sortjunction{name = "HoP Office"; dir = 8; sortType = "HoP Office"},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chN" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
"chO" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/rnd/research)
"chP" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/borgupload{pixel_x = -1; pixel_y = 1},/obj/item/circuitboard/aiupload{pixel_x = 2; pixel_y = -2},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"chQ" = (/obj/effect/landmark/start/antags/xeno,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"chQ" = (/obj/effect/landmark/start/antags/xeno,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"chR" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/storage/tech)
"chS" = (/obj/item/aicard,/obj/item/aiModule/reset,/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"chT" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/rdconsole,/obj/item/circuitboard/destructive_analyzer,/obj/item/circuitboard/protolathe,/obj/item/circuitboard/rdserver{pixel_x = 3; pixel_y = -3},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/circuitboard/autolathe{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"chT" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/rdconsole,/obj/item/circuitboard/destructive_analyzer,/obj/item/circuitboard/protolathe,/obj/item/circuitboard/rdserver{pixel_x = 3; pixel_y = -3},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/circuitboard/autolathe{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"chU" = (/obj/structure/table/rack{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/circuitboard/shield_diffuser,/obj/item/circuitboard/shield_diffuser,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"chV" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/arcade/battle,/obj/item/circuitboard/arcade/orion_trail,/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"chW" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"chW" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"chX" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/engi_wash)
"chY" = (/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
-"chZ" = (/obj/structure/disposalpipe/segment{dir = 4},/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/corner/yellow{dir = 8},/obj/machinery/navbeacon/wayfinding/ce,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cia" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cib" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"chZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/navbeacon/wayfinding/ce,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cia" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cib" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cic" = (/obj/structure/disposalpipe/sortjunction{name = "CE Office"; sortType = "CE Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cid" = (/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cie" = (/obj/item/stool/padded,/obj/effect/landmark/start/crew/cmo,/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
"cif" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cig" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cih" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cii" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/meter,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cih" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cij" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cik" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cik" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cil" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/closet/secure_closet/medical3,/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"cim" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cin" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/crew{pixel_x = -1; pixel_y = 1},/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/circuitboard/message_monitor{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"cin" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/crew{pixel_x = -1; pixel_y = 1},/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/circuitboard/message_monitor{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cio" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/item/modular_computer/telescreen/preset/medical{name = "telescreen"; pixel_x = 32},/obj/effect/floor_decal/corner/pink/three_quarters{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2)
"cip" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/random/pottedplant,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"ciq" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"ciq" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cir" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Break Room"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cis" = (/obj/item/stool/padded,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/landmark/start/crew/cmo,/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
"cit" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ciu" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/door/airlock/multi_tile/glass/medbay{name = "Medbay Aft"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"ciu" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/door/airlock/multi_tile/glass/medbay{name = "Medbay Aft"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"civ" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ciw" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/door/airlock/multi_tile/glass/medbay{name = "Medbay Aft"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cix" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cix" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ciy" = (/obj/effect/floor_decal/corner/purple,/obj/machinery/light{dir = 4},/obj/structure/sign/science_2{pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ciz" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ciA" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/blue/diagonal,/obj/structure/table/standard,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/storage/box/masks{pixel_x = 8; pixel_y = -4},/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"ciB" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
"ciC" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/structure/closet/wardrobe/medic_white,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"ciD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"ciD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"ciE" = (/obj/machinery/space_heater,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"ciF" = (/obj/machinery/hologram/holopad,/obj/machinery/newscaster{pixel_y = -32},/turf/simulated/floor/trim/wood,/area/iaoffice)
-"ciG" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "eng_eva_airlock"; name = "interior access button"; pixel_y = 25; req_access = list(13)},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"ciH" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"ciG" = (/obj/machinery/access_button{name = "interior access button"; pixel_y = 25; frequency = 1379; req_access = list(13); command = "cycle_interior"; master_tag = "eng_eva_airlock"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"ciH" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"ciI" = (/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"ciJ" = (/obj/structure/bed/chair/comfy/teal{dir = 4},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ciK" = (/obj/structure/bed/chair/comfy/beige{dir = 1},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"ciL" = (/obj/structure/bed/chair/comfy/beige{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/landmark/start/crew/xenobiologist,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"ciM" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; initialize_directions = 4; use_power = 1; volume_rate = 500},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
+"ciM" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; use_power = 1; volume_rate = 500; initialize_directions = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
"ciN" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ciO" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/machinery/light,/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = -32},/obj/machinery/vending/wallmed1{pixel_x = 7; pixel_y = -32},/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"ciP" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab Checkpoint"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"ciQ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light_switch{pixel_x = -28; pixel_y = 7},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"ciP" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/camera/network/research{dir = 8; c_tag = "Research - Toxins Lab Checkpoint"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"ciQ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light_switch{pixel_x = -28; pixel_y = 7},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ciR" = (/obj/machinery/atmospherics/binary/pump{name = "Pump to waste"},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ciS" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ciT" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/universal,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"ciU" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"ciU" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ciV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ciW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ciX" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/visible{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
@@ -5858,46 +5865,46 @@
"cja" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cjb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cjc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cjd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Launch Room Access"; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cje" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cjd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/door/airlock/research{name = "Toxins Launch Room Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cje" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cjf" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"cjg" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Launch Room"; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cjg" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cjh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cji" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cjj" = (/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cjk" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cjl" = (/obj/structure/window/reinforced,/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cjm" = (/obj/structure/shuttle/engine/heater{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating/rough/airless,/area/shuttle/research/station)
-"cjn" = (/obj/structure/disposalpipe/sortjunction{dir = 8; name = "QM Office"; sortType = "QM Office"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cjn" = (/obj/structure/disposalpipe/sortjunction{name = "QM Office"; dir = 8; sortType = "QM Office"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cjo" = (/obj/machinery/status_display{pixel_x = -32},/obj/effect/floor_decal/corner/brown/three_quarters,/obj/machinery/equipment_vendor,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cjp" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/machinery/light/small{dir = 8},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cjq" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cjr" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cjs" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cjt" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ladder,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cju" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cjv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
-"cjw" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cjx" = (/obj/machinery/door/airlock/engineering{name = "Tech Storage"; req_access = list(23)},/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/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/techstorage,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/aft)
+"cju" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cjv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"cjw" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"cjx" = (/obj/machinery/door/airlock/engineering{name = "Tech Storage"; req_access = list(23)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/techstorage,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/aft)
"cjy" = (/obj/machinery/light_switch{dir = 8; pixel_x = 27},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cjz" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cjA" = (/obj/machinery/light/small{dir = 4},/obj/machinery/requests_console{department = "Tech storage"; pixel_x = 28},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"cjA" = (/obj/machinery/light/small{dir = 4},/obj/machinery/requests_console{pixel_x = 28; department = "Tech storage"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cjB" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cjC" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/robotics{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/mecha_control{pixel_x = 1; pixel_y = -1},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cjD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
-"cjE" = (/obj/item/stool/padded,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/start/crew/cmo,/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
-"cjF" = (/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/rough,/area/medical/patient_wing/garden)
+"cjD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"cjE" = (/obj/item/stool/padded,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/start/crew/cmo,/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
+"cjF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
"cjG" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cjH" = (/obj/machinery/door/airlock/maintenance{name = "Custodial Maintenance"; req_access = list(26)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/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,/turf/simulated/floor/plating,/area/janitor)
-"cjI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cjJ" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cjH" = (/obj/machinery/door/airlock/maintenance{name = "Custodial Maintenance"; req_access = list(26)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/janitor)
+"cjI" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cjJ" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cjK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cjL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cjM" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cjN" = (/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/plating{base_icon_state = "old_plating"; icon_state = "old_plating"},/area/shuttle/mining/station)
+"cjN" = (/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/plating{icon_state = "old_plating"; base_icon_state = "old_plating"},/area/shuttle/mining/station)
"cjO" = (/obj/machinery/camera/network/medbay{c_tag = "Medbay Lounge"},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cjP" = (/obj/structure/sign/warning/nosmoking_1,/turf/simulated/wall,/area/medical/cryo)
-"cjQ" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "engineering_shuttle"; pixel_y = 25; req_one_access = list(13,11,24); tag_door = "engineering_shuttle_hatch"},/obj/machinery/light{dir = 1},/obj/structure/catwalk,/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
+"cjQ" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{pixel_y = 25; frequency = 1380; req_one_access = list(13,11,24); id_tag = "engineering_shuttle"; tag_door = "engineering_shuttle_hatch"},/obj/machinery/light{dir = 1},/obj/structure/catwalk,/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cjR" = (/obj/machinery/computer/station_alert/engineering,/obj/structure/catwalk,/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cjS" = (/obj/structure/bed/chair/comfy/teal{dir = 8},/obj/effect/landmark/start/crew/doctor,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cjT" = (/obj/structure/sign/warning/nosmoking_1,/turf/simulated/wall,/area/medical/surgery)
@@ -5907,13 +5914,13 @@
"cjX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cjY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"cjZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"cka" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cka" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ckb" = (/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ckc" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ckd" = (/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cke" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/obj/structure/bed/roller,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"ckf" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"ckg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"ckf" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"ckg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ckh" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cki" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/binary/pump{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ckj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/tvalve{dir = 8; initialize_directions = 13},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
@@ -5922,8 +5929,8 @@
"ckm" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"ckn" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cko" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"ckp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/sign/warning/secure_area{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"ckq" = (/obj/machinery/camera/network/research{c_tag = "Research - Toxins Launch Room Access"; dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"ckp" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/sign/warning/secure_area{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"ckq" = (/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Toxins Launch Room Access"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ckr" = (/obj/machinery/disposal,/obj/structure/sign/warning/airlock{pixel_x = -32},/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cks" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"ckt" = (/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
@@ -5934,11 +5941,11 @@
"cky" = (/turf/space,/turf/simulated/shuttle/wall/corner/mining/se,/area/shuttle/mining/station)
"ckz" = (/obj/item/modular_computer/console/preset/engineering,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"ckA" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ckB" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ckC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ckD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ckE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ckF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ckB" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ckC" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ckD" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ckE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ckF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
"ckG" = (/obj/item/screwdriver{pixel_y = 16},/obj/item/wirecutters,/obj/structure/table/steel,/obj/item/crowbar/brace_jack,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"ckH" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/storage/tech)
"ckI" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/sleeper{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/sleeper{pixel_x = 1; pixel_y = -1},/obj/item/circuitboard/biogenerator{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
@@ -5946,22 +5953,22 @@
"ckK" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/powermonitor{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/stationalert{pixel_x = 1; pixel_y = -1},/obj/item/circuitboard/atmos_alert{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"ckL" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"ckM" = (/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/structure/table/steel,/obj/item/device/healthanalyzer,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"ckN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"ckO" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Engineering Break Room"; sortType = "Engineering Break Room"},/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/rough,/area/hallway/primary/englobby)
-"ckP" = (/obj/structure/disposalpipe/segment{dir = 4},/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,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"ckQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/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/border_only,/turf/simulated/floor/plating,/area/hallway/primary/aft)
-"ckR" = (/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/plating,/area/maintenance/engineering)
-"ckS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckN" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"ckO" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Engineering Break Room"; dir = 2; sortType = "Engineering Break Room"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"ckP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"ckQ" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/aft)
+"ckR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"ckT" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ckU" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ckV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ckW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ckX" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckU" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckV" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckX" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
"ckY" = (/turf/simulated/wall,/area/medical/medbay4)
"ckZ" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/structure/bed/roller,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cla" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"clb" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"clc" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"clc" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cld" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cle" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"clf" = (/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
@@ -5969,45 +5976,45 @@
"clh" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/sign/eyetest{pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cli" = (/obj/machinery/light,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/vending/coffee,/obj/machinery/ai_status_display{pixel_y = -32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"clj" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/sign/warning/smoking{pixel_y = -32},/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"clk" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"clk" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"cll" = (/obj/machinery/light,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -28},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/vending/snack,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"clm" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"cln" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/machinery/vending/wallmed1{pixel_x = -39},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"clo" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"clp" = (/turf/simulated/wall,/area/medical/medbay2)
"clq" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 27},/obj/item/clothing/mask/gas/clear,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"clr" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"clr" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
"cls" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Medical Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"clt" = (/turf/simulated/wall,/area/maintenance/substation/medical)
"clu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"clv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"clw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"clv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"clw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"clx" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cly" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/rnd/mixing)
-"clz" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/machinery/door/window/southleft{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/southleft{dir = 1; name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"clA" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/machinery/door/window/southright{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/southright{dir = 1; name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"clB" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"clz" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/machinery/door/window/southleft{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/southleft{name = "Test Chamber"; dir = 1; req_one_access = list(7,8,29,55)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"clA" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/machinery/door/window/southright{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/southright{name = "Test Chamber"; dir = 1; req_one_access = list(7,8,29,55)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"clB" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
"clC" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/bed/chair/purp{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"clD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Virology Access"; req_access = list(5)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"clD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Virology Access"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(5)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"clE" = (/obj/machinery/camera/network/medbay{c_tag = "Virology Access Fore"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"clF" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"clG" = (/obj/structure/table/reinforced,/obj/machinery/button/ignition{id = "Xenobio"; pixel_x = -6; pixel_y = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/button/remote/blast_door{id = "misclab"; name = "Test Chamber Blast Doors"; pixel_x = 5; pixel_y = 4; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"clH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"clF" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"clG" = (/obj/structure/table/reinforced,/obj/machinery/button/ignition{pixel_x = -6; pixel_y = 4; id = "Xenobio"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/button/remote/blast_door{name = "Test Chamber Blast Doors"; pixel_x = 5; pixel_y = 4; id = "misclab"; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"clH" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"clI" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"clJ" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/red,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"clK" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"clL" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"clM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"clN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/sign/warning/nosmoking_2{pixel_x = -32; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"clO" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"clP" = (/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/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"clN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/sign/warning/nosmoking_2{pixel_x = -32; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"clO" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"clP" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"clQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/wall/r_wall,/area/rnd/mixing)
"clR" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/wall/r_wall,/area/rnd/mixing)
"clS" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/wall/r_wall,/area/rnd/mixing)
"clT" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"clU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/rnd/mixing)
+"clU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/rnd/mixing)
"clV" = (/obj/structure/disposaloutlet,/obj/structure/window/reinforced{dir = 1},/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating/airless,/area/rnd/mixing)
-"clW" = (/obj/machinery/door/window/southright{name = "Toxins Launcher"; req_access = list(8)},/obj/machinery/door/window/southright{dir = 1; name = "Toxins Launcher"; req_access = list(8)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/rnd/mixing)
+"clW" = (/obj/machinery/door/window/southright{name = "Toxins Launcher"; req_access = list(8)},/obj/machinery/door/window/southright{name = "Toxins Launcher"; dir = 1; req_access = list(8)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/rnd/mixing)
"clX" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"clY" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"clZ" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
@@ -6019,12 +6026,12 @@
"cmf" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cmg" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cmh" = (/obj/effect/decal/cleanable/blood/oil,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cmi" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
-"cmj" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cmi" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"cmj" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cmk" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/papershredder,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cml" = (/obj/machinery/cell_charger{pixel_y = 5},/obj/item/device/multitool,/obj/machinery/status_display{pixel_x = -32},/obj/structure/table/steel,/obj/item/device/analyzer/plant_analyzer,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"cmm" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass_engineering{name = "Engineering Break Room"; req_one_access = list(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/rough,/area/engineering/break_room)
-"cmn" = (/obj/item/stool/padded,/obj/effect/landmark/start/crew/cmo,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
+"cmm" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass_engineering{name = "Engineering Break Room"; req_one_access = list(10)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
+"cmn" = (/obj/item/stool/padded,/obj/effect/landmark/start/crew/cmo,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/medical/patient_wing/garden)
"cmo" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cmp" = (/turf/simulated/wall,/area/engineering/break_room)
"cmq" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
@@ -6033,38 +6040,38 @@
"cmt" = (/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cmu" = (/obj/machinery/navbeacon/delivery/Medbay,/obj/structure/plasticflaps{opacity = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cmv" = (/obj/machinery/door/window/eastleft{name = "Medical Delivery"; req_access = list(5)},/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/medical/medbay4)
-"cmw" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cmx" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/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{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cmw" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cmx" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmz" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmA" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cmD" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/junction{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cmE" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/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,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cmF" = (/obj/structure/sign/goldenplaque{desc = "In memory of Fin De Siecle. Professional medic, leader and axeman."; name = "The Most Robust Doctor 2562"; pixel_y = -32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cmG" = (/obj/effect/floor_decal/corner/paleblue,/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/white/rough,/area/medical/medbay2)
+"cmD" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/junction{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cmE" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cmF" = (/obj/structure/sign/goldenplaque{name = "The Most Robust Doctor 2562"; desc = "In memory of Fin De Siecle. Professional medic, leader and axeman."; pixel_y = -32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cmG" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/medical/medbay2)
"cmH" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/camera/network/medbay{c_tag = "Medbay Starboard 1"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cmI" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cmJ" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"cmJ" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cmK" = (/obj/effect/floor_decal/corner/paleblue,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cmL" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Break Room"; req_access = list(47)},/obj/effect/floor_decal/corner/purple/diagonal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"cmM" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"cmN" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"cmO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Medbay Substation"; req_one_access = list(11,24,5)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"cmP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cmQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cmR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cmS" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/table/reinforced,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cmT" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cmL" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{name = "Research Break Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/obj/effect/floor_decal/corner/purple/diagonal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"cmM" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"cmN" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"cmO" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Medbay Substation"; req_one_access = list(11,24,5)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"cmP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cmQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cmR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cmS" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/table/reinforced,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cmT" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"cmU" = (/obj/machinery/atmospherics/pipe/tank/oxygen{volume = 3200},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cmV" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/shuttle_landmark/engie/station,/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
-"cmW" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
-"cmX" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/camera/network/research{c_tag = "Research Division South"; dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cmY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cmZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cmW" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
+"cmX" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/camera/network/research{dir = 4; c_tag = "Research Division South"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cmY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cmZ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cna" = (/obj/effect/floor_decal/corner/purple,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cnb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Aft West"; dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cnb" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{dir = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Aft West"},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cnc" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cnd" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cne" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/meter,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
@@ -6073,32 +6080,32 @@
"cnh" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cni" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cnj" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/meter{layer = 2; pixel_x = 6},/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"cnk" = (/obj/machinery/airlock_sensor{id_tag = "tox_airlock_sensor"; master_tag = "tox_airlock_control"; pixel_y = 24},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"cnk" = (/obj/machinery/airlock_sensor{pixel_y = 24; id_tag = "tox_airlock_sensor"; master_tag = "tox_airlock_control"},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"cnl" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"cnm" = (/obj/machinery/sparker{dir = 4; id = "mixingsparker"; pixel_x = -25},/obj/machinery/atmospherics/unary/outlet_injector{dir = 8; frequency = 1443; id = "air_in"; use_power = 1; volume_rate = 1000},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
+"cnm" = (/obj/machinery/sparker{dir = 4; pixel_x = -25; id = "mixingsparker"},/obj/machinery/atmospherics/unary/outlet_injector{dir = 8; frequency = 1443; id = "air_in"; use_power = 1; volume_rate = 1000},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cnn" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cno" = (/obj/structure/sign/warning/airlock{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
-"cnp" = (/obj/machinery/door/blast/regular{id = "mixvent"; name = "Mixer Room Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
+"cnp" = (/obj/machinery/door/blast/regular{name = "Mixer Room Vent"; id = "mixvent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cnq" = (/obj/structure/lattice,/turf/space,/area/rnd/mixing)
-"cnr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cnr" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cns" = (/obj/random/closet,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cnt" = (/obj/effect/decal/cleanable/blood/oil,/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_shuttle)
"cnu" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25},/turf/simulated/floor/plating/airless,/area/rnd/mixing)
"cnv" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/airless,/area/rnd/mixing)
-"cnw" = (/obj/machinery/door/blast/regular{id = "toxinsdriver"; name = "Toxins Launcher Bay Door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/rnd/mixing)
-"cnx" = (/obj/machinery/door/blast/regular{id = "toxinsdriver"; name = "Toxins Launcher Bay Door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cnw" = (/obj/machinery/door/blast/regular{name = "Toxins Launcher Bay Door"; id = "toxinsdriver"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/rnd/mixing)
+"cnx" = (/obj/machinery/door/blast/regular{name = "Toxins Launcher Bay Door"; id = "toxinsdriver"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cny" = (/obj/item/device/bluespace_beacon,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cnz" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
+"cnz" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
"cnA" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"cnB" = (/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Test Chamber East"; dir = 8},/obj/structure/window/plasmareinforced{dir = 8},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cnC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
+"cnB" = (/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{dir = 8; c_tag = "Research - Toxins Test Chamber East"},/obj/structure/window/plasmareinforced{dir = 8},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cnC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/storage/tech)
"cnD" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/nw,/area/shuttle/escape_pod5/station)
-"cnE" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_straight"},/area/shuttle/escape_pod5/station)
+"cnE" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 4},/area/shuttle/escape_pod5/station)
"cnF" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/simulated/shuttle/wall{icon_state = "swall_c"},/area/shuttle/escape_pod5/station)
"cnG" = (/obj/machinery/light/small{dir = 8},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cnH" = (/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cnI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cnJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
+"cnI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cnJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
"cnK" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/clothing/gloves/insulated,/obj/item/device/t_scanner,/obj/item/clothing/glasses/hud/standard/meson,/obj/item/device/multitool,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cnL" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/device/multitool,/obj/item/clothing/glasses/hud/standard/meson,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"cnM" = (/obj/structure/table/rack{dir = 8},/obj/item/computer_hardware/tesla_link,/obj/item/computer_hardware/network_card/advanced,/obj/item/computer_hardware/nano_printer,/obj/item/computer_hardware/hard_drive,/obj/item/computer_hardware/card_slot,/obj/item/computer_hardware/hard_drive/portable,/obj/item/computer_hardware/processor_unit,/obj/item/computer_hardware/ai_slot,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
@@ -6106,15 +6113,15 @@
"cnO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cnP" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cnQ" = (/obj/structure/bed/chair/office/dark,/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"cnR" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
+"cnR" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cnS" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"cnT" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cnU" = (/obj/structure/window_frame/rglass,/obj/structure/sign/warning/smoking,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/patient_wing/garden)
"cnV" = (/obj/structure/table/woodentable,/obj/item/book/wiki/engineering_construction,/obj/item/book/wiki/powersuits{pixel_x = -2; pixel_y = 7},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"cnW" = (/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "cmooffice"; name = "CMO Office Privacy Shutters"; opacity = 0},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
+"cnW" = (/obj/machinery/door/blast/shutters{name = "CMO Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "cmooffice"},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
"cnX" = (/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"cnY" = (/turf/simulated/wall,/area/crew_quarters/sleep/engi_wash)
-"cnZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cnZ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
"coa" = (/turf/simulated/wall,/area/crew_quarters/medbreak)
"cob" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"coc" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
@@ -6125,16 +6132,16 @@
"coh" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"coi" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/vending/snack/medbay,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"coj" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cok" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"col" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{id_tag = "cmodoor"; name = "CMO's Office"; req_access = list(40)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cok" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"col" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "CMO's Office"; req_access = list(40); id_tag = "cmodoor"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"com" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/cmo)
"con" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/crew_quarters/medbreak)
"coo" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cop" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"cop" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"coq" = (/obj/structure/bed/chair/comfy/black{dir = 8},/obj/effect/floor_decal/corner/lime,/obj/effect/landmark/start/crew/doctor,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cor" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cos" = (/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/plating,/area/maintenance/substation/medical)
-"cot" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/effect/landmark/start/crew/ce,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "cedoor"; name = "Office Door Control"; pixel_x = 26; pixel_y = 17; req_access = list(56)},/obj/machinery/button/window_frame_tint{pixel_x = 36; pixel_y = 18},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cos" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"cot" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/effect/landmark/start/crew/ce,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = 26; pixel_y = 17; id = "cedoor"; req_access = list(56)},/obj/machinery/button/window_frame_tint{pixel_x = 36; pixel_y = 18},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cou" = (/obj/structure/table/standard,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"cov" = (/obj/random/closet,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cow" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
@@ -6142,10 +6149,10 @@
"coy" = (/obj/item/stool/padded,/obj/effect/landmark/start/crew/scientist,/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"coz" = (/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"coA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"coB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"coC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Miscellaneous Reseach Room"; req_one_access = list(7,8,29,55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"coB" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"coC" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Miscellaneous Reseach Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_one_access = list(7,8,29,55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"coD" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"coE" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "tox_airlock_control"; pixel_x = 25; tag_airpump = "tox_airlock_pump"; tag_chamber_sensor = "tox_airlock_sensor"; tag_exterior_door = "tox_airlock_exterior"; tag_interior_door = "tox_airlock_interior"},/obj/machinery/atmospherics/valve{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"coE" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 25; id_tag = "tox_airlock_control"; tag_exterior_door = "tox_airlock_exterior"; tag_interior_door = "tox_airlock_interior"; tag_airpump = "tox_airlock_pump"; tag_chamber_sensor = "tox_airlock_sensor"},/obj/machinery/atmospherics/valve{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"coF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"coG" = (/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"coH" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -6155,11 +6162,11 @@
"coL" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"coM" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"coN" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"coO" = (/obj/machinery/atmospherics/omni/mixer{tag_east_con = 0; tag_north = 1; tag_north_con = 0.5; tag_south = 1; tag_south_con = 0.5; tag_west = 2; tag_west_con = 0; use_power = 0},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"coP" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; id_tag = "tox_airlock_interior"; locked = 1; name = "Mixing Room Interior Airlock"; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"coQ" = (/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{dir = 4; frequency = 1379; id = "tox_airlock_pump"},/obj/machinery/air_sensor{frequency = 1430; id_tag = "toxins_mixing_interior"; output = 63; pixel_x = -8; pixel_y = -18},/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"coR" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; id_tag = "tox_airlock_exterior"; locked = 1; name = "Mixing Room Exterior Airlock"; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
-"coS" = (/obj/machinery/air_sensor{frequency = 1430; id_tag = "toxins_mixing_exterior"; output = 63},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
+"coO" = (/obj/machinery/atmospherics/omni/mixer{use_power = 0; tag_north_con = 0.5; tag_south_con = 0.5; tag_east_con = 0; tag_west_con = 0; tag_north = 1; tag_south = 1; tag_west = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"coP" = (/obj/machinery/door/airlock/glass_research{name = "Mixing Room Interior Airlock"; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(7); id_tag = "tox_airlock_interior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"coQ" = (/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{dir = 4; frequency = 1379; id = "tox_airlock_pump"},/obj/machinery/air_sensor{pixel_x = -8; pixel_y = -18; frequency = 1430; output = 63; id_tag = "toxins_mixing_interior"},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"coR" = (/obj/machinery/door/airlock/glass_research{name = "Mixing Room Exterior Airlock"; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(7); id_tag = "tox_airlock_exterior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
+"coS" = (/obj/machinery/air_sensor{frequency = 1430; output = 63; id_tag = "toxins_mixing_exterior"},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"coT" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"coU" = (/obj/structure/lattice,/obj/machinery/light/small{dir = 4},/turf/space,/area/rnd/mixing)
"coV" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
@@ -6170,77 +6177,77 @@
"cpa" = (/obj/structure/window/reinforced{dir = 8},/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cpb" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/light,/obj/structure/table/rack,/obj/item/storage/secure/briefcase,/obj/item/storage/briefcase{pixel_x = 3},/turf/simulated/floor/trim/wood,/area/iaoffice)
"cpc" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/rnd/research)
-"cpd" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; frequency = 1380; id_tag = "escape_pod_5"; pixel_y = -25; tag_door = "escape_pod_5_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod5,/obj/structure/bed/chair/shuttle/blue{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod5/station)
+"cpd" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "escape_pod_5"; tag_door = "escape_pod_5_hatch"},/obj/effect/shuttle_landmark/escape_pod/start/pod5,/obj/structure/bed/chair/shuttle/blue{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod5/station)
"cpe" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/light/small/emergency,/obj/structure/bed/chair/shuttle/blue{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod5/station)
-"cpf" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_5_hatch"; locked = 1; name = "Escape Pod Hatch"; req_access = list(13)},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod5/station)
+"cpf" = (/obj/machinery/door/airlock/external{name = "Escape Pod Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_5_hatch"},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod5/station)
"cpg" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Internal Affairs Maintenance"; req_access = list(38)},/turf/simulated/floor/plating,/area/iaoffice)
-"cph" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 4; frequency = 1380; id_tag = "escape_pod_5_berth"; pixel_x = -25; pixel_y = 25; tag_door = "escape_pod_5_berth_hatch"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cph" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 4; pixel_x = -25; pixel_y = 25; frequency = 1380; id_tag = "escape_pod_5_berth"; tag_door = "escape_pod_5_berth_hatch"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cpi" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cpj" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cpk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cpk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cpl" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/turf/space,/area/space)
"cpm" = (/turf/simulated/wall/r_wall,/area/storage/tech)
"cpn" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cpo" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"cpp" = (/obj/machinery/light_switch{dir = 4; name = "light switch "; pixel_x = -24; pixel_y = -21},/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 = 10},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cpp" = (/obj/machinery/light_switch{name = "light switch "; dir = 4; pixel_x = -24; pixel_y = -21},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cpq" = (/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"cpr" = (/obj/effect/landmark/start/crew/engineer,/obj/structure/bed/couch/left/brown,/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"cps" = (/obj/effect/landmark/start/crew/engineer,/obj/structure/bed/couch/right/brown,/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"cpt" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"cpu" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cpv" = (/obj/structure/noticeboard{pixel_x = 32},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"cpw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/chief)
-"cpx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cpy" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -24; pixel_y = -6},/obj/machinery/alarm{pixel_y = 24},/obj/structure/closet/wardrobe/medic_white,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"cpw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/chief)
+"cpx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cpy" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -6; on = 1},/obj/machinery/alarm{pixel_y = 24},/obj/structure/closet/wardrobe/medic_white,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cpz" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cpA" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"cpB" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cpB" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cpC" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cpD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Medbay Garden"},/turf/simulated/floor/tiled/white/rough,/area/medical/patient_wing/garden)
"cpE" = (/turf/simulated/wall,/area/medical/patient_wing/garden)
-"cpF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/chief)
+"cpF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/chief)
"cpG" = (/obj/machinery/door/firedoor,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cpH" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/locker_room)
-"cpI" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Patient Wing 1"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cpI" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Patient Wing 1"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cpJ" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/photocopier/faxmachine{department = "CMO's Office"},/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/table/standard,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cpK" = (/obj/machinery/light{dir = 1},/obj/structure/filingcabinet/chestdrawer{dir = 1},/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"cpL" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cpL" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cpM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cpN" = (/obj/machinery/light{dir = 1},/obj/machinery/photocopier,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cpO" = (/obj/structure/bed/roller,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cpP" = (/obj/structure/disposalpipe/segment,/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/white/rough,/area/medical/medbay2)
+"cpP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cpQ" = (/obj/structure/bed/chair/comfy/black{dir = 8},/obj/effect/floor_decal/corner/lime,/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cpR" = (/obj/machinery/light,/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/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cpS" = (/obj/machinery/door/airlock/maintenance{name = "Medbay Substation"; req_access = list(5)},/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/border_only,/turf/simulated/floor/plating,/area/medical/medbay2)
+"cpR" = (/obj/machinery/light,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cpS" = (/obj/machinery/door/airlock/maintenance{name = "Medbay Substation"; req_access = list(5)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/medbay2)
"cpT" = (/turf/simulated/wall,/area/maintenance/research_port)
"cpU" = (/turf/simulated/wall/r_wall,/area/maintenance/research_port)
"cpV" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/crowbar/red,/obj/item/clothing/glasses/hud/standard/science,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cpW" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cpX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cpY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cpZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cqa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cqb" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cqc" = (/obj/machinery/light_switch{pixel_x = 7; pixel_y = -23},/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cqd" = (/obj/machinery/door/firedoor/border_only,/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/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Miscellaneous Reseach Room"; req_one_access = list(7,8,29,55)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"cqe" = (/obj/machinery/computer/general_air_control{frequency = 1430; name = "Mixing Chamber Monitor"; sensors = list("toxins_mixing_exterior" = "Mixing Chamber - Exterior", "toxins_mixing_interior" = "Mixing Chamber - Interior")},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cpW" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cpX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cpY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cpZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cqa" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cqb" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cqc" = (/obj/machinery/light_switch{pixel_x = 7; pixel_y = -23},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cqd" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/research{name = "Miscellaneous Reseach Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_one_access = list(7,8,29,55)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"cqe" = (/obj/machinery/computer/general_air_control{name = "Mixing Chamber Monitor"; frequency = 1430; sensors = list(toxins_mixing_exterior="Mixing Chamber - Exterior", toxins_mixing_interior="Mixing Chamber - Interior")},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cqf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"cqg" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cqh" = (/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/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cqi" = (/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,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cqj" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"cqk" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cqg" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cqh" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cqi" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cqj" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"cqk" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cql" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"cqm" = (/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"cqn" = (/obj/machinery/atmospherics/unary/heater{dir = 1; icon_state = "heater"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"cqn" = (/obj/machinery/atmospherics/unary/heater{icon_state = "heater"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cqo" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cqp" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"cqq" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab West"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cqq" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Toxins Lab West"},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cqr" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cqs" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/portables_connector{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
"cqt" = (/obj/structure/sign/warning/fire{pixel_y = -32},/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"cqu" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"cqv" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 8; external_pressure_bound = 0; external_pressure_bound_default = 0; icon_state = "map_vent_in"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/obj/machinery/sparker{dir = 4; id = "mixingsparker"; pixel_x = -25},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
+"cqv" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 8; use_power = 1; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/obj/machinery/sparker{dir = 4; pixel_x = -25; id = "mixingsparker"},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cqw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cqx" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/turf/simulated/floor/reinforced/airless,/area/rnd/mixing)
"cqy" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
@@ -6249,13 +6256,13 @@
"cqB" = (/turf/space,/turf/simulated/shuttle/wall/corner/smoothwhite/sw,/area/shuttle/escape_pod5/station)
"cqC" = (/obj/structure/sign/warning/pods,/turf/simulated/wall,/area/maintenance/cargo)
"cqD" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cqE" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cqE" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
"cqF" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/chief)
"cqG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/atmos{name = "Atmospherics Maintenance"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/visible/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cqH" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cqI" = (/obj/structure/table/reinforced,/obj/item/folder/yellow,/obj/item/stamp/ce,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/flame/lighter/zippo,/obj/item/device/megaphone,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/stamp/void,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"cqJ" = (/obj/structure/bed/chair{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"cqK" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/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,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cqJ" = (/obj/structure/bed/chair{dir = 8},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cqK" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cqL" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/atmos{name = "Atmospherics Maintenance"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cqM" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engineering_monitoring)
"cqN" = (/turf/simulated/floor/trim/wood,/area/engineering/break_room)
@@ -6272,41 +6279,41 @@
"cqY" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cqZ" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cra" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/random/pottedplant,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"crb" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"crb" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"crc" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"crd" = (/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cre" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cre" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"crf" = (/obj/effect/floor_decal/spline/fancy/corner,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"crg" = (/obj/structure/flora/ausbushes/ywflowers,/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"crh" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cri" = (/obj/structure/flora/ausbushes/ppflowers,/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
-"crj" = (/obj/machinery/door/airlock/maintenance{name = "Drone Fabrication"; req_one_access = list(10,24)},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"crj" = (/obj/machinery/door/airlock/maintenance{name = "Drone Fabrication"; req_one_access = list(10,24)},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"crk" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"crl" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/medbay)
"crm" = (/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"crn" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"cro" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"crp" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/closet/secure_closet/CMO,/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"crq" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/bed/chair/wheelchair,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"crr" = (/obj/structure/disposalpipe/segment,/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/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"crn" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cro" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"crp" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/closet/secure_closet/CMO,/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"crq" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/bed/chair/wheelchair,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"crr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"crs" = (/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"crt" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Starboard 2"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cru" = (/obj/effect/floor_decal/corner/lime{dir = 1},/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/white/rough,/area/medical/medbay2)
+"cru" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"crv" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"crw" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -28},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"crx" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cry" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/structure/table/reinforced,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"crz" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"crz" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"crA" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/closet/wardrobe/science_white,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"crB" = (/obj/structure/closet/secure_closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"crC" = (/obj/machinery/disposal,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/research{c_tag = "Research - Miscellaneous"; dir = 1},/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"crC" = (/obj/machinery/disposal,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Miscellaneous"},/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"crD" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/closet/bombcloset,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"crE" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/light,/obj/machinery/suit_storage_unit/standard_unit,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"crF" = (/turf/simulated/open,/area/rnd/research)
"crG" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"crH" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"crI" = (/obj/machinery/button/remote/blast_door{dir = 8; id = "mixvent"; name = "Mixing Room Vent Control"; pixel_x = 24; pixel_y = 6; req_access = list(7)},/obj/machinery/button/ignition{dir = 8; id = "mixingsparker"; pixel_x = 24; pixel_y = -5},/obj/machinery/atmospherics/valve{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
-"crJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"crI" = (/obj/machinery/button/remote/blast_door{name = "Mixing Room Vent Control"; dir = 8; pixel_x = 24; pixel_y = 6; id = "mixvent"; req_access = list(7)},/obj/machinery/button/ignition{dir = 8; pixel_x = 24; pixel_y = -5; id = "mixingsparker"},/obj/machinery/atmospherics/valve{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/rnd/mixing)
+"crJ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"crK" = (/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"crL" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"crM" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/atmos)
@@ -6314,22 +6321,22 @@
"crO" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"crP" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"crQ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/starboardsolar)
-"crR" = (/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"crR" = (/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"crS" = (/turf/simulated/wall,/area/crew_quarters/heads/chief)
-"crT" = (/obj/machinery/button/remote/driver{dir = 4; id = "enginecore"; name = "Emergency Core Eject"; pixel_x = -20},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"crU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/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/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/command{id_tag = "cedoor"; name = "Chief Engineer"; req_access = list(56)},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"crT" = (/obj/machinery/button/remote/driver{name = "Emergency Core Eject"; dir = 4; pixel_x = -20; id = "enginecore"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"crU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/command{name = "Chief Engineer"; req_access = list(56); id_tag = "cedoor"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"crV" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"crW" = (/obj/structure/closet/secure_closet/engineering_chief,/obj/item/tank/emergency/oxygen/engi,/obj/item/melee/telebaton,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"crX" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"crX" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"crY" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/clothing/glasses/hud/standard/meson{pixel_y = 4},/obj/item/clothing/glasses/welding/superior,/obj/item/storage/fancy/cigarettes,/obj/item/book/wiki/supermatter_engine,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"crZ" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"crZ" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"csa" = (/obj/effect/landmark/start/crew/engineer,/obj/structure/bed/couch/left/brown{dir = 4},/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"csc" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"csd" = (/obj/effect/landmark/start/crew/atmostech,/obj/structure/bed/couch/right/brown{dir = 8},/turf/simulated/floor/trim/carpet,/area/engineering/break_room)
"cse" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
-"csf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 8},/obj/structure/sign/redcross{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"csf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 8},/obj/structure/sign/redcross{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/engineering)
"csg" = (/obj/machinery/washing_machine,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"csh" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"csh" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"csi" = (/obj/machinery/light,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/random/pottedplant,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"csj" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"csk" = (/obj/structure/flora/ausbushes/brflowers,/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
@@ -6341,17 +6348,17 @@
"csq" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"csr" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/bed/chair/beige,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"css" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/beige,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"cst" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/camera/network/medbay{c_tag = "CMO's Office 2"; dir = 8},/obj/structure/fireaxecabinet{desc = "Somebody offends your loyal medical minions? Probably, they have a pile of extra feet."; name = "CMO's fire axe"; pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cst" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/camera/network/medbay{dir = 8; c_tag = "CMO's Office 2"},/obj/structure/fireaxecabinet{name = "CMO's fire axe"; desc = "Somebody offends your loyal medical minions? Probably, they have a pile of extra feet."; pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"csu" = (/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"csv" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/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},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"csw" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/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/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"csx" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"csv" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"csw" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"csx" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"csy" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"csz" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/research)
-"csA" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"csA" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"csB" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/substation/research)
"csC" = (/obj/structure/table/rack{dir = 1},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"csD" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"csD" = (/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"csE" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csF" = (/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csG" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
@@ -6359,87 +6366,85 @@
"csI" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csJ" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csK" = (/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"csL" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"csL" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csM" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csN" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csO" = (/obj/machinery/alarm{pixel_y = 24},/obj/random/junk,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"csR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"csR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"csS" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"csT" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "eng_eva_outer"; locked = 1; name = "Engineering EVA External Access"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"csT" = (/obj/machinery/door/airlock/external{name = "Engineering EVA External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "eng_eva_outer"},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
"csU" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"csV" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
"csW" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"csX" = (/obj/machinery/airlock_sensor{id_tag = "eng_eva_sensor"; pixel_y = 25},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"csY" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "eng_eva_airlock"; name = "Engineering Airlock Console"; pixel_y = 25; req_access = list(13); tag_airpump = "eng_eva_pump"; tag_chamber_sensor = "eng_eva_sensor"; tag_exterior_door = "eng_eva_outer"; tag_interior_door = "eng_eva_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"csZ" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "eng_eva_inner"; locked = 1; name = "Engineering EVA Internal Access"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"cta" = (/obj/structure/lattice,/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "eng_eva_airlock"; name = "exterior access button"; pixel_x = 25; pixel_y = -25; req_access = list(13)},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/space)
-"ctb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"ctc" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"ctd" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_5_berth_hatch"; locked = 1; name = "Escape Pod"; req_access = list(13)},/obj/machinery/navbeacon/wayfinding/dockescpod3,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cte" = (/obj/machinery/keycard_auth{pixel_x = -24},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for engine core."; id = "EngineVent"; name = "Engine Ventillatory Control"; pixel_x = -24; pixel_y = 10; req_access = list(10)},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the engine core airlock hatch bolts."; id = "engine_access_hatch"; name = "Engine Hatch Bolt Control"; pixel_x = -24; pixel_y = -10; req_access = list(10); specialfunctions = 4},/obj/machinery/button/remote/blast_door{id = "SRelay"; name = "Station Relay Hatch Control"; pixel_x = -36; req_one_access = list(56)},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"csX" = (/obj/machinery/airlock_sensor{pixel_y = 25; id_tag = "eng_eva_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"csY" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{name = "Engineering Airlock Console"; pixel_y = 25; req_access = list(13); id_tag = "eng_eva_airlock"; tag_exterior_door = "eng_eva_outer"; tag_interior_door = "eng_eva_inner"; tag_airpump = "eng_eva_pump"; tag_chamber_sensor = "eng_eva_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"csZ" = (/obj/machinery/door/airlock/external{name = "Engineering EVA Internal Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "eng_eva_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"cta" = (/obj/structure/lattice,/obj/machinery/access_button{name = "exterior access button"; pixel_x = 25; pixel_y = -25; frequency = 1379; req_access = list(13); command = "cycle_exterior"; master_tag = "eng_eva_airlock"},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/space)
+"ctb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"ctc" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"ctd" = (/obj/machinery/door/airlock/external{name = "Escape Pod"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_5_berth_hatch"},/obj/machinery/navbeacon/wayfinding/dockescpod3,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cte" = (/obj/machinery/keycard_auth{pixel_x = -24},/obj/machinery/button/remote/blast_door{name = "Engine Ventillatory Control"; desc = "A remote control-switch for engine core."; pixel_x = -24; pixel_y = 10; id = "EngineVent"; req_access = list(10)},/obj/machinery/button/remote/airlock{name = "Engine Hatch Bolt Control"; desc = "A remote control-switch for the engine core airlock hatch bolts."; pixel_x = -24; pixel_y = -10; id = "engine_access_hatch"; req_access = list(10); specialfunctions = 4},/obj/machinery/button/remote/blast_door{name = "Station Relay Hatch Control"; pixel_x = -36; id = "SRelay"; req_one_access = list(56)},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"ctf" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "Chief Engineer's Office"},/obj/item/book/wiki/nt_regs,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"ctg" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"cth" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
+"cth" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
"cti" = (/obj/structure/table/rack{dir = 8},/obj/item/rig/ce/equipped,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"ctj" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Engineer's Desk"; departmentType = 6; name = "Chief Engineer RC"; pixel_y = -34},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/mob/living/simple_animal/parrot/Poly,/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"ctk" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/engineering{c_tag = "Engineering - CE's Office"; dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"ctk" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering - CE's Office"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"ctl" = (/obj/machinery/newscaster{pixel_x = 31; pixel_y = 3},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"ctm" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"ctn" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
-"cto" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/engineering{c_tag = "Engineering Break Room"; dir = 8},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cto" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Break Room"},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
"ctp" = (/obj/structure/mirror{pixel_y = 32},/obj/structure/sink{dir = 1; pixel_y = 16},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"ctq" = (/obj/structure/mirror{pixel_y = 32},/obj/structure/sink{dir = 1; pixel_y = 16},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"ctr" = (/obj/structure/urinal{pixel_y = 32},/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cts" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Medbay Diagnostics Maintenance Access"; req_access = list(5)},/turf/simulated/floor/plating,/area/crew_quarters/medbreak)
"ctt" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/lime,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"ctu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Division Access"; req_access = list(47)},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"ctu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "researchlockdown"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"ctv" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"ctw" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"ctw" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"ctx" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cty" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"ctz" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"ctA" = (/obj/machinery/atmospherics/pipe/simple/visible/blue,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
-"ctB" = (/obj/machinery/door/firedoor,/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/medical{name = "Staff Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"ctC" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"ctD" = (/obj/machinery/door/firedoor,/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/airlock/glass{name = "Medbay Garden"},/turf/simulated/floor/tiled/white/rough,/area/medical/patient_wing/garden)
-"ctE" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/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/white/rough,/area/medical/medbay4)
-"ctF" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/disposalpipe/sortjunction{dir = 1; name = "CMO Office"; sortType = "CMO Office"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"ctB" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/medical{name = "Staff Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"ctC" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"ctD" = (/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass{name = "Medbay Garden"},/turf/simulated/floor/tiled/white/rough,/area/medical/patient_wing/garden)
+"ctE" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"ctF" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/disposalpipe/sortjunction{name = "CMO Office"; dir = 1; sortType = "CMO Office"},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"ctG" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "CMO's Office"; req_access = list(40)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"ctH" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"ctI" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"ctI" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"ctJ" = (/obj/item/device/megaphone,/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/reagent_containers/food/packaged/hematogen,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"ctK" = (/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/glass,/obj/item/paper/exodus_cmo,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/stamp/void,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"ctK" = (/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/glass,/obj/item/paper/exodus_cmo,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/stamp/void,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"ctL" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/clothing/glasses/hud/standard/medical,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"ctM" = (/turf/simulated/wall,/area/medical/virology)
"ctN" = (/obj/structure/sign/warning/biohazard,/turf/simulated/wall,/area/medical/virology)
-"ctO" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"ctO" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"ctP" = (/obj/structure/table/standard,/obj/item/storage/box/glasses/square{pixel_x = 1; pixel_y = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"ctQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ctR" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/box/lights/mixed/he,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ctQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
"ctS" = (/turf/simulated/wall,/area/maintenance/substation/research)
"ctT" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"ctU" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Research Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"ctV" = (/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"ctW" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"ctX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ctY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ctZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cua" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cub" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cuc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,47)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cud" = (/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cue" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cuf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cug" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cuh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cui" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cuj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cuk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cul" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cum" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cun" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/visible/universal,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"ctX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ctY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ctZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cua" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cub" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cuc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,47)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cud" = (/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cue" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cuf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cug" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cuh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cui" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cuj" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cuk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cul" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cum" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cun" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/visible/universal,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cuo" = (/obj/machinery/atmospherics/binary/passive_gate/on,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cup" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cuq" = (/obj/structure/window/reinforced,/obj/structure/lattice,/turf/space,/area/space)
@@ -6448,83 +6453,81 @@
"cut" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/engineering/workshop)
"cuu" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eng_eva_pump"},/obj/machinery/light/small/red,/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
"cuv" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eng_eva_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"cuw" = (/obj/machinery/camera/network/security{c_tag = "Engineering Airlock Access"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eng_eva_pump"},/obj/machinery/light/small/red,/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
-"cux" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "eng_eva_inner"; locked = 1; name = "Engineering EVA Internal Access"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"cuw" = (/obj/machinery/camera/network/security{dir = 1; c_tag = "Engineering Airlock Access"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "eng_eva_pump"},/obj/machinery/light/small/red,/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
+"cux" = (/obj/machinery/door/airlock/external{name = "Engineering EVA Internal Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "eng_eva_inner"},/turf/simulated/floor/plating/rough,/area/maintenance/atmos_control)
"cuy" = (/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"cuz" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
+"cuz" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cuA" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/plating,/area/maintenance/atmos_control)
-"cuB" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"cuC" = (/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/rough,/area/crew_quarters/heads/chief)
-"cuD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Chief Engineer"; req_access = list(56)},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"cuE" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"cuF" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cuB" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"cuC" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"cuD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Chief Engineer"; req_access = list(56)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"cuE" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
+"cuF" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
"cuG" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/heads/chief)
-"cuH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
-"cuI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
+"cuH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
+"cuI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
"cuJ" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/bar_soft/full,/obj/effect/floor_decal/corner/white/diagonal,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
-"cuK" = (/obj/structure/disposalpipe/segment{dir = 4},/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/trim/wood,/area/engineering/break_room)
-"cuL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"cuM" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/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/trim/wood,/area/engineering/break_room)
-"cuN" = (/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/trim/wood,/area/engineering/break_room)
-"cuO" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"cuP" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/trim/wood,/area/engineering/break_room)
-"cuQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Washroom"; req_one_access = list(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/freezer,/area/engineering/break_room)
-"cuR" = (/obj/machinery/light_switch{dir = 4; name = "light switch "; pixel_x = -24; pixel_y = -8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
-"cuS" = (/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/freezer,/area/crew_quarters/sleep/engi_wash)
-"cuT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
-"cuU" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cuK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuM" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuN" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuO" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuP" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/trim/wood,/area/engineering/break_room)
+"cuQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Washroom"; req_one_access = list(10)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/freezer,/area/engineering/break_room)
+"cuR" = (/obj/machinery/light_switch{name = "light switch "; dir = 4; pixel_x = -24; pixel_y = -8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cuS" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cuT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cuU" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cuV" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/corner/lime{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cuW" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/effect/floor_decal/corner/lime{dir = 6},/obj/machinery/vending/snack/medbay,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
-"cuX" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/camera/network/medbay{c_tag = "Medbay Staff Room"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"cuX" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Staff Room"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cuY" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/bed/chair/beige{dir = 4},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cuZ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/storage/box/cups,/obj/random/snack,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"cva" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair/beige{dir = 8},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"cva" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/bed/chair/beige{dir = 8},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cvb" = (/obj/effect/floor_decal/spline/fancy{dir = 5},/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"cvc" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/white/diagonal,/turf/simulated/floor/tiled/rough,/area/engineering/break_room)
"cvd" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"cve" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cvf" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cvg" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cvh" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment,/mob/living/simple_animal/cat/fluff/Runtime,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cvi" = (/turf/simulated/wall,/area/maintenance/medbay)
"cvj" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cvk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cvl" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cvm" = (/obj/structure/cable/green,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"cvn" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/terminal{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"cvo" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"cvk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cvl" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cvm" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"cvn" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/terminal{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"cvo" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"cvp" = (/obj/random/closet,/obj/machinery/light/small{dir = 8},/obj/item/device/kit/paint/gygax/darkgygax,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cvq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvr" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cvq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvs" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvu" = (/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvv" = (/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvw" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cvw" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvx" = (/obj/structure/table/rack,/obj/effect/floor_decal/industrial/warning/corner,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvy" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cvz" = (/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cvA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvC" = (/obj/machinery/atmospherics/pipe/manifold/visible,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvD" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1379; master_tag = "toxin_test_airlock"; name = "interior access button"; pixel_x = 22; pixel_y = 22; req_one_access = list(7,13)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cvE" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "toxin_test_inner"; locked = 1; name = "Toxins Test External Access"; req_one_access = list(7,13)},/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
-"cvF" = (/obj/structure/sign/warning/airlock{pixel_y = -32},/obj/machinery/airlock_sensor{id_tag = "toxin_test_sensor"; pixel_y = 22},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "toxin_test_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
-"cvG" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "toxin_test_airlock"; pixel_y = 25; req_one_access = list(7,12); tag_airpump = "toxin_test_pump"; tag_chamber_sensor = "toxin_test_sensor"; tag_exterior_door = "toxin_test_outer"; tag_interior_door = "toxin_test_inner"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/obj/machinery/light/small/red,/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
-"cvH" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "toxin_test_outer"; locked = 1; name = "Toxins Test External Access"; req_one_access = list(7,13)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
-"cvI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1379; master_tag = "toxin_test_airlock"; name = "exterior access button"; pixel_x = -22; pixel_y = -22; req_one_access = list(7,13)},/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cvJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cvK" = (/obj/machinery/door/airlock/external{name = "Toxins Test Chamber"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cvL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cvB" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cvC" = (/obj/machinery/atmospherics/pipe/manifold/visible,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cvD" = (/obj/machinery/access_button{name = "interior access button"; dir = 8; pixel_x = 22; pixel_y = 22; frequency = 1379; command = "cycle_interior"; req_one_access = list(7,13); master_tag = "toxin_test_airlock"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cvE" = (/obj/machinery/door/airlock/external{name = "Toxins Test External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_one_access = list(7,13); id_tag = "toxin_test_inner"},/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
+"cvF" = (/obj/structure/sign/warning/airlock{pixel_y = -32},/obj/machinery/airlock_sensor{pixel_y = 22; id_tag = "toxin_test_sensor"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "toxin_test_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
+"cvG" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{pixel_y = 25; req_one_access = list(7,12); id_tag = "toxin_test_airlock"; tag_exterior_door = "toxin_test_outer"; tag_interior_door = "toxin_test_inner"; tag_airpump = "toxin_test_pump"; tag_chamber_sensor = "toxin_test_sensor"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/obj/machinery/light/small/red,/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
+"cvH" = (/obj/machinery/door/airlock/external{name = "Toxins Test External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_one_access = list(7,13); id_tag = "toxin_test_outer"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/rough,/area/maintenance/research_starboard)
+"cvI" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/access_button{name = "exterior access button"; dir = 4; pixel_x = -22; pixel_y = -22; frequency = 1379; command = "cycle_exterior"; req_one_access = list(7,13); master_tag = "toxin_test_airlock"},/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cvJ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cvK" = (/obj/machinery/door/airlock/external{name = "Toxins Test Chamber"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cvL" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cvM" = (/obj/structure/window/plasmareinforced,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cvN" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cvO" = (/turf/simulated/wall/r_wall,/area/maintenance/atmos_control)
"cvP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"cvQ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"cvR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
-"cvS" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "virologyquar"; name = "Virology Emergency Quarantine Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/medical/virology)
+"cvR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/chief)
+"cvS" = (/obj/machinery/door/blast/regular{name = "Virology Emergency Quarantine Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "virologyquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/medical/virology)
"cvU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
-"cvV" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "virologyquar"; name = "Virology Emergency Quarantine Blast Doors"; opacity = 0},/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/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/medical/virology)
+"cvV" = (/obj/machinery/door/blast/regular{name = "Virology Emergency Quarantine Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "virologyquar"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/medical/virology)
"cvW" = (/obj/machinery/light/small{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/cardboard/ten,/obj/item/tape_roll,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"cvX" = (/obj/structure/closet,/obj/random/drinkbottle,/obj/random/drinkbottle,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"cvY" = (/obj/structure/curtain/black{pixel_y = -1},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
@@ -6532,8 +6535,8 @@
"cwa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Lower"; req_access = list(12); req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cwb" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cwc" = (/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
-"cwd" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1379; master_tag = "virology_airlock"; name = "interior access button"; pixel_x = -22; pixel_y = -22; req_access = list(13)},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cwf" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/cmo,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "cmooffice"; name = "CMO Privacy Shutters"; pixel_x = 38; pixel_y = 21},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the CMO's office."; id = "cmodoor"; name = "CMO Office Door Control"; pixel_x = 28; pixel_y = 21},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "virologyquar"; name = "Virology Emergency Lockdown Control"; pixel_x = -15; pixel_y = 38; req_access = list(5)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "medbayquar"; name = "Medbay Emergency Lockdown Control"; pixel_x = -15; pixel_y = 30; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/keycard_auth{pixel_x = 16; pixel_y = 24},/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cwd" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; pixel_x = -22; pixel_y = -22; frequency = 1379; req_access = list(13); command = "cycle_interior"; master_tag = "virology_airlock"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cwf" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/cmo,/obj/machinery/button/remote/blast_door{name = "CMO Privacy Shutters"; desc = "A remote control-switch for shutters."; pixel_x = 38; pixel_y = 21; id = "cmooffice"},/obj/machinery/button/remote/airlock{name = "CMO Office Door Control"; desc = "A remote control switch for the CMO's office."; pixel_x = 28; pixel_y = 21; id = "cmodoor"},/obj/machinery/button/remote/blast_door{name = "Virology Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_x = -15; pixel_y = 38; id = "virologyquar"; req_access = list(5)},/obj/machinery/button/remote/blast_door{name = "Medbay Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_x = -15; pixel_y = 30; id = "medbayquar"; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/keycard_auth{pixel_x = 16; pixel_y = 24},/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cwg" = (/obj/item/folder/white{pixel_y = 10},/obj/item/clipboard,/obj/item/paper_bin,/obj/item/pen,/obj/item/stamp/cmo,/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cwh" = (/obj/structure/bookcase/manuals/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/book/wiki/medical_chemistry,/obj/item/book/wiki/medical_diagnostics_manual{pixel_y = 7},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cwi" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/light,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
@@ -6543,38 +6546,38 @@
"cwm" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/structure/flora/ausbushes/brflowers,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"cwn" = (/obj/structure/flora/ausbushes/ppflowers,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
"cwo" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/machinery/light,/turf/simulated/floor/natural/grass{name = "artificial grass patch"},/area/medical/patient_wing/garden)
-"cwp" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/obj/structure/bed/chair/beige{dir = 8},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"cwp" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/obj/structure/bed/chair/beige{dir = 8},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"cwq" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cwr" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cws" = (/obj/machinery/light_switch{pixel_x = -22; pixel_y = -9},/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Medical Officer's Desk"; departmentType = 5; name = "Chief Medical Officer RC"; pixel_x = -34; pixel_y = 2},/obj/machinery/camera/network/medbay{c_tag = "CMO's Office"; dir = 4},/obj/structure/closet/radiation,/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"cws" = (/obj/machinery/light_switch{pixel_x = -22; pixel_y = -9},/obj/machinery/requests_console{name = "Chief Medical Officer RC"; pixel_x = -34; pixel_y = 2; department = "Chief Medical Officer's Desk"; departmentType = 5; announcementConsole = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "CMO's Office"},/obj/structure/closet/radiation,/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cwt" = (/obj/machinery/light,/obj/machinery/disposal,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cwu" = (/obj/machinery/papershredder,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"cwv" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{d1 = 32; d2 = 4; icon_state = "32-4"},/obj/structure/lattice,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/structure/catwalk,/turf/simulated/open,/area/maintenance/medbay)
-"cww" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cwx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/redcross{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/medical/virology)
-"cwy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cwz" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = -22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cwA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cwB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,5)},/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{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/redcross{pixel_y = 32},/turf/simulated/floor/plating,/area/medical/virology)
-"cwC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cwD" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cwE" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cwv" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable{icon_state = "32-4"; d2 = 4; d1 = 32},/obj/structure/lattice,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/structure/catwalk,/turf/simulated/open,/area/maintenance/medbay)
+"cww" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cwx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/redcross{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/medical/virology)
+"cwy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cwz" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/access_button{name = "Virology Access Button"; dir = 1; pixel_x = 8; pixel_y = -22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virology_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cwA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cwB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(12,5)},/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{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/redcross{pixel_y = 32},/turf/simulated/floor/plating,/area/medical/virology)
+"cwC" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cwD" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cwE" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cwF" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/research)
-"cwG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Science Substation"; req_one_access = list(11,24,7)},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"cwH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cwI" = (/obj/structure/cable{d1 = 32; d2 = 4; icon_state = "32-4"},/obj/structure/lattice,/obj/structure/catwalk,/obj/effect/decal/cleanable/cobweb{dir = 4},/turf/simulated/open,/area/maintenance/research_starboard)
+"cwG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/engineering{name = "Science Substation"; req_one_access = list(11,24,7)},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"cwH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cwI" = (/obj/structure/cable{icon_state = "32-4"; d2 = 4; d1 = 32},/obj/structure/lattice,/obj/structure/catwalk,/obj/effect/decal/cleanable/cobweb{dir = 4},/turf/simulated/open,/area/maintenance/research_starboard)
"cwJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/table/rack{dir = 1},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cwK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cwL" = (/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/atmospherics/pipe/manifold/hidden/red,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cwL" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/red,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cwM" = (/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cwN" = (/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/atmospherics/pipe/simple/hidden/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cwN" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cwO" = (/obj/random/coin,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cwP" = (/obj/item/material/shard,/obj/effect/decal/cleanable/blood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"cwQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 8},/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/rough,/area/hallway/primary/englobby)
+"cwQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cwR" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cwS" = (/obj/random/closet,/obj/item/seeds/glowshroom,/obj/item/seeds/harebell,/obj/item/seeds/garlicseed,/obj/item/seeds/limeseed,/obj/item/seeds/lavenderseed,/obj/item/seeds/appleseed,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cwT" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cwU" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cwU" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cwV" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cwW" = (/obj/machinery/oxygen_pump,/turf/simulated/wall,/area/maintenance/research_starboard)
"cwX" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/space,/area/space)
@@ -6582,43 +6585,43 @@
"cwZ" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 1},/turf/space,/area/space)
"cxa" = (/obj/structure/window/plasmareinforced{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cxb" = (/obj/structure/closet/emcloset,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cxc" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cxd" = (/obj/machinery/light,/obj/machinery/camera/network/research{c_tag = "Research - Toxins Test Chamber South"; dir = 1},/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cxc" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cxd" = (/obj/machinery/light,/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Toxins Test Chamber South"},/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cxe" = (/obj/item/target,/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cxf" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "virology_inner"; locked = 1; name = "Engineering External Access"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
+"cxf" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "virology_inner"},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
"cxg" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"cxh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
+"cxh" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cxi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"cxj" = (/obj/structure/sign/warning/pods,/turf/simulated/wall/r_wall,/area/engineering/engine_eva)
-"cxk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"cxl" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/engineering{c_tag = "Engineering Maintenance - West"; dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"cxk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
+"cxl" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Maintenance - West"},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"cxm" = (/obj/structure/table/rack{dir = 8},/obj/machinery/light{dir = 1},/obj/machinery/door/window/southleft{name = "Engineering Voidsuits"; req_access = list(11)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
"cxn" = (/obj/structure/table/rack{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/southleft{name = "Engineering Voidsuits"; req_access = list(11)},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
"cxo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cxp" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/medical/virology)
-"cxq" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{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},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cxr" = (/obj/machinery/door/blast/regular/open{density = 0; id = "SupermatterPort"; name = "Reactor Blast Door"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
-"cxs" = (/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/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cxt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxq" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxr" = (/obj/machinery/door/blast/regular/open{name = "Reactor Blast Door"; density = 0; id = "SupermatterPort"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cxs" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxt" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cxu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cxv" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/navbeacon/wayfinding/engineering,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxv" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/navbeacon/wayfinding/engineering,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cxw" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cxx" = (/obj/machinery/shower{dir = 8; pixel_x = -5; pixel_y = -5},/obj/structure/curtain/open/shower/engineering,/obj/structure/window/basic{dir = 1},/obj/machinery/door/window/westright{name = "Shower"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
-"cxy" = (/obj/machinery/door/airlock/medical{icon_state = "door_open"; id_tag = "engineering_cubicle"; name = "Restroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cxy" = (/obj/machinery/door/airlock/medical{name = "Restroom"; icon_state = "door_open"; id_tag = "engineering_cubicle"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cxz" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cxA" = (/obj/machinery/light,/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"cxB" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cxC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cxC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cxD" = (/obj/structure/sign/warning/biohazard,/turf/simulated/wall/r_wall,/area/medical/virology)
-"cxE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cxF" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/camera/network/engineering{c_tag = "Engineering Foyer"; dir = 8},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxE" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cxF" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Foyer"},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cxG" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxH" = (/obj/structure/cable{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 = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxJ" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cxM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxH" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxI" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxJ" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cxM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"cxN" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/floor/plating,/area/engineering/atmos)
"cxO" = (/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cxP" = (/obj/effect/decal/cleanable/blood,/obj/item/material/kitchen/utensil/knife/boot,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
@@ -6629,7 +6632,7 @@
"cxU" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cxV" = (/obj/random/junk,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cxW" = (/turf/simulated/wall/r_wall,/area/maintenance/starboardsolar)
-"cxX" = (/obj/machinery/door/airlock/engineering{name = "Aft Starboard Solar Access"; req_access = list(11)},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cxX" = (/obj/machinery/door/airlock/engineering{name = "Aft Starboard Solar Access"; req_access = list(11)},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"cxY" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/starboardsolar)
"cxZ" = (/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"cya" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
@@ -6640,18 +6643,18 @@
"cyf" = (/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
"cyg" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
"cyh" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"cyi" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
+"cyi" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cyj" = (/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
-"cyk" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cyl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cym" = (/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/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cyn" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cyo" = (/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/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cyp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/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/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cyk" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cyl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cym" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cyn" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cyo" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cyp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cyq" = (/obj/structure/table/rack{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/southleft{name = "Engineering Voidsuits"; req_access = list(11)},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"cyr" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; layer = 7; master_tag = "incinerator_access_control"; name = "Incinerator airlock control"; pixel_x = 10; pixel_y = -22},/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/binary/pump,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cyr" = (/obj/machinery/access_button{name = "Incinerator airlock control"; dir = 1; layer = 7; pixel_x = 10; pixel_y = -22; frequency = 1379; command = "cycle_exterior"; master_tag = "incinerator_access_control"},/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/binary/pump,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cys" = (/obj/structure/curtain/open/shower/engineering,/obj/structure/window/basic{dir = 1},/obj/machinery/shower{dir = 8; pixel_x = -5; pixel_y = -5},/obj/machinery/door/window/westleft{name = "Shower"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
-"cyt" = (/obj/machinery/button/remote/airlock{id = "engineering_cubicle"; name = "Door Bolt Control"; pixel_x = -25; pixel_y = 8; specialfunctions = 4},/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/machinery/light/small{dir = 4},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
+"cyt" = (/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; pixel_x = -25; pixel_y = 8; id = "engineering_cubicle"; specialfunctions = 4},/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/machinery/light/small{dir = 4},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/engi_wash)
"cyu" = (/obj/machinery/light/small{dir = 1},/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cyv" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"cyw" = (/obj/structure/reagent_dispensers/watertank,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
@@ -6663,16 +6666,16 @@
"cyC" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyD" = (/obj/structure/flora/tree/pine/old_pinteree{anchored = 0},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Medbay Patient Wing Maintenance Access"; req_access = list(5)},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/medical/medbay4)
-"cyF" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"cyF" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cyG" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyH" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyI" = (/obj/random/junk,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyJ" = (/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cyK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cyK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cyL" = (/turf/simulated/wall/r_wall,/area/medical/virology)
-"cyM" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; dir = 1; id = "virologyquar"; name = "Virology Emergency Lockdown Control"; pixel_y = -28; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cyN" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cyO" = (/obj/structure/closet/wardrobe/virology_white,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/camera/xray/medbay{c_tag = "Virology Access Aft"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cyM" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/button/remote/blast_door{name = "Virology Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; dir = 1; pixel_y = -28; id = "virologyquar"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cyN" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cyO" = (/obj/structure/closet/wardrobe/virology_white,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/camera/xray/medbay{c_tag = "Virology Access Aft"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cyP" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/steel,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cyQ" = (/obj/item/cigbutt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cyR" = (/turf/simulated/floor/plating,/area/maintenance/research_port)
@@ -6682,63 +6685,63 @@
"cyV" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"cyW" = (/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cyX" = (/obj/machinery/seed_extractor,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"cyY" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"cyZ" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"cza" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes/buildable{RCon_tag = "Solar - Aft Starboard"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cyY" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cyZ" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cza" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Solar - Aft Starboard"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"czb" = (/obj/machinery/portable_atmospherics/canister/hydrogen,/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"czc" = (/obj/machinery/portable_atmospherics/canister/empty/nitrogen,/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
"czd" = (/obj/machinery/portable_atmospherics/canister/empty/oxygen,/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
"cze" = (/obj/machinery/portable_atmospherics/canister/empty/air,/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
-"czf" = (/obj/structure/cable{d1 = 32; d2 = 4; icon_state = "32-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/lattice,/turf/simulated/open,/area/maintenance/atmos_control)
+"czf" = (/obj/structure/cable{icon_state = "32-4"; d2 = 4; d1 = 32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/lattice,/turf/simulated/open,/area/maintenance/atmos_control)
"czg" = (/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"czh" = (/turf/simulated/wall,/area/engineering/engine_eva)
-"czi" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/red,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"czi" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/red,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"czj" = (/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"czk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"czl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"czm" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/table/steel_reinforced,/obj/item/device/suit_cooling_unit,/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
+"czm" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/table/steel_reinforced,/obj/item/device/suit_cooling_unit,/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
"czn" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"czo" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"czp" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"czq" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"czr" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"czs" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/table/rack{dir = 8},/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"czs" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/table/rack{dir = 8},/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"czt" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"czu" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"czu" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"czv" = (/turf/simulated/wall,/area/engineering/locker_room)
"czw" = (/obj/machinery/door/airlock/engineering{name = "Engineering Washroom"; req_one_access = list(10)},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/freezer,/area/engineering/locker_room)
"czx" = (/turf/simulated/wall,/area/maintenance/substation/engineering)
-"czy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"czy" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
"czz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/engineering)
"czA" = (/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"czB" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"czB" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/maintenance/medbay)
"czC" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
"czD" = (/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/medbay)
"czE" = (/obj/structure/sign/redcross{pixel_y = 32},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"czF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"czG" = (/obj/machinery/meter,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"czH" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"czI" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"czF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"czG" = (/obj/machinery/meter,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/plating,/area/maintenance/medbay)
+"czH" = (/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{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"czI" = (/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{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/medbay)
"czJ" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning/corner,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"czK" = (/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"czL" = (/obj/machinery/light/small{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Aft Starboard Access"; dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
+"czL" = (/obj/machinery/light/small{dir = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Solar Maintenance Aft Starboard Access"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"czM" = (/obj/structure/bed/chair,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"czN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"czO" = (/obj/item/stool,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Aft Starboard"; dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"czP" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"czQ" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"czN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"czO" = (/obj/item/stool,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Solar Maintenance Aft Starboard"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"czP" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"czQ" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/light/small{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"czR" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "h2_in"; use_power = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"czS" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "h2_sensor"},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
-"czT" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "h2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
+"czT" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "h2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"czU" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "n2_in"; use_power = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
"czV" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2_sensor"},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
-"czW" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "n2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
+"czW" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "n2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
"czX" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "o2_in"; use_power = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
"czY" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "o2_sensor"},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
-"czZ" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "o2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
+"czZ" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "o2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
"cAa" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1443; id = "air_in"; use_power = 1},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
-"cAb" = (/obj/machinery/air_sensor{frequency = 1443; id_tag = "air_sensor"; output = 7},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
-"cAc" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1443; icon_state = "map_vent_in"; id_tag = "air_out"; internal_pressure_bound = 2000; internal_pressure_bound_default = 2000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
+"cAb" = (/obj/machinery/air_sensor{frequency = 1443; output = 7; id_tag = "air_sensor"},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
+"cAc" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{icon_state = "map_vent_in"; frequency = 1443; use_power = 1; id_tag = "air_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 2000; external_pressure_bound_default = 0; internal_pressure_bound_default = 2000; pressure_checks_default = 2},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
"cAd" = (/obj/machinery/atmospherics/pipe/zpipe/down/supply{dir = 1},/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{dir = 1},/obj/structure/lattice,/turf/simulated/open,/area/maintenance/atmos_control)
"cAe" = (/obj/machinery/atmospherics/pipe/simple/visible/supply,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
"cAf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/maintenance/atmos_control)
@@ -6751,47 +6754,47 @@
"cAm" = (/obj/structure/table/reinforced,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/machinery/door/window/northleft{name = "Engineering Lobby"; req_access = list(24)},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/englobby)
"cAn" = (/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/item/folder/yellow,/obj/machinery/door/window/northright{name = "Engineering Lobby"; req_access = list(24)},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/englobby)
"cAo" = (/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cAp" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cAq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Locker Room"; req_one_access = list(11,24)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAu" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAv" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAw" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cAx" = (/obj/machinery/door/airlock/engineering{name = "Engineering Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"cAp" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cAq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Locker Room"; req_one_access = list(11,24)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAs" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAt" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAu" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAv" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAw" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cAx" = (/obj/machinery/door/airlock/engineering{name = "Engineering Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
"cAy" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cAz" = (/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
-"cAA" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cAB" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cAC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cAD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Engineering\\Medbay Maintenance"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/sign/warning/fire{pixel_y = -32},/obj/effect/floor_decal/industrial/warning/corner,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAG" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAz" = (/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"cAA" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cAB" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cAC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cAD" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Engineering\\Medbay Maintenance"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/sign/warning/fire{pixel_y = -32},/obj/effect/floor_decal/industrial/warning/corner,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAG" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cAI" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/closet/emcloset,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"cAO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/closet/emcloset,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cAO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cAP" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/medical/virology)
"cAQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cAR" = (/obj/structure/closet/wardrobe/virology_white,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cAS" = (/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/structure/sign/warning/secure_area{pixel_x = -32},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cAT" = (/obj/machinery/power/solar_control{id = "starboardsolar"; name = "Aft Starboard Solar Control"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"cAU" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1379; master_tag = "solar_xeno_airlock"; name = "interior access button"; pixel_x = -25; pixel_y = -25; req_access = list(11,13)},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cAT" = (/obj/machinery/power/solar_control{name = "Aft Starboard Solar Control"; id = "starboardsolar"},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cAU" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; pixel_x = -25; pixel_y = -25; frequency = 1379; req_access = list(11,13); command = "cycle_interior"; master_tag = "solar_xeno_airlock"},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"cAV" = (/obj/structure/sign/warning/airlock{pixel_y = -32},/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"cAW" = (/turf/space,/area/shuttle/syndicate_elite/southwest)
-"cAX" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "virology_airlock"; name = "exterior access button"; pixel_x = 22; pixel_y = 22; req_access = list(13)},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/space)
+"cAX" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = 22; pixel_y = 22; frequency = 1379; req_access = list(13); command = "cycle_exterior"; master_tag = "virology_airlock"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/space)
"cAY" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/virology)
"cAZ" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"cBa" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cBb" = (/obj/structure/closet/l3closet/virology,/obj/machinery/embedded_controller/radio/airlock/access_controller{id_tag = "virology_airlock_control"; name = "Virology Access Console"; pixel_x = 8; pixel_y = 24; tag_exterior_door = "virology_airlock_exterior"; tag_interior_door = "virology_airlock_interior"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cBb" = (/obj/structure/closet/l3closet/virology,/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Virology Access Console"; pixel_x = 8; pixel_y = 24; id_tag = "virology_airlock_control"; tag_exterior_door = "virology_airlock_exterior"; tag_interior_door = "virology_airlock_interior"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cBc" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cBd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
+"cBd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cBe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cBf" = (/obj/machinery/suit_cycler/engineering,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
"cBg" = (/obj/machinery/suit_cycler/engineering,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
@@ -6800,30 +6803,30 @@
"cBj" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cBk" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/englobby)
"cBl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cBm" = (/obj/machinery/navbeacon/box/AFTH,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cBm" = (/obj/machinery/navbeacon/box/AFTH,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cBn" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cBo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cBp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Locker Room"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cBq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cBr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cBs" = (/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cBt" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cBt" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cBu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/sign/warning/high_voltage{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cBv" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"cBw" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/engineering)
"cBx" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cBy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cBy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cBz" = (/obj/structure/table/rack,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cBA" = (/turf/simulated/wall/r_wall,/area/maintenance/incinerator)
"cBB" = (/turf/simulated/wall,/area/maintenance/incinerator)
-"cBC" = (/obj/machinery/door/airlock/maintenance{name = "Incinerator Access"; req_one_access = list(5,12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cBC" = (/obj/machinery/door/airlock/maintenance{name = "Incinerator Access"; req_one_access = list(5,12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cBD" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cBE" = (/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cBF" = (/obj/machinery/light{dir = 4},/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cBG" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = -22; req_access = list(39)},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cBG" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/access_button{name = "Virology Access Button"; dir = 1; pixel_x = 8; pixel_y = -22; frequency = 1379; req_access = list(39); command = "cycle_interior"; master_tag = "virology_airlock_control"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cBH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cBI" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/table/glass,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/corner/lime,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/masks,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "virologyquar"; name = "Virology Emergency Lockdown Control"; pixel_y = 28; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cBJ" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_xeno_inner"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cBI" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/table/glass,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/floor_decal/corner/lime,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/masks,/obj/machinery/button/remote/blast_door{name = "Virology Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_y = 28; id = "virologyquar"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cBJ" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_xeno_inner"},/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"cBK" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cBL" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/space,/area/space)
"cBM" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/space,/area/space)
@@ -6835,33 +6838,33 @@
"cBS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cBT" = (/obj/machinery/door/window/eastright{name = "Engineering Delivery"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cBU" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cBV" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/engineering{c_tag = "Engineering EVA"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"cBV" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering EVA"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cBW" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"cBX" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"cBY" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/requests_console{department = "Engineering"; departmentType = 3; name = "Engineering RC"; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cBY" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/requests_console{name = "Engineering RC"; pixel_y = -32; department = "Engineering"; departmentType = 3},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cBZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cCa" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cCb" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/tape_roll,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/englobby)
"cCc" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cCd" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"cCe" = (/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cCd" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"cCe" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cCf" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"cCg" = (/obj/structure/closet/secure_closet/atmos_personal,/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cCh" = (/obj/structure/closet/secure_closet/atmos_personal,/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cCi" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/reagent_dispensers/watertank,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
-"cCj" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/camera/network/engineering{c_tag = "Engineering Locker Room"; dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/random/tech_supply,/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = -32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
+"cCj" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering Locker Room"},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/random/tech_supply,/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = -32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cCk" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/light,/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cCl" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/vending/assist,/turf/simulated/floor/tiled/rough,/area/engineering/locker_room)
"cCm" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Engineering Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
-"cCn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
-"cCo" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
-"cCp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cCq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cCn" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"cCo" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/substation/engineering)
+"cCp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cCq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cCr" = (/obj/structure/table/rack,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cCs" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light{dir = 1},/obj/machinery/camera/network/engineering{c_tag = "Incinerator"},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cCt" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cCu" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light_switch{pixel_y = 27},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cCv" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cCt" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cCu" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light_switch{pixel_y = 27},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cCv" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cCw" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cCx" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cCy" = (/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
@@ -6869,27 +6872,27 @@
"cCA" = (/obj/machinery/atmospherics/binary/passive_gate/on,/obj/structure/sign/warning/airlock{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cCB" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cCC" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/engine_airlock)
-"cCD" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "solar_xeno_airlock"; pixel_x = 28; req_access = list(13); tag_airpump = "solar_xeno_pump"; tag_chamber_sensor = "solar_xeno_sensor"; tag_exterior_door = "solar_xeno_outer"; tag_interior_door = "solar_xeno_inner"},/obj/machinery/airlock_sensor{dir = 8; id_tag = "solar_xeno_sensor"; pixel_x = 25; pixel_y = -12},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "solar_xeno_pump"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
-"cCE" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; initialize_directions = 4; use_power = 1; volume_rate = 200},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
+"cCD" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 28; req_access = list(13); id_tag = "solar_xeno_airlock"; tag_exterior_door = "solar_xeno_outer"; tag_interior_door = "solar_xeno_inner"; tag_airpump = "solar_xeno_pump"; tag_chamber_sensor = "solar_xeno_sensor"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = -12; id_tag = "solar_xeno_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "solar_xeno_pump"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cCE" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; use_power = 1; volume_rate = 200; initialize_directions = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
"cCF" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 10},/obj/structure/lattice,/turf/space,/area/space)
-"cCG" = (/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/medbay{c_tag = "Virology Isolation Room"; dir = 4},/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/floor/tiled/white,/area/medical/virology)
-"cCH" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virology_airlock_interior"; locked = 1; name = "Virology Interior Airlock"; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cCI" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cCJ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cCG" = (/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Isolation Room"},/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/floor/tiled/white,/area/medical/virology)
+"cCH" = (/obj/machinery/door/airlock/medical{name = "Virology Interior Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virology_airlock_interior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cCI" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{name = "Engine Radiator Viewport Shutter"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "EngineRadiatorViewport"},/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cCJ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{name = "Engine Radiator Viewport Shutter"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "EngineRadiatorViewport"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cCK" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/portsolar)
"cCL" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cCM" = (/turf/simulated/wall/r_wall,/area/engineering/atmos)
"cCN" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/obj/machinery/atmospherics/pipe/manifold/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cCO" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cCP" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"cCQ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cCQ" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/door/blast/regular{name = "Engine Radiator Viewport Shutter"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "EngineRadiatorViewport"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cCR" = (/turf/simulated/wall/r_wall,/area/engineering/engineering_monitoring)
-"cCS" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutter"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cCS" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{name = "Engine Radiator Viewport Shutter"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "EngineRadiatorViewport"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cCT" = (/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/atmos,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cCU" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/engineering/engineering_monitoring)
"cCV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Monitoring Room"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cCW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cCX" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cCX" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
"cCY" = (/obj/structure/sign/warning/secure_area,/turf/simulated/wall/r_wall,/area/engineering/workshop)
"cCZ" = (/turf/simulated/wall/r_wall,/area/engineering/workshop)
"cDa" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering)
@@ -6909,33 +6912,33 @@
"cDo" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/drone_fabricator,/obj/machinery/light{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cDp" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/ai_status_display{pixel_y = 32},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cDq" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cDs" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "solar_xeno_outer"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
+"cDs" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "solar_xeno_outer"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/maintenance/starboardsolar)
"cDt" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/structure/lattice,/turf/space,/area/space)
-"cDu" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cDu" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cDv" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDw" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "h2_in"; name = "Hydrogen Supply Control"; output_tag = "h2_out"; sensors = list("h2_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDw" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Hydrogen Supply Control"; sensors = list(h2_sensor="Tank"); input_tag = "h2_in"; output_tag = "h2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDx" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/valve/digital{name = "Hydrogen Outlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDy" = (/obj/machinery/atmospherics/binary/pump{name = "H2 to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Hydrogen"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDz" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "n2_in"; name = "Nitrogen Supply Control"; output_tag = "n2_out"; sensors = list("n2_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDz" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Nitrogen Supply Control"; sensors = list(n2_sensor="Tank"); input_tag = "n2_in"; output_tag = "n2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDA" = (/obj/machinery/atmospherics/valve/digital/open{name = "Nitrogen Outlet Valve"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDB" = (/obj/machinery/atmospherics/binary/pump{name = "N2 to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDC" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "o2_in"; name = "Oxygen Supply Control"; output_tag = "o2_out"; sensors = list("o2_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDC" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Oxygen Supply Control"; sensors = list(o2_sensor="Tank"); input_tag = "o2_in"; output_tag = "o2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDD" = (/obj/machinery/atmospherics/valve/digital/open{name = "Oxygen Outlet Valve"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDE" = (/obj/machinery/atmospherics/binary/pump{name = "O2 to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Air"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDF" = (/obj/machinery/atmospherics/pipe/simple/visible/blue,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDG" = (/obj/machinery/computer/general_air_control/large_tank_control{frequency = 1443; input_tag = "air_in"; name = "Mixed Air Supply Control"; output_tag = "air_out"; pressure_setting = 2000; sensors = list("air_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDG" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Mixed Air Supply Control"; frequency = 1443; sensors = list(air_sensor="Tank"); input_tag = "air_in"; output_tag = "air_out"; pressure_setting = 2000},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDH" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/obj/machinery/meter,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDI" = (/obj/machinery/atmospherics/valve/digital/open{dir = 4; name = "Mixed Air Outlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDJ" = (/obj/machinery/atmospherics/binary/pump/on{dir = 4; name = "Air to Supply"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - North Center"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDI" = (/obj/machinery/atmospherics/valve/digital/open{name = "Mixed Air Outlet Valve"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDJ" = (/obj/machinery/atmospherics/binary/pump/on{name = "Air to Supply"; dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - North Center"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDK" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDL" = (/obj/machinery/atmospherics/pipe/manifold/visible/supply{dir = 4},/obj/machinery/meter,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cDN" = (/obj/machinery/meter{frequency = 1443; id = "wloop_atm_meter"; name = "Waste Loop"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cDM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cDN" = (/obj/machinery/meter{name = "Waste Loop"; frequency = 1443; id = "wloop_atm_meter"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDO" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDP" = (/turf/simulated/wall,/area/engineering/engineering_monitoring)
"cDQ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cDR" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cDS" = (/obj/machinery/computer/general_air_control{frequency = 1443; level = 3; name = "Distribution and Waste Monitor"; sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Engine Waste")},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/engineering{c_tag = "Engineering Monitoring Room"; dir = 4},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cDS" = (/obj/machinery/computer/general_air_control{name = "Distribution and Waste Monitor"; frequency = 1443; level = 3; sensors = list(mair_in_meter="Mixed Air In", air_sensor="Mixed Air Supply Tank", mair_out_meter="Mixed Air Out", dloop_atm_meter="Distribution Loop", wloop_atm_meter="Engine Waste")},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Engineering Monitoring Room"},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cDT" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cDU" = (/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/structure/table/reinforced,/obj/item/device/lightreplacer,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cDV" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/upgraded,/obj/item/device/flashlight/upgraded,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
@@ -6947,7 +6950,7 @@
"cEb" = (/obj/machinery/door/window/eastright{name = "Engineering Reception Desk"; req_one_access = list(11,24)},/obj/machinery/light,/obj/machinery/computer/guestpass{pixel_y = -28},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/englobby)
"cEc" = (/obj/machinery/vending/tool,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cEd" = (/obj/machinery/vending/engivend,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"cEe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cEe" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
"cEf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/sign/directions/medical{dir = 1; pixel_x = 30; pixel_z = 4},/obj/structure/sign/directions/evac{dir = 8; pixel_x = 30; pixel_z = -4},/turf/simulated/floor/tiled/rough,/area/engineering)
"cEg" = (/obj/machinery/vending/engineering,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cEh" = (/turf/simulated/wall,/area/engineering/storage)
@@ -6956,8 +6959,7 @@
"cEk" = (/obj/machinery/light{dir = 1},/obj/machinery/portable_atmospherics/canister/plasma,/turf/simulated/floor/plating,/area/engineering/storage)
"cEl" = (/obj/machinery/power/rad_collector,/turf/simulated/floor/plating,/area/engineering/storage)
"cEm" = (/turf/simulated/wall/r_wall,/area/engineering/storage)
-"cEn" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Engineering Maintenance"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cEo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/mob/living/simple_animal/mouse,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cEn" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/maintenance{name = "Engineering Maintenance"},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cEp" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cEq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cEr" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
@@ -6965,22 +6967,22 @@
"cEt" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/structure/sign/warning/deathsposal{pixel_x = 32},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cEu" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "virology_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
"cEv" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cEw" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "solar_xeno_airlock"; name = "exterior access button"; pixel_x = 25; pixel_y = 25; req_access = list(11,13)},/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough/airless,/area/solar/starboard)
+"cEw" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = 25; pixel_y = 25; frequency = 1379; req_access = list(11,13); command = "cycle_exterior"; master_tag = "solar_xeno_airlock"},/obj/structure/catwalk,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough/airless,/area/solar/starboard)
"cEx" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cEy" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cEy" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cEz" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEA" = (/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEB" = (/obj/machinery/atmospherics/valve{dir = 1; open = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEC" = (/obj/machinery/atmospherics/pipe/manifold/visible/blue{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cED" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Air Mix to air circuit"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cED" = (/obj/machinery/atmospherics/binary/pump{name = "Air Mix to air circuit"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEE" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEF" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cEG" = (/obj/machinery/button/remote/blast_door{dir = 4; id = "EngineVent"; name = "Reactor Ventillatory Control"; pixel_x = -25; req_access = list(10)},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cEG" = (/obj/machinery/button/remote/blast_door{name = "Reactor Ventillatory Control"; dir = 4; pixel_x = -25; id = "EngineVent"; req_access = list(10)},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cEH" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/engineering/atmos)
-"cEI" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Air to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cEI" = (/obj/machinery/atmospherics/binary/pump{name = "Air to Connector"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEJ" = (/obj/machinery/atmospherics/pipe/simple/visible/universal,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEK" = (/obj/machinery/atmospherics/pipe/simple/visible/universal,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cEL" = (/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Air to Port"; target_pressure = 200},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cEL" = (/obj/machinery/atmospherics/binary/pump/on{name = "Air to Port"; dir = 1; target_pressure = 200},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEM" = (/obj/machinery/atmospherics/binary/pump/on{name = "Port to Waste"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cEN" = (/obj/machinery/computer/atmos_alert,/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cEO" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/crew/atmostech,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
@@ -6990,7 +6992,7 @@
"cES" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cET" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cEU" = (/obj/item/modular_computer/console/preset/engineering,/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cEV" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cEV" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
"cEW" = (/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/engineering)
"cEX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cEY" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/engineering/storage)
@@ -7000,21 +7002,21 @@
"cFc" = (/obj/machinery/floodlight,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cFd" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cFe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cFf" = (/obj/machinery/atmospherics/tvalve/digital/bypass{dir = 1; icon_state = "map_tvalve0"; initialize_directions = 7; level = 2; state = 0},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cFg" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 1; id_tag = "incinerator_access_control"; name = "Incinerator Access Console"; pixel_x = -6; pixel_y = -25; req_access = list(12); tag_exterior_door = "incinerator_airlock_exterior"; tag_interior_door = "incinerator_airlock_interior"},/obj/machinery/button/ignition{dir = 1; id = "Incinerator"; pixel_x = 6; pixel_y = -24},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cFf" = (/obj/machinery/atmospherics/tvalve/digital/bypass{icon_state = "map_tvalve0"; dir = 1; state = 0; level = 2; initialize_directions = 7},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cFg" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Incinerator Access Console"; dir = 1; pixel_x = -6; pixel_y = -25; req_access = list(12); id_tag = "incinerator_access_control"; tag_exterior_door = "incinerator_airlock_exterior"; tag_interior_door = "incinerator_airlock_interior"},/obj/machinery/button/ignition{dir = 1; pixel_x = 6; pixel_y = -24; id = "Incinerator"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cFh" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"cFi" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/meter,/obj/machinery/button/remote/blast_door{dir = 1; id = "disvent"; name = "Incinerator Vent Control"; pixel_y = -24; req_one_access = list(12,5)},/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"cFi" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/meter,/obj/machinery/button/remote/blast_door{name = "Incinerator Vent Control"; dir = 1; pixel_y = -24; id = "disvent"; req_one_access = list(12,5)},/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cFj" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cFk" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/machinery/meter,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cFl" = (/obj/machinery/airlock_sensor{dir = 8; id_tag = "virology_sensor"; pixel_x = 25; pixel_y = 12},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "virology_airlock"; pixel_x = 25; req_access = list(13); tag_airpump = "virology_pump"; tag_chamber_sensor = "virology_sensor"; tag_exterior_door = "virology_outer"; tag_interior_door = "virology_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
-"cFm" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cFn" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "surgeryobs2"; name = "Operating Theatre Privacy Shutters"; opacity = 0},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/surgery2)
+"cFl" = (/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "virology_sensor"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 25; req_access = list(13); id_tag = "virology_airlock"; tag_exterior_door = "virology_outer"; tag_interior_door = "virology_inner"; tag_airpump = "virology_pump"; tag_chamber_sensor = "virology_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
+"cFm" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cFn" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Operating Theatre Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "surgeryobs2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/surgery2)
"cFo" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/medical/virology)
"cFp" = (/obj/machinery/light{dir = 8},/obj/structure/closet/secure_closet/personal/patient,/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cFq" = (/obj/machinery/light{dir = 1},/obj/machinery/computer/centrifuge,/obj/item/storage/secure/safe{pixel_x = 5; pixel_y = 29},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cFr" = (/obj/machinery/disease2/isolator,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cFs" = (/obj/machinery/disease2/incubator,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"cFt" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cFt" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/starboard)
"cFu" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/space,/area/space)
"cFv" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cFw" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
@@ -7023,19 +7025,19 @@
"cFz" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFA" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFB" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cFC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cFD" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine radiator viewport shutters."; dir = 8; id = "EngineRadiatorViewport"; name = "Engine Radiator Viewport Shutters"; pixel_x = 25; req_access = list(10)},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cFC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cFD" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/machinery/button/remote/blast_door{name = "Engine Radiator Viewport Shutters"; desc = "A remote control-switch for the engine radiator viewport shutters."; dir = 8; pixel_x = 25; id = "EngineRadiatorViewport"; req_access = list(10)},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cFE" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
"cFF" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/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 = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFG" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cFH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1380; master_tag = "engineering_dock_airlock"; name = "interior access button"; pixel_x = -24; pixel_y = -22; req_one_access = list(13,11,24)},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cFH" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/access_button{name = "interior access button"; dir = 1; pixel_x = -24; pixel_y = -22; frequency = 1380; command = "cycle_interior"; req_one_access = list(13,11,24); master_tag = "engineering_dock_airlock"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cFI" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFJ" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFK" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/binary/pump/on{name = "Scrubber to Waste"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFL" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFM" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cFN" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/space_heater,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cFO" = (/obj/machinery/computer/general_air_control{frequency = 1441; name = "Tank Monitor"; sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank")},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cFO" = (/obj/machinery/computer/general_air_control{name = "Tank Monitor"; frequency = 1441; sensors = list(n2_sensor="Nitrogen", o2_sensor="Oxygen", co2_sensor="Carbon Dioxide", tox_sensor="Toxins", n2o_sensor="Nitrous Oxide", waste_sensor="Gas Mix Tank")},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cFP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cFQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cFR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/atmostech,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
@@ -7049,16 +7051,16 @@
"cFZ" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cGa" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cGb" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cGc" = (/obj/machinery/light_switch{dir = 4; pixel_x = -22; pixel_y = -10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/engineering{c_tag = "Engineering Storage"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/bed/chair/pedalgen{anchored = 0; dir = 4},/turf/simulated/floor/plating,/area/engineering/storage)
+"cGc" = (/obj/machinery/light_switch{dir = 4; pixel_x = -22; pixel_y = -10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Engineering Storage"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/bed/chair/pedalgen{dir = 4; anchored = 0},/turf/simulated/floor/plating,/area/engineering/storage)
"cGd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cGe" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cGf" = (/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cGg" = (/obj/effect/landmark/start/antags/borer,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"cGh" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "virology_pump"},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
-"cGi" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "virology_outer"; locked = 1; name = "Engineering External Access"; req_access = list(10,13)},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
+"cGi" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(10,13); id_tag = "virology_outer"},/turf/simulated/floor/plating/rough,/area/maintenance/medbay)
"cGj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cGk" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cGl" = (/obj/structure/bed/chair,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/medbay{c_tag = "Virology Monkey Pen"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cGl" = (/obj/structure/bed/chair,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/medbay{c_tag = "Virology Monkey Pen"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cGm" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/storage)
"cGn" = (/obj/machinery/light{dir = 4},/obj/machinery/disposal,/obj/effect/floor_decal/industrial/warning/full,/obj/structure/sign/warning/deathsposal{pixel_y = 32},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cGo" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/item/bedsheet/medical,/obj/structure/bed/padded,/turf/simulated/floor/tiled/white,/area/medical/virology)
@@ -7067,7 +7069,7 @@
"cGr" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cGs" = (/obj/item/storage/box/syringes{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/beakers,/obj/item/reagent_containers/dropper,/obj/structure/table/glass,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cGt" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/white,/area/medical/virology)
-"cGu" = (/obj/machinery/door/window/southright{dir = 4; name = "Virology Isolation Room"; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cGu" = (/obj/machinery/door/window/southright{name = "Virology Isolation Room"; dir = 4; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cGv" = (/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/engineering)
"cGw" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cGx" = (/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
@@ -7075,7 +7077,7 @@
"cGz" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGA" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGB" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cGC" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/omni/mixer{tag_east = 2; tag_east_con = 0; tag_north = 1; tag_north_con = 0.21; tag_south_con = 0; tag_west = 1; tag_west_con = 0.79},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cGC" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/omni/mixer{tag_north_con = 0.21; tag_south_con = 0; tag_east_con = 0; tag_west_con = 0.79; tag_north = 1; tag_east = 2; tag_west = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGD" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/blue{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGE" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGF" = (/obj/machinery/atmospherics/pipe/simple/visible/blue{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -7084,29 +7086,29 @@
"cGI" = (/obj/machinery/atmospherics/binary/pump{name = "Supply to Waste"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGJ" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGK" = (/obj/machinery/pipedispenser,/obj/structure/window/reinforced{dir = 1},/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cGL" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Connector to waste"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cGL" = (/obj/machinery/atmospherics/binary/pump{name = "Connector to waste"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGM" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/red,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGN" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cGO" = (/obj/structure/table/reinforced,/obj/item/device/measuring_tape,/obj/effect/floor_decal/corner/yellow/three_quarters,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cGP" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/structure/table/reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cGQ" = (/obj/structure/table/reinforced,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/item/device/cable_painter,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cGR" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cGS" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/random/snack,/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/item/paper/eng_wires,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cGT" = (/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Monitoring Room"; dir = 8},/obj/item/modular_computer/console/preset/engineering,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cGU" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "engineering_dock_inner"; locked = 1; name = "Engineering Dock Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
-"cGV" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cGR" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cGS" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/random/snack,/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/item/paper/eng_wires,/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cGT" = (/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Atmospherics Monitoring Room"},/obj/item/modular_computer/console/preset/engineering,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cGU" = (/obj/machinery/door/airlock/external{name = "Engineering Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "engineering_dock_inner"},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cGV" = (/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/engineering)
"cGW" = (/obj/structure/closet/secure_closet/engineering_welding,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cGX" = (/obj/item/device/multitool{pixel_x = 5},/obj/item/device/t_scanner,/obj/item/reagent_containers/spray/cleaner,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"cGY" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cGZ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/engineering/storage)
-"cHa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/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/dark/rough,/area/engineering/storage)
+"cGY" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cGZ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/engineering/storage)
+"cHa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cHb" = (/obj/structure/closet/crate/solar_assembly,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage)
"cHc" = (/obj/structure/closet/crate/solar,/turf/simulated/floor/plating,/area/engineering/storage)
-"cHd" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cHd" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cHe" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/wall/r_wall,/area/maintenance/incinerator)
-"cHf" = (/obj/machinery/door/airlock/glass{autoclose = 0; frequency = 1379; heat_proof = 1; icon_state = "door_locked"; id_tag = "incinerator_airlock_interior"; locked = 1; name = "Mixing Room Interior Airlock"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cHg" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "engineering_dock_inner"; locked = 1; name = "Engineering Dock Airlock"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
-"cHh" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "engineering_dock_pump"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; frequency = 1380; id_tag = "edock_airlock"; pixel_x = -25; req_one_access = list(13,11,24); tag_airpump = "engineering_dock_pump"; tag_chamber_sensor = "engineering_dock_sensor"; tag_exterior_door = "engineering_dock_outer"; tag_interior_door = "engineering_dock_inner"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cHf" = (/obj/machinery/door/airlock/glass{name = "Mixing Room Interior Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(12); id_tag = "incinerator_airlock_interior"; autoclose = 0; heat_proof = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cHg" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/external{name = "Engineering Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "engineering_dock_inner"},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cHh" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "engineering_dock_pump"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; pixel_x = -25; frequency = 1380; req_one_access = list(13,11,24); id_tag = "edock_airlock"; tag_exterior_door = "engineering_dock_outer"; tag_interior_door = "engineering_dock_inner"; tag_airpump = "engineering_dock_pump"; tag_chamber_sensor = "engineering_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
"cHi" = (/obj/effect/floor_decal/corner/lime{dir = 1},/obj/effect/landmark/start/crew/virologist,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cHj" = (/obj/effect/floor_decal/corner/lime,/obj/effect/landmark/start/crew/virologist,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cHk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
@@ -7117,19 +7119,19 @@
"cHp" = (/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cHq" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cHr" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 5},/turf/space,/area/space)
-"cHs" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cHs" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
"cHt" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
"cHu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cHv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cHw" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 8; tag_south = 7; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cHw" = (/obj/machinery/atmospherics/omni/filter{tag_north = 8; tag_south = 7; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHx" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHy" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHz" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cHA" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 4; tag_south = 5; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cHA" = (/obj/machinery/atmospherics/omni/filter{tag_north = 4; tag_south = 5; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHB" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHC" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cHD" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 3; tag_south = 6; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cHE" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cHD" = (/obj/machinery/atmospherics/omni/filter{tag_north = 3; tag_south = 6; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cHE" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
"cHF" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHG" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHH" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -7140,26 +7142,26 @@
"cHM" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cHO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics Monitoring Room"; req_access = list(24)},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
-"cHP" = (/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,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Monitoring Room"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
+"cHP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Monitoring Room"; req_one_access = list(10)},/turf/simulated/floor/tiled/rough,/area/engineering/engineering_monitoring)
"cHQ" = (/obj/structure/table/steel_reinforced,/obj/item/screwdriver{layer = 4; pixel_y = 4},/obj/item/weldingtool/largetank,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cHR" = (/obj/item/storage/toolbox/mechanical{pixel_y = 5},/obj/item/storage/toolbox/electrical,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"cHS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Engineering Hallway North"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cHT" = (/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/rough,/area/engineering)
+"cHS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Engineering Hallway North"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cHT" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"cHU" = (/obj/machinery/power/emitter,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage)
"cHV" = (/obj/machinery/power/emitter,/obj/machinery/light{dir = 4},/turf/simulated/floor/plating,/area/engineering/storage)
"cHW" = (/obj/structure/table/standard,/obj/structure/closet/hydrant{pixel_y = 32},/obj/machinery/cell_charger{pixel_y = 5},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cHX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cHY" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "incinerator_access_control"; name = "Incinerator airlock control"; pixel_x = -8; pixel_y = 24},/obj/structure/sign/warning/fire{pixel_x = 32},/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cHZ" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/lattice,/turf/space,/area/space)
+"cHY" = (/obj/machinery/access_button{name = "Incinerator airlock control"; pixel_x = -8; pixel_y = 24; frequency = 1379; command = "cycle_interior"; master_tag = "incinerator_access_control"},/obj/structure/sign/warning/fire{pixel_x = 32},/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cHZ" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/lattice,/turf/space,/area/space)
"cIa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/space)
"cIb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cIc" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/plating/airless,/area/space)
"cId" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cIe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Virology Laboratory"; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cIf" = (/obj/effect/landmark/start/antags/xeno,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cIe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Virology Laboratory"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cIf" = (/obj/effect/landmark/start/antags/xeno,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cIg" = (/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/effect/landmark/start/crew/virologist,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cIh" = (/obj/machinery/door/window/southright{dir = 4; name = "Primate Pen"; req_access = list(39)},/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/rough,/area/medical/virology)
-"cIi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cIh" = (/obj/machinery/door/window/southright{name = "Primate Pen"; dir = 4; req_access = list(39)},/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/rough,/area/medical/virology)
+"cIi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cIj" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cIk" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/virology)
"cIl" = (/turf/space,/area/syndicate_station/southwest)
@@ -7170,8 +7172,8 @@
"cIq" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cIr" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cIs" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cIt" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/binary/pump{dir = 1; name = "Port to Supply"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cIu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/camera/network/engineering{c_tag = "Engineering Workshop"; dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cIt" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/binary/pump{name = "Port to Supply"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cIu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Workshop"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cIv" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cIw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cIx" = (/obj/machinery/atmospherics/unary/heater{icon_state = "heater"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -7186,58 +7188,58 @@
"cIG" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cIH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics"; req_access = list(24)},/turf/simulated/floor/tiled/rough,/area/engineering)
"cII" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cIJ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
-"cIK" = (/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/rough,/area/engineering)
-"cIL" = (/obj/machinery/newscaster{pixel_y = 30},/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/rough,/area/engineering)
-"cIM" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/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/vending/wallmed1{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cIN" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cIO" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Engineering"; sortType = "Engineering"},/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/rough,/area/engineering)
-"cIP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/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/rough,/area/engineering/workshop)
-"cIQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cIR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cIS" = (/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/rough,/area/engineering/workshop)
-"cIT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cIU" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"cIJ" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIL" = (/obj/machinery/newscaster{pixel_y = 30},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIM" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/vending/wallmed1{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIN" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIO" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Engineering"; dir = 2; sortType = "Engineering"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cIP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cIQ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cIR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cIS" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/engineering/workshop)
+"cIT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cIU" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cIV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cIW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cIX" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"cIY" = (/obj/machinery/power/emitter,/turf/simulated/floor/plating,/area/engineering/storage)
"cIZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cJa" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cJb" = (/obj/machinery/door/airlock/glass{autoclose = 0; frequency = 1379; heat_proof = 1; icon_state = "door_locked"; id_tag = "incinerator_airlock_exterior"; locked = 1; name = "Mixing Room Exterior Airlock"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cJb" = (/obj/machinery/door/airlock/glass{name = "Mixing Room Exterior Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(12); id_tag = "incinerator_airlock_exterior"; autoclose = 0; heat_proof = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cJc" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible,/turf/space,/area/space)
"cJd" = (/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cJe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Virology Laboratory"; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cJe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Virology Laboratory"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cJf" = (/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cJg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cJh" = (/obj/structure/table/standard,/obj/item/storage/box/monkeycubes,/obj/item/storage/box/monkeycubes,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cJi" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/white,/area/medical/virology)
-"cJj" = (/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cJj" = (/obj/machinery/power/solar{name = "Starboard Solar Array"; id = "starboardsolar"},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating/airless,/area/solar/starboard)
"cJk" = (/obj/effect/shuttle_landmark/elite_syndicate/southwest,/turf/space,/area/shuttle/syndicate_elite/southwest)
-"cJl" = (/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/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cJm" = (/obj/effect/floor_decal/industrial/hatch/yellow,/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/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cJl" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cJm" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cJn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJo" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cJp" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Mixing to Port"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cJp" = (/obj/machinery/atmospherics/binary/pump{name = "Mixing to Port"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJq" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJr" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJs" = (/obj/machinery/atmospherics/pipe/manifold/visible,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cJt" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/atmospherics/pipe/manifold4w/visible,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cJt" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/atmospherics/pipe/manifold4w/visible,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJu" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJv" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJw" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJx" = (/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJy" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cJz" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{dir = 8; name = "Atmospherics"; sortType = "Atmospherics"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cJA" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 8; name = "Drone Fabrication"; sortType = "Drone Fabrication"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cJz" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{name = "Atmospherics"; dir = 8; sortType = "Atmospherics"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cJA" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "Drone Fabrication"; dir = 8; sortType = "Drone Fabrication"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJB" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cJC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics"; req_access = list(24)},/turf/simulated/floor/tiled/rough,/area/engineering)
"cJD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"cJE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/engineering)
"cJF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering)
"cJG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cJH" = (/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j2"},/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/rough,/area/engineering)
-"cJI" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cJH" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cJI" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
"cJJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/effect/floor_decal/spline/fancy/corner,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cJK" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cJL" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
@@ -7249,11 +7251,11 @@
"cJR" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cJS" = (/obj/random/closet,/obj/random/coin,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cJT" = (/obj/structure/table/rack{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/hud/standard/meson,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cJU" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1443; id = "air_in"; use_power = 1},/obj/machinery/sparker{id = "Incinerator"; pixel_x = -20},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
+"cJU" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1443; id = "air_in"; use_power = 1},/obj/machinery/sparker{pixel_x = -20; id = "Incinerator"},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
"cJV" = (/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
-"cJW" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; icon_state = "map_vent_in"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
-"cJX" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; initialize_directions = 1; use_power = 1; volume_rate = 500},/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cJY" = (/obj/machinery/light{dir = 8},/obj/structure/closet/secure_closet/personal/patient,/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 1; id_tag = "virologyq_airlock_control"; name = "Virology Quarantine Access Console"; pixel_x = 8; pixel_y = -24; tag_exterior_door = "virologyq_airlock_exterior"; tag_interior_door = "virologyq_airlock_interior"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cJW" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; use_power = 1; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
+"cJX" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; use_power = 1; volume_rate = 500; initialize_directions = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"cJY" = (/obj/machinery/light{dir = 8},/obj/structure/closet/secure_closet/personal/patient,/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Virology Quarantine Access Console"; dir = 1; pixel_x = 8; pixel_y = -24; id_tag = "virologyq_airlock_control"; tag_exterior_door = "virologyq_airlock_exterior"; tag_interior_door = "virologyq_airlock_interior"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cJZ" = (/obj/effect/floor_decal/corner/red{dir = 8},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cKa" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cKb" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
@@ -7261,84 +7263,84 @@
"cKd" = (/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cKe" = (/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cKf" = (/obj/machinery/smartfridge/secure/virology,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/wall/r_wall,/area/medical/virology)
-"cKg" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
-"cKh" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
-"cKi" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
-"cKj" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
-"cKk" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
-"cKl" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKg" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKh" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKi" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKj" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKk" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKl" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/starboard)
"cKm" = (/obj/effect/shuttle_landmark/syndi/coupole,/turf/space,/area/syndicate_station/southwest)
"cKn" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cKo" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cKp" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/effect/floor_decal/corner/yellow/three_quarters,/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - South Center"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cKo" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cKp" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/effect/floor_decal/corner/yellow/three_quarters,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - South Center"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKq" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cKr" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/requests_console{department = "Engineering"; departmentType = 3; name = "Engineering RC"; pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cKr" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/requests_console{name = "Engineering RC"; pixel_y = -32; department = "Engineering"; departmentType = 3},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cKs" = (/obj/machinery/atmospherics/binary/pump{name = "Mixing to Mix Tank"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKt" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKu" = (/obj/machinery/atmospherics/valve/digital{name = "Port to engineering "},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKv" = (/turf/simulated/wall/r_wall,/area/engineering/atmos/storage)
"cKw" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/wall/r_wall,/area/engineering/atmos/storage)
-"cKx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cKy" = (/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Southeast"; dir = 8},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cKx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cKy" = (/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Atmospherics Southeast"},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKz" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cKA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cKA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
"cKB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
"cKC" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/rods{amount = 50},/obj/item/stack/material/plasteel/ten,/obj/item/stack/material/plasteel/ten,/obj/item/stack/material/plasteel/ten,/obj/effect/floor_decal/spline,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cKD" = (/obj/effect/floor_decal/spline,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cKE" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/plating,/area/engineering/storage)
-"cKF" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/portable_atmospherics/canister/plasma,/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -26},/turf/simulated/floor/plating,/area/engineering/storage)
+"cKF" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/portable_atmospherics/canister/plasma,/obj/item/device/radio/intercom{dir = 1; pixel_y = -26; canhear_range = 4},/turf/simulated/floor/plating,/area/engineering/storage)
"cKG" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/dispenser{oxygentanks = 0},/obj/machinery/light,/turf/simulated/floor/plating,/area/engineering/storage)
"cKH" = (/obj/machinery/shieldwallgen,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
"cKI" = (/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cKJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cKK" = (/obj/machinery/door/blast/regular{dir = 4; id = "disvent"; name = "Incinerator Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/maintenance/incinerator)
+"cKJ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cKK" = (/obj/machinery/door/blast/regular{name = "Incinerator Vent"; dir = 4; id = "disvent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/maintenance/incinerator)
"cKL" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
-"cKM" = (/obj/machinery/requests_console{department = "Virology"; name = "Virology Requests Console"; pixel_x = -32},/obj/structure/table/glass,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/item/device/antibody_scanner,/obj/item/folder/white,/obj/item/device/antibody_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"cKN" = (/obj/structure/bed/chair/office/dark,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
+"cKM" = (/obj/machinery/requests_console{name = "Virology Requests Console"; pixel_x = -32; department = "Virology"},/obj/structure/table/glass,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/item/device/antibody_scanner,/obj/item/folder/white,/obj/item/device/antibody_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
+"cKN" = (/obj/structure/bed/chair/office/dark,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cKO" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cKP" = (/obj/structure/closet/crate/freezer,/obj/item/virusdish/random,/obj/item/virusdish/random,/obj/item/virusdish/random,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"cKQ" = (/obj/machinery/door/airlock/maintenance_hatch{name = "SMES Access"; req_access = list(11)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
-"cKR" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/lattice,/turf/space,/area/space)
-"cKS" = (/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/starboard)
+"cKQ" = (/obj/machinery/door/airlock/maintenance_hatch{name = "SMES Access"; req_access = list(11)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
+"cKR" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/lattice,/turf/space,/area/space)
+"cKS" = (/obj/machinery/power/solar{name = "Starboard Solar Array"; id = "starboardsolar"},/obj/structure/cable/yellow,/turf/simulated/floor/plating/airless,/area/solar/starboard)
"cKT" = (/turf/space,/area/skipjack_station/southeast_solars)
"cKU" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/glass/fifty{pixel_x = 2; pixel_y = -2},/obj/item/stack/material/steel/fifty{pixel_x = -2; pixel_y = 2},/obj/effect/floor_decal/spline,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cKV" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cKV" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cKW" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cKX" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "n2o_in"; name = "Nitrous Oxide Supply Control"; output_tag = "n2o_out"; sensors = list("n2o_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cKX" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Nitrous Oxide Supply Control"; sensors = list(n2o_sensor="Tank"); input_tag = "n2o_in"; output_tag = "n2o_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cKY" = (/obj/machinery/atmospherics/valve/digital{name = "N2O Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cKZ" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "N2O to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Nitrous Oxide"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLa" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "co2_in"; name = "Carbon Dioxide Supply Control"; output_tag = "co2_out"; sensors = list("co2_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLb" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Engine Access"; req_one_access = list(11)},/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/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
+"cKZ" = (/obj/machinery/atmospherics/binary/pump{name = "N2O to Connector"; dir = 1},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - Nitrous Oxide"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLa" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Carbon Dioxide Supply Control"; sensors = list(co2_sensor="Tank"); input_tag = "co2_in"; output_tag = "co2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLb" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Engine Access"; req_one_access = list(11)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
"cLc" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"cLd" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/item/device/multitool{pixel_x = 5},/obj/item/clothing/gloves/insulated,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/table/steel,/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
"cLe" = (/obj/machinery/atmospherics/valve/digital{name = "CO2 Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLf" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "CO2 to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLg" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "tox_in"; name = "Plasma Supply Control"; output_tag = "tox_out"; sensors = list("tox_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLf" = (/obj/machinery/atmospherics/binary/pump{name = "CO2 to Connector"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLg" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Plasma Supply Control"; sensors = list(tox_sensor="Tank"); input_tag = "tox_in"; output_tag = "tox_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLh" = (/obj/machinery/atmospherics/valve/digital{name = "Plasma Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLi" = (/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLj" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLk" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 1},/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLl" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 1},/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLm" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "Plasma to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Plasma"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLm" = (/obj/machinery/atmospherics/binary/pump{name = "Plasma to Connector"; dir = 1},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - Plasma"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLn" = (/obj/machinery/atmospherics/valve/digital{name = "Gas Mix Inlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLo" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "waste_in"; name = "Gas Mix Tank Control"; output_tag = "waste_out"; sensors = list("waste_sensor" = "Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLo" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Gas Mix Tank Control"; sensors = list(waste_sensor="Tank"); input_tag = "waste_in"; output_tag = "waste_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLp" = (/obj/machinery/atmospherics/valve/digital{name = "Gas Mix Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
-"cLr" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/closet/crate,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
-"cLs" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
+"cLq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
+"cLr" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/closet/crate,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
+"cLs" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
"cLt" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/hydrogen,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cLu" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/hydrogen,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cLv" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/wall/r_wall,/area/engineering/atmos/storage)
-"cLw" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "Mix Tank to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLw" = (/obj/machinery/atmospherics/binary/pump{name = "Mix Tank to Connector"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLx" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLy" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLz" = (/obj/machinery/atmospherics/valve{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cLz" = (/obj/machinery/atmospherics/valve{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLA" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLB" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/cell_charger,/obj/item/cell/high,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"cLC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cLC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cLD" = (/obj/structure/sign/warning/fire{pixel_y = 32},/obj/structure/lattice,/turf/space,/area/space)
"cLE" = (/obj/structure/lattice,/obj/structure/sign/warning/fire{pixel_y = 32},/turf/space,/area/space)
-"cLF" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
+"cLF" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
"cLG" = (/obj/machinery/disease2/diseaseanalyser,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cLH" = (/obj/machinery/computer/diseasesplicer,/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"cLI" = (/obj/item/paper_bin{pixel_x = 1; pixel_y = 8},/obj/structure/disposalpipe/segment,/obj/item/reagent_containers/spray/cleaner,/obj/structure/table/glass,/obj/item/device/radio/phone/medbay{name = "virology emergency phone"; pixel_x = -6; pixel_y = 8},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
@@ -7348,41 +7350,41 @@
"cLM" = (/obj/item/stack/cable_coil,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/structure/table/steel,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
"cLN" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cLO" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cLP" = (/obj/structure/disposalpipe/segment,/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/rough,/area/engineering)
+"cLP" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering)
"cLQ" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/wood/fifty,/obj/item/stack/material/plastic/fifty,/obj/item/stack/material/plastic/fifty,/obj/effect/floor_decal/spline,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cLR" = (/obj/effect/floor_decal/spline,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cLS" = (/obj/structure/table/rack{dir = 8},/obj/effect/floor_decal/spline,/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/stack/material/glass/plass/ten,/obj/item/stack/material/glass/plass/ten,/obj/item/stack/material/glass/plass/ten,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cLT" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cLT" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cLU" = (/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
-"cLV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
+"cLV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
"cLW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
-"cLX" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Storage"; dir = 8},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cLX" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Atmospherics Storage"},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cLY" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/wall/r_wall,/area/engineering/atmos/storage)
"cLZ" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cMa" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cMb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"cMb" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cMc" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cMd" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics Storage"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/atmos/storage)
"cMe" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering)
"cMf" = (/obj/machinery/autolathe,/obj/machinery/newscaster{pixel_x = 28; pixel_y = 3},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cMg" = (/obj/structure/table/steel,/obj/item/reagent_containers/vessel/bottle/vodka/fivelakes,/obj/effect/floor_decal/rust,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
"cMh" = (/obj/structure/table/steel,/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_y = 32},/obj/item/storage/fancy/cigarettes/jerichos,/obj/item/flame/lighter/random,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
-"cMi" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
+"cMi" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
"cMj" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/rust,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
"cMk" = (/obj/structure/closet/wardrobe/medic_white,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cMl" = (/turf/simulated/wall/r_wall,/area/maintenance/engi_shuttle)
-"cMm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
-"cMn" = (/obj/machinery/airlock_sensor/airlock_exterior{id_tag = "eng_al_ext_snsr"; layer = 7; master_tag = "engine_room_airlock"; pixel_y = -22; req_access = list(10)},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/table/steel,/obj/item/book/wiki/supermatter_engine,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
-"cMo" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virologyq_airlock_interior"; locked = 1; name = "Virology Quarantine Airlock"; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cMp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "virologyq_airlock_control"; name = "Virology Quarantine Access Button"; pixel_x = 8; pixel_y = 22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cMm" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
+"cMn" = (/obj/machinery/airlock_sensor/airlock_exterior{layer = 7; pixel_y = -22; req_access = list(10); id_tag = "eng_al_ext_snsr"; master_tag = "engine_room_airlock"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/table/steel,/obj/item/book/wiki/supermatter_engine,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
+"cMo" = (/obj/machinery/door/airlock/medical{name = "Virology Quarantine Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virologyq_airlock_interior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cMp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/access_button{name = "Virology Quarantine Access Button"; pixel_x = 8; pixel_y = 22; frequency = 1379; req_access = list(39); command = "cycle_interior"; master_tag = "virologyq_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
"cMr" = (/obj/machinery/shower{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
"cMs" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/wall/r_wall,/area/engineering/atmos)
"cMt" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cMu" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cMv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
-"cMw" = (/obj/machinery/door/airlock/maintenance_hatch{frequency = 1379; id_tag = "engine_airlock_exterior"; name = "Engine Airlock Exterior"; req_access = list(11)},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
-"cMx" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/light,/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "virologyq_airlock_control"; name = "Virology Quarantine Access Button"; pixel_x = 8; pixel_y = -22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cMv" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cMw" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Engine Airlock Exterior"; frequency = 1379; req_access = list(11); id_tag = "engine_airlock_exterior"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_airlock)
+"cMx" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/light,/obj/machinery/access_button{name = "Virology Quarantine Access Button"; dir = 1; pixel_x = 8; pixel_y = -22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virologyq_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMy" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMz" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/sleeping_agent,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cMA" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/sleeping_agent,/obj/item/clothing/mask/smokable/cigarette/jerichos,/turf/simulated/floor/plating,/area/engineering/atmos/storage)
@@ -7391,79 +7393,79 @@
"cMD" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cME" = (/obj/effect/floor_decal/spline,/obj/structure/bed/chair{dir = 8},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cMF" = (/obj/effect/floor_decal/spline,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cMG" = (/obj/structure/table/steel_reinforced,/obj/item/stack/material/glass/fifty{pixel_x = 2; pixel_y = -2},/obj/item/stack/material/steel/fifty{pixel_x = -2; pixel_y = 2},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
+"cMG" = (/obj/structure/table/steel_reinforced,/obj/item/stack/material/glass/fifty{pixel_x = 2; pixel_y = -2},/obj/item/stack/material/steel/fifty{pixel_x = -2; pixel_y = 2},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"cMH" = (/obj/structure/table/steel,/obj/item/reagent_containers/vessel/glass/dshot,/obj/effect/floor_decal/rust,/obj/item/material/ashtray/bronze,/obj/item/clothing/mask/smokable/cigarette/jerichos,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
"cMI" = (/obj/structure/table/steel,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/recharger,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
-"cMJ" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
+"cMJ" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/engi_shuttle)
"cMK" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/quartermaster/storage)
-"cML" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cMM" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cMN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cMO" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cMP" = (/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/airlock/vault/bolted,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/vault,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"cMQ" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virologyq_airlock_exterior"; locked = 1; name = "Virology Quarantine Airlock"; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cML" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cMM" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cMN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cMO" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cMP" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/vault/bolted,/obj/machinery/door/firedoor/border_only,/obj/machinery/navbeacon/wayfinding/vault,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"cMQ" = (/obj/machinery/door/airlock/medical{name = "Virology Quarantine Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virologyq_airlock_exterior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMR" = (/obj/structure/table/standard,/obj/item/storage/box/cups,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMS" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cMT" = (/obj/effect/shuttle_landmark/skipjack/southeast,/turf/space,/area/skipjack_station/southeast_solars)
"cMU" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/box,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"cMV" = (/obj/structure/closet/secure_closet/miner,/obj/effect/floor_decal/corner/brown{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cMW" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cMX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light/small{dir = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Atmospherics Subgrid"; name_tag = "Atmospherics Subgrid"},/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
-"cMY" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Atmospherics"; charge = 5e+006; input_attempt = 1; input_level = 250000; output_attempt = 1; output_level = 250000},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cMW" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cMX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light/small{dir = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Atmospherics Subgrid"; name_tag = "Atmospherics Subgrid"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cMY" = (/obj/machinery/power/smes/buildable{charge = 5e+06; input_attempt = 1; input_level = 250000; output_attempt = 1; output_level = 250000; RCon_tag = "Substation - Atmospherics"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cMZ" = (/turf/simulated/wall,/area/engineering)
"cNa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"cNb" = (/obj/structure/table/steel,/obj/item/device/floor_painter,/obj/effect/floor_decal/spline,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cNc" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cNd" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cNe" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cNf" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cNg" = (/obj/machinery/light{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cNf" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cNg" = (/obj/machinery/light{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cNh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cNi" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Escape Pods"},/obj/machinery/navbeacon/wayfinding/dockesc,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"cNj" = (/obj/machinery/light{dir = 4},/obj/machinery/disposal,/obj/structure/sign/warning/deathsposal{pixel_x = 32},/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cNk" = (/obj/structure/bed/padded,/obj/item/bedsheet/green,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "virologyq_airlock_control"; name = "Virology Quarantine Access Button"; pixel_x = 8; pixel_y = 22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cNk" = (/obj/structure/bed/padded,/obj/item/bedsheet/green,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/access_button{name = "Virology Quarantine Access Button"; pixel_x = 8; pixel_y = 22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virologyq_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cNl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cNm" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cNn" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera/network/medbay{c_tag = "Virology Break/Access"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cNo" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cNp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/machinery/navbeacon/wayfinding/eva,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"cNq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "n2o_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
+"cNq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "n2o_in"; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
"cNr" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2o_sensor"},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
-"cNs" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "n2o_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
-"cNt" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "co2_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
+"cNs" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "n2o_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
+"cNt" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "co2_in"; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
"cNu" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "co2_sensor"},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
-"cNv" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "co2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
-"cNw" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "tox_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
+"cNv" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "co2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
+"cNw" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "tox_in"; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
"cNx" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "tox_sensor"},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
-"cNy" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "tox_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
-"cNz" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "waste_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"cNA" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "waste_sensor"; output = 63},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"cNB" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "waste_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"cNC" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"cNy" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "tox_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
+"cNz" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "waste_in"; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"cNA" = (/obj/machinery/air_sensor{frequency = 1441; output = 63; id_tag = "waste_sensor"},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"cNB" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "waste_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"cNC" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
"cND" = (/obj/structure/table/steel,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/spline,/obj/item/storage/box/lights/bulbs/old,/obj/item/storage/box/lights/mixed/he,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cNE" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
-"cNF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
-"cNG" = (/obj/machinery/door/airlock/maintenance{req_access = list(10,12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cNE" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cNF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
+"cNG" = (/obj/machinery/door/airlock/maintenance{req_access = list(10,12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/engineering/atmos/storage)
"cNH" = (/obj/item/device/radio/off{pixel_y = 6},/obj/item/device/radio/off{pixel_x = 6; pixel_y = 4},/obj/item/device/radio/off{pixel_x = -6; pixel_y = 4},/obj/item/device/radio/off,/obj/structure/table/steel,/obj/effect/floor_decal/spline,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"cNI" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"cNI" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cNJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cNK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/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/rough,/area/engineering)
+"cNK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering)
"cNL" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"cNM" = (/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"cNN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cNO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cNP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cNQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering)
"cNR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
"cNS" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
"cNT" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"cNU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cNV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering)
-"cNW" = (/obj/machinery/firealarm{pixel_y = 24},/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/rough,/area/engineering)
-"cNX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cNY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cNZ" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cOa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cNV" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNW" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cNX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cNY" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cNZ" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cOa" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cOb" = (/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/structure/table/rack,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cOc" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cOd" = (/obj/structure/table/standard,/obj/item/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
@@ -7472,7 +7474,7 @@
"cOg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cOh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/stool/padded,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cOi" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cOj" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/space,/area/space)
+"cOj" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/space,/area/space)
"cOk" = (/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
"cOl" = (/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent,/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
"cOm" = (/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
@@ -7481,31 +7483,31 @@
"cOp" = (/obj/machinery/portable_atmospherics/canister/empty/plasma,/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
"cOq" = (/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
"cOr" = (/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"cOs" = (/obj/machinery/door/airlock/maintenance{name = "Drone Fabrication/Engine Waste Handling"; req_one_access = list(10,24)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cOs" = (/obj/machinery/door/airlock/maintenance{name = "Drone Fabrication/Engine Waste Handling"; req_one_access = list(10,24)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cOt" = (/turf/simulated/wall,/area/engineering/atmos/storage)
"cOu" = (/turf/simulated/open,/area/engineering)
-"cOv" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/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/vending/wallmed2{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOw" = (/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/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOx" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOy" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOz" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOA" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOv" = (/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOx" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOy" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOz" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOA" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/turf/simulated/floor/tiled/rough,/area/engineering)
"cOB" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOD" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOE" = (/obj/machinery/camera/network/engineering{c_tag = "Engineering Hallway Southwest"; dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/sign/warning/radioactive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cOH" = (/obj/structure/sign/warning/secure_area,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall,/area/engineering)
+"cOC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOD" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOE" = (/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering Hallway Southwest"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/sign/warning/radioactive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOG" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cOH" = (/obj/structure/sign/warning/secure_area,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/wall,/area/engineering)
"cOI" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cOJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Pre-Op Prep Room"; req_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/surgeryprep)
-"cOK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cOL" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cOK" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cOL" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cOM" = (/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cON" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/cobweb2,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cOO" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cOP" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cOQ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cOQ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cOR" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cOS" = (/obj/machinery/washing_machine,/obj/effect/floor_decal/corner/red/diagonal,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cOT" = (/obj/structure/bed/padded,/obj/item/bedsheet/green,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
@@ -7519,18 +7521,18 @@
"cPb" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/item/remains/robot,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPc" = (/obj/machinery/computer/drone_control,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPd" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cPe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cPe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPf" = (/turf/simulated/wall,/area/engineering/drone_fabrication)
"cPg" = (/turf/simulated/wall/r_wall,/area/engineering/engine_smes)
"cPh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"cPi" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/engineering/engine_smes)
-"cPk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
-"cPl" = (/obj/structure/disposalpipe/segment,/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/port)
+"cPl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"cPm" = (/turf/simulated/wall/r_wall,/area/engineering/engine_airlock)
"cPn" = (/obj/machinery/door/airlock/highsecurity{name = "Messaging Server"; req_access = list(16)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"cPo" = (/turf/simulated/wall/r_wall,/area/engineering)
"cPp" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
-"cPq" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "engineering_dock_pump"},/obj/machinery/airlock_sensor{dir = 4; frequency = 1380; id_tag = "engineering_dock_sensor"; pixel_x = -25; pixel_y = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cPq" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "engineering_dock_pump"},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25; pixel_y = 8; frequency = 1380; id_tag = "engineering_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
"cPr" = (/obj/item/stool/padded,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPs" = (/turf/simulated/wall/r_wall,/area/maintenance/engineering)
"cPt" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/turf/simulated/floor/plating,/area/maintenance/engineering)
@@ -7547,92 +7549,92 @@
"cPE" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPF" = (/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPG" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cPH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cPH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cPI" = (/obj/machinery/light{dir = 4},/obj/structure/closet/secure_closet/personal/patient,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/under/color/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/item/clothing/shoes/white,/obj/effect/floor_decal/corner/lime,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPJ" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/lime{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPK" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/lime{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPL" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/lime/three_quarters,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPM" = (/turf/simulated/wall/r_wall,/area/engineering/engine_monitoring)
-"cPN" = (/obj/machinery/camera/network/engineering{c_tag = "Engineering Hallway Southeast"; dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/sign/warning/radioactive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cPO" = (/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/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cPP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cPQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"cPR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPN" = (/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering Hallway Southeast"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/sign/warning/radioactive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPO" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPQ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"cPR" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
"cPS" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/lime{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cPT" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/lime/three_quarters{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cPU" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engine Monitoring Room"; req_access = list(11)},/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/rough,/area/engineering/engine_monitoring)
+"cPU" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engine Monitoring Room"; req_access = list(11)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cPV" = (/obj/structure/table/standard,/obj/machinery/microwave{pixel_x = -2; pixel_y = 5},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cPW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
"cPX" = (/obj/structure/table/standard,/obj/item/storage/box/donkpockets,/obj/machinery/status_display{pixel_y = 32},/obj/random/snack,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cPY" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/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/rough,/area/engineering/engine_monitoring)
+"cPY" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cPZ" = (/obj/effect/landmark/joinlate/cyborg,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQa" = (/obj/machinery/cryopod/robot{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQb" = (/obj/structure/table/steel,/obj/item/storage/fancy/cigarettes,/obj/item/storage/box/matches,/obj/item/deck/cards,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQc" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cQd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cQd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQe" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/ai_status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQf" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/closet/radiation,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQg" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQh" = (/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQi" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/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/rough,/area/engineering/engine_monitoring)
-"cQj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQk" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQl" = (/obj/machinery/door/airlock/maintenance_hatch{name = "SMES Access"; req_access = list(11)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQm" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQn" = (/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/rough,/area/engineering/engine_monitoring)
-"cQo" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQi" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQj" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQk" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQl" = (/obj/machinery/door/airlock/maintenance_hatch{name = "SMES Access"; req_access = list(11)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQm" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQo" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQq" = (/obj/machinery/light{dir = 4},/obj/machinery/newscaster{pixel_x = 28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQr" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "engineering_dock_outer"; locked = 1; name = "Engineering Dock Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cQr" = (/obj/machinery/door/airlock/external{name = "Engineering Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "engineering_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
"cQs" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cQt" = (/obj/structure/table/reinforced,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/camera/network/engine{c_tag = "Engine Monitoring Room"; dir = 4},/obj/random/single{icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; name = "randomly spawned lighter"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/item/material/ashtray/plastic,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQt" = (/obj/structure/table/reinforced,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/camera/network/engine{dir = 4; c_tag = "Engine Monitoring Room"},/obj/random/single{name = "randomly spawned lighter"; icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/item/material/ashtray/plastic,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQu" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQv" = (/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; dir = 1; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; pixel_y = -3; req_access = list(10)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine charging port."; dir = 1; id = "SupermatterPort"; name = "Reactor Blast Doors"; pixel_x = -6; pixel_y = 7; req_access = list(10)},/obj/machinery/button/remote/emitter{desc = "A remote control-switch for the engine emitter."; dir = 1; id = "EngineEmitter"; name = "Engine Emitter"; pixel_x = 6; pixel_y = 7; req_access = list(10)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQv" = (/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{name = "Engine Monitoring Room Blast Doors"; desc = "A remote control-switch for the engine control room blast doors."; dir = 1; pixel_y = -3; id = "EngineBlast"; req_access = list(10)},/obj/machinery/button/remote/blast_door{name = "Reactor Blast Doors"; desc = "A remote control-switch for the engine charging port."; dir = 1; pixel_x = -6; pixel_y = 7; id = "SupermatterPort"; req_access = list(10)},/obj/machinery/button/remote/emitter{name = "Engine Emitter"; desc = "A remote control-switch for the engine emitter."; dir = 1; pixel_x = 6; pixel_y = 7; id = "EngineEmitter"; req_access = list(10)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQw" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cQx" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/electrical,/obj/machinery/camera/network/engineering{c_tag = "Engineering Drone Fabrication"; dir = 8},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/light{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cQy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cQx" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/electrical,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Drone Fabrication"},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/light{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cQy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cQA" = (/obj/machinery/power/smes/buildable{RCon_tag = "Engine - Main 2"; capacity = 2.5e+006; charge = 500000; cur_coils = 2; input_attempt = 1; input_level = 500000; output_attempt = 1; output_level = 500000},/obj/effect/engine_setup/smes,/obj/structure/cable,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cQA" = (/obj/machinery/power/smes/buildable{charge = 500000; capacity = 2.5e+06; input_attempt = 1; input_level = 500000; output_attempt = 1; output_level = 500000; cur_coils = 2; RCon_tag = "Engine - Main 2"},/obj/effect/engine_setup/smes,/obj/structure/cable,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
"cQB" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cQC" = (/obj/effect/engine_setup/smes,/obj/structure/cable,/obj/machinery/power/smes/buildable{RCon_tag = "Engine - Main 1"; capacity = 2.5e+006; charge = 500000; cur_coils = 2; input_attempt = 1; input_level = 500000; output_attempt = 1; output_level = 500000},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cQD" = (/obj/machinery/camera/network/engine{c_tag = "Engineering SMES"; dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cQE" = (/obj/structure/table/reinforced,/obj/machinery/light_switch{dir = 8; on = 1; pixel_x = 27},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQC" = (/obj/effect/engine_setup/smes,/obj/structure/cable,/obj/machinery/power/smes/buildable{charge = 500000; capacity = 2.5e+06; input_attempt = 1; input_level = 500000; output_attempt = 1; output_level = 500000; cur_coils = 2; RCon_tag = "Engine - Main 1"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cQD" = (/obj/machinery/camera/network/engine{dir = 8; c_tag = "Engineering SMES"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cQE" = (/obj/structure/table/reinforced,/obj/machinery/light_switch{dir = 8; pixel_x = 27; on = 1},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQF" = (/obj/structure/table/reinforced,/obj/random/drinkbottle,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/yellow/three_quarters,/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQG" = (/obj/item/modular_computer/console/preset/engineering,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/computer/general_air_control/supermatter_core{input_tag = "cooling_in"; name = "Engine Cooling Control"; output_tag = "cooling_out"; sensors = list("engine_sensor" = "Engine Core")},/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
+"cQH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/computer/general_air_control/supermatter_core{name = "Engine Cooling Control"; sensors = list(engine_sensor="Engine Core"); input_tag = "cooling_in"; output_tag = "cooling_out"},/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
"cQI" = (/obj/structure/table/reinforced,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_monitoring)
-"cQJ" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/medbay{c_tag = "Virology Primate Pen"; dir = 4},/obj/machinery/light,/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/floor/tiled/white,/area/medical/virology)
+"cQJ" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Primate Pen"},/obj/machinery/light,/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/floor/tiled/white,/area/medical/virology)
"cQK" = (/obj/machinery/door/window/eastright{name = "Robotic Operating Theatre"; req_access = list(29)},/turf/simulated/floor/tiled/freezer,/area/assembly/robotics)
-"cQL" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 4},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg4"},/area/hallway/secondary/entry/pods)
+"cQL" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 4},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg4"; burnt = 1},/area/hallway/secondary/entry/pods)
"cQM" = (/obj/structure/sign/warning/docking_area,/turf/simulated/wall/r_wall,/area/maintenance/engi_shuttle)
-"cQN" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "engineering_dock_outer"; locked = 1; name = "Engineering Dock Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "engineering_dock_airlock"; name = "exterior access button"; pixel_x = 24; pixel_y = -8; req_one_access = list(13,11,24)},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
-"cQO" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 8},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg4"},/area/hallway/secondary/entry/pods)
-"cQP" = (/obj/structure/table/rack{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/hud/standard/meson,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cQN" = (/obj/machinery/door/airlock/external{name = "Engineering Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "engineering_dock_outer"},/obj/machinery/shield_diffuser,/obj/machinery/access_button{name = "exterior access button"; pixel_x = 24; pixel_y = -8; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13,11,24); master_tag = "engineering_dock_airlock"},/turf/simulated/floor/plating/rough,/area/maintenance/engi_shuttle)
+"cQO" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 8},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg4"; burnt = 1},/area/hallway/secondary/entry/pods)
+"cQP" = (/obj/structure/table/rack{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/hud/standard/meson,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
"cQQ" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/simulated/floor/plating/airless,/area/space)
"cQR" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQS" = (/obj/machinery/drone_fabricator,/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cQT" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cQU" = (/obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{dir = 4; id_tag = "engine_room_airlock"; name = "Engine Room Airlock"; pixel_x = -24; tag_airpump = "engine_airlock_pump"; tag_chamber_sensor = "eng_al_c_snsr"; tag_exterior_door = "engine_airlock_exterior"; tag_exterior_sensor = "eng_al_ext_snsr"; tag_interior_door = "engine_airlock_interior"; tag_interior_sensor = "eng_al_int_snsr"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
+"cQU" = (/obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{name = "Engine Room Airlock"; dir = 4; pixel_x = -24; id_tag = "engine_room_airlock"; tag_exterior_door = "engine_airlock_exterior"; tag_interior_door = "engine_airlock_interior"; tag_airpump = "engine_airlock_pump"; tag_chamber_sensor = "eng_al_c_snsr"; tag_exterior_sensor = "eng_al_ext_snsr"; tag_interior_sensor = "eng_al_int_snsr"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
"cQV" = (/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{dir = 8; frequency = 1379; id = "engine_airlock_pump"},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
"cQW" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
-"cQX" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cQY" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/hallway/secondary/entry/pods)
+"cQX" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cQY" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/hallway/secondary/entry/pods)
"cQZ" = (/obj/random/junk,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"cRa" = (/obj/structure/table/steel,/obj/random/drinkbottle,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"cRb" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg1"},/area/maintenance/cargo)
-"cRc" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg4"},/area/maintenance/cargo)
-"cRd" = (/obj/machinery/light,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
-"cRe" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/button/remote/airlock{desiredstate = 1; dir = 1; id = "engine_electrical_maintenance"; name = "Door Bolt Control"; pixel_x = 5; pixel_y = -25; req_access = list(10); specialfunctions = 4},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cRb" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg1"; burnt = 1},/area/maintenance/cargo)
+"cRc" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating{icon_state = "dmg4"; burnt = 1},/area/maintenance/cargo)
+"cRd" = (/obj/machinery/light,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
+"cRe" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; dir = 1; pixel_x = 5; pixel_y = -25; id = "engine_electrical_maintenance"; req_access = list(10); desiredstate = 1; specialfunctions = 4},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_smes)
"cRf" = (/turf/simulated/shuttle/wall/corner/engie/nw,/area/shuttle/constructionsite/station)
"cRg" = (/turf/simulated/shuttle/wall/engie{dir = 8},/area/shuttle/constructionsite/station)
-"cRh" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "engineering_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"; req_access = list(13)},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
+"cRh" = (/obj/machinery/door/airlock/external{name = "Shuttle Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "engineering_shuttle_hatch"},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cRi" = (/turf/simulated/shuttle/wall/corner/engie/ne,/area/shuttle/constructionsite/station)
-"cRj" = (/obj/machinery/computer/shuttle_control/engineering,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/camera/network/engineering{c_tag = "Engineering Shuttle Access"; dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
-"cRk" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/sensor{name = "Powernet Sensor - Master Grid"; name_tag = "Master"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
-"cRl" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cRj" = (/obj/machinery/computer/shuttle_control/engineering,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Shuttle Access"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_shuttle)
+"cRk" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Master Grid"; name_tag = "Master"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
+"cRl" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/drone_fabrication)
"cRm" = (/obj/effect/floor_decal/corner/blue,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"cRn" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
-"cRp" = (/obj/machinery/airlock_sensor{dir = 4; id_tag = "eng_al_c_snsr"; pixel_x = -25},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
+"cRp" = (/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25; id_tag = "eng_al_c_snsr"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
"cRq" = (/obj/structure/table/steel,/obj/item/stack/material/steel/ten,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
"cRr" = (/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
"cRs" = (/obj/structure/table/steel,/obj/item/device/analyzer/plant_analyzer,/obj/item/material/minihoe,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
@@ -7641,8 +7643,8 @@
"cRv" = (/obj/structure/window/plasmareinforced{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cRw" = (/obj/structure/table/standard,/obj/item/storage/box/lights/mixed,/obj/random/tech_supply,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/underground/research_utility_room)
"cRx" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_airlock)
-"cRy" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_electrical_maintenance"; locked = 1; name = "Electrical Maintenance"; req_access = list(10)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
-"cRz" = (/turf/space,/turf/simulated/shuttle/wall{dir = 8; icon_state = "propulsion"},/area/shuttle/constructionsite/station)
+"cRy" = (/obj/machinery/door/airlock/hatch{name = "Electrical Maintenance"; icon_state = "door_locked"; locked = 1; req_access = list(10); id_tag = "engine_electrical_maintenance"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cRz" = (/turf/space,/turf/simulated/shuttle/wall{icon_state = "propulsion"; dir = 8},/area/shuttle/constructionsite/station)
"cRA" = (/obj/structure/catwalk,/obj/structure/bed/chair/shuttle/black{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cRB" = (/obj/machinery/computer/shuttle_control/engineering,/obj/structure/catwalk,/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cRC" = (/obj/structure/window_frame/grille,/obj/structure/window/miningpod,/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
@@ -7657,13 +7659,13 @@
"cRL" = (/turf/simulated/wall/r_wall,/area/engineering/drone_fabrication)
"cRM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cRN" = (/turf/simulated/wall/r_wall,/area/engineering/engine_room)
-"cRO" = (/obj/machinery/door/airlock/maintenance_hatch{frequency = 1379; id_tag = "engine_airlock_interior"; name = "Engine Airlock Interior"; req_access = list(11)},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cRO" = (/obj/machinery/door/airlock/maintenance_hatch{name = "Engine Airlock Interior"; frequency = 1379; req_access = list(11); id_tag = "engine_airlock_interior"},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cRP" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cRQ" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"cRR" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable/yellow,/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Output"; name_tag = "Engine Output"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cRR" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable/yellow,/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Output"; name_tag = "Engine Output"},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cRS" = (/obj/machinery/computer/atmos_alert,/obj/structure/catwalk,/turf/simulated/floor/plating/rough,/area/shuttle/constructionsite/station)
"cRT" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
-"cRU" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/smes/buildable{RCon_tag = "Engine - Core"; charge = 5e+006; input_attempt = 1; input_level = 250000; inputting = 1; output_attempt = 1; output_level = 250000},/obj/effect/engine_setup/smes,/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cRU" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/smes/buildable{charge = 5e+06; input_attempt = 1; inputting = 1; input_level = 250000; output_attempt = 1; output_level = 250000; RCon_tag = "Engine - Core"},/obj/effect/engine_setup/smes,/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cRV" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker/locker_toilet)
"cRW" = (/obj/random/obstruction,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cRX" = (/obj/item/stack/rods{amount = 6},/turf/space,/area/space)
@@ -7671,58 +7673,58 @@
"cRZ" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/turf/space,/area/space)
"cSa" = (/obj/random/obstruction,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cSb" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/wall/r_wall,/area/engineering/engine_waste)
-"cSc" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/network/engine{c_tag = "Engine Waste Handling"},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
-"cSd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cSc" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/network/engine{c_tag = "Engine Waste Handling"},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cSd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cSe" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cSf" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cSg" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/effect/engine_setup/pump_max,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cSh" = (/obj/structure/sign/warning/radioactive,/turf/simulated/wall/r_wall,/area/engineering/engine_room)
-"cSi" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; id = "EngineEmitterPortWest"; name = "Engine Room Blast Doors"; pixel_y = 25; req_access = list(11)},/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/empty_canister,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSi" = (/obj/machinery/button/remote/blast_door{name = "Engine Room Blast Doors"; desc = "A remote control-switch for the engine control room blast doors."; pixel_y = 25; id = "EngineEmitterPortWest"; req_access = list(11)},/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/empty_canister,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSj" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSk" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/airlock{desiredstate = 1; id = "engine_electrical_maintenance"; name = "Door Bolt Control"; pixel_x = 5; pixel_y = 25; req_access = list(10); specialfunctions = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSl" = (/obj/machinery/power/emitter{anchored = 1; id = "EngineEmitter"; state = 2},/obj/structure/cable/cyan,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSk" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; pixel_x = 5; pixel_y = 25; id = "engine_electrical_maintenance"; req_access = list(10); desiredstate = 1; specialfunctions = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSl" = (/obj/machinery/power/emitter{id = "EngineEmitter"; state = 2; anchored = 1},/obj/structure/cable/cyan,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSm" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
-"cSn" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSo" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSp" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSq" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSr" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSs" = (/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Power"; name_tag = "Engine Power"},/obj/machinery/power/apc/super/critical{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSt" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/coolant_canister,/obj/machinery/airlock_sensor/airlock_interior{id_tag = "eng_al_int_snsr"; master_tag = "engine_room_airlock"; pixel_y = 22; req_access = list(10)},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSn" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSo" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSp" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSq" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSr" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSs" = (/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Engine Power"; name_tag = "Engine Power"},/obj/machinery/power/apc/super/critical{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSt" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/coolant_canister,/obj/machinery/airlock_sensor/airlock_interior{pixel_y = 22; req_access = list(10); id_tag = "eng_al_int_snsr"; master_tag = "engine_room_airlock"},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSu" = (/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSv" = (/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSw" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/blue,/obj/effect/engine_setup/coolant_canister,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSx" = (/obj/structure/table/standard,/obj/machinery/cell_charger{pixel_x = -1; pixel_y = -3},/obj/item/cell/high,/obj/effect/decal/cleanable/cobweb{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/library)
"cSy" = (/obj/structure/shuttle/engine/heater{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/plating/rough/airless,/area/shuttle/research/station)
"cSz" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/turf/space,/area/space)
-"cSA" = (/obj/machinery/power/solar{id = "portsolar"; name = "Port Solar Array"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cSB" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cSC" = (/obj/machinery/power/solar{id = "portsolar"; name = "Port Solar Array"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cSA" = (/obj/machinery/power/solar{name = "Port Solar Array"; id = "portsolar"},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cSB" = (/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cSC" = (/obj/machinery/power/solar{name = "Port Solar Array"; id = "portsolar"},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating/airless,/area/solar/port)
"cSD" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/turf/space,/area/space)
"cSE" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/coolant_canister,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
-"cSF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cSF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cSG" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/atmospherics/portables_connector,/obj/machinery/door/window/brigdoor/westleft{name = "Engine Waste"; req_access = list(); req_one_access = list(10,24)},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/empty_canister,/turf/simulated/floor/plating,/area/engineering/engine_waste)
-"cSH" = (/obj/machinery/door/blast/regular{id = "EngineEmitterPortWest"; name = "Engine Waste Handling Access"},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSH" = (/obj/machinery/door/blast/regular{name = "Engine Waste Handling Access"; id = "EngineEmitterPortWest"},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSI" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating,/area/engineering/engine_waste)
"cSJ" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating,/area/engineering/engine_waste)
"cSK" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSL" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_south = 4; tag_west = 2; use_power = 0},/obj/effect/engine_setup/filter,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSL" = (/obj/machinery/atmospherics/omni/filter{use_power = 0; tag_south = 4; tag_east = 1; tag_west = 2},/obj/effect/engine_setup/filter,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSM" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSN" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSO" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSP" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSQ" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSR" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cSS" = (/obj/machinery/atmospherics/binary/pump,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/engine_setup/pump_max,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cST" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSN" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSO" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSP" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSQ" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSR" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cSS" = (/obj/machinery/atmospherics/binary/pump,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/engine_setup/pump_max,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cST" = (/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSU" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/engine_setup/pump_max,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cSV" = (/turf/simulated/shuttle/wall/corner/engie/sw,/area/shuttle/constructionsite/station)
"cSW" = (/turf/simulated/shuttle/wall/engie{dir = 4},/area/shuttle/constructionsite/station)
"cSX" = (/turf/simulated/shuttle/wall/corner/engie/se,/area/shuttle/constructionsite/station)
"cSY" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/turf/space,/area/space)
"cSZ" = (/turf/space,/area/rescue_base/southeast)
-"cTa" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cTb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cTa" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cTb" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTc" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/obj/machinery/door/window/brigdoor/westleft{name = "Engine Waste"; req_access = list(); req_one_access = list(10,24)},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/engineering/engine_waste)
"cTd" = (/obj/machinery/atmospherics/pipe/manifold/visible/black,/obj/machinery/meter,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTe" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating,/area/engineering/engine_waste)
@@ -7730,20 +7732,20 @@
"cTg" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTh" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTi" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cTj" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTj" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTk" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cTl" = (/obj/machinery/atmospherics/valve/digital{dir = 4; name = "Emergency Cooling Valve 1"},/obj/effect/floor_decal/industrial/shutoff{dir = 4; pixel_y = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cTm" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTl" = (/obj/machinery/atmospherics/valve/digital{name = "Emergency Cooling Valve 1"; dir = 4},/obj/effect/floor_decal/industrial/shutoff{dir = 4; pixel_y = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTm" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTn" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTo" = (/obj/effect/landmark/event/other/drones,/obj/structure/lattice,/turf/space,/area/space)
"cTp" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating,/area/engineering/engine_waste)
-"cTq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/visible/black,/obj/machinery/meter{id = "wloop_atm_meter"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
-"cTr" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/binary/pump{dir = 8; name = "waste pump"},/obj/machinery/door/window/brigdoor/westleft{name = "Engine Waste"; req_access = list(); req_one_access = list(10,24)},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/pump_max,/turf/simulated/floor/plating,/area/engineering/engine_waste)
-"cTs" = (/obj/machinery/door/blast/regular{id = "EngineEmitterPortWest"; name = "Engine Waste Handling Access"},/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/visible/black,/obj/machinery/meter{id = "wloop_atm_meter"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cTr" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/binary/pump{name = "waste pump"; dir = 8},/obj/machinery/door/window/brigdoor/westleft{name = "Engine Waste"; req_access = list(); req_one_access = list(10,24)},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/engine_setup/pump_max,/turf/simulated/floor/plating,/area/engineering/engine_waste)
+"cTs" = (/obj/machinery/door/blast/regular{name = "Engine Waste Handling Access"; id = "EngineEmitterPortWest"},/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTt" = (/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTu" = (/obj/machinery/light/small,/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTv" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/machinery/meter{id = "wloop_atm_meter"},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cTw" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 4; tag_west = 2; use_power = 0},/obj/effect/engine_setup/filter,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTw" = (/obj/machinery/atmospherics/omni/filter{use_power = 0; tag_north = 4; tag_east = 1; tag_west = 2},/obj/effect/engine_setup/filter,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTx" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan,/obj/machinery/meter,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTy" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTz" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/caution/yellow{dir = 8; pixel_x = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
@@ -7751,7 +7753,7 @@
"cTB" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/caution/yellow{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTC" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTD" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cTE" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cTE" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTF" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/meter,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/binary/pump/high_power{dir = 8},/obj/effect/engine_setup/pump_max,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTH" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
@@ -7762,7 +7764,7 @@
"cTM" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/turf/space,/area/space)
"cTN" = (/turf/simulated/wall/r_wall,/area/engineering/engine_waste)
"cTO" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
-"cTP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
+"cTP" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTQ" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating/rough,/area/engineering/engine_waste)
"cTR" = (/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/port)
"cTS" = (/obj/structure/sign/warning/vacuum{pixel_x = -32},/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
@@ -7770,82 +7772,80 @@
"cTU" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cTV" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cTW" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
-"cTX" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine control room blast doors."; dir = 1; id = "EngineBlast"; name = "Engine Monitoring Room Blast Doors"; pixel_x = 5; pixel_y = -25; req_access = list(10)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the engine charging port."; dir = 1; id = "SupermatterPort"; name = "Reactor Blast Doors"; pixel_x = -5; pixel_y = -25; req_access = list(10)},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/machinery/button/remote/airlock{desiredstate = 1; dir = 1; id = "engine_access_hatch"; name = "Door Bolt Control"; pixel_x = -5; pixel_y = -32; req_access = list(10); specialfunctions = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cTX" = (/obj/machinery/button/remote/blast_door{name = "Engine Monitoring Room Blast Doors"; desc = "A remote control-switch for the engine control room blast doors."; dir = 1; pixel_x = 5; pixel_y = -25; id = "EngineBlast"; req_access = list(10)},/obj/machinery/button/remote/blast_door{name = "Reactor Blast Doors"; desc = "A remote control-switch for the engine charging port."; dir = 1; pixel_x = -5; pixel_y = -25; id = "SupermatterPort"; req_access = list(10)},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; dir = 1; pixel_x = -5; pixel_y = -32; id = "engine_access_hatch"; req_access = list(10); desiredstate = 1; specialfunctions = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cTY" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/boxcorners/yellow{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cTZ" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cUa" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUa" = (/obj/machinery/atmospherics/binary/circulator{dir = 1; anchored = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUb" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUc" = (/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/power/generator{anchored = 1; dir = 4},/obj/structure/cable/yellow,/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUc" = (/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/machinery/power/generator{dir = 4; anchored = 1},/obj/structure/cable/yellow,/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUd" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUe" = (/obj/machinery/camera/network/engine{c_tag = "Engine Core West"; dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cUe" = (/obj/machinery/camera/network/engine{dir = 8; c_tag = "Engine Core West"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cUf" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUg" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUh" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cUi" = (/obj/effect/shuttle_landmark/rescue/southeast,/turf/space,/area/rescue_base/southeast)
"cUj" = (/obj/item/stack/cable_coil,/obj/structure/lattice,/turf/space,/area/space)
-"cUk" = (/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cUl" = (/turf/simulated/wall/r_wall,/area/maintenance/portsolar)
"cUm" = (/turf/simulated/wall/r_wall,/area/maintenance/engi_engine)
-"cUn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{name = "Engine Waste Handling"; req_one_access = list(10,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cUn" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/maintenance{name = "Engine Waste Handling"; req_one_access = list(10,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cUo" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/atmospherics/binary/pump/high_power{name = "Waste to Space"},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUp" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/machinery/meter,/obj/machinery/camera/network/engine{c_tag = "Engine Core East"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
-"cUq" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_access_hatch"; locked = 1; req_access = list(11)},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUp" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/machinery/meter,/obj/machinery/camera/network/engine{dir = 4; c_tag = "Engine Core East"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
+"cUq" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; locked = 1; req_access = list(11); id_tag = "engine_access_hatch"},/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUr" = (/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/structure/table/rack,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cUs" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "engine_access_hatch"; locked = 1; req_access = list(11)},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUs" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; locked = 1; req_access = list(11); id_tag = "engine_access_hatch"},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUt" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cUu" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUv" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUw" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUw" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUx" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUy" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUz" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUA" = (/obj/structure/table/rack,/obj/item/storage/box/lights/mixed,/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cUB" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cUC" = (/obj/machinery/power/terminal{dir = 4},/obj/machinery/light/small{dir = 1},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cUD" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/smes/buildable{RCon_tag = "Solar - Aft Port"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cUE" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1379; layer = 7; master_tag = "robotics_solar_airlock"; name = "exterior access button"; pixel_x = 25; pixel_y = 25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/port)
-"cUF" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "robotics_solar_outer"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cUB" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cUC" = (/obj/machinery/power/terminal{dir = 4},/obj/machinery/light/small{dir = 1},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cUD" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Solar - Aft Port"},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cUE" = (/obj/machinery/access_button{name = "exterior access button"; dir = 8; layer = 7; pixel_x = 25; pixel_y = 25; frequency = 1379; req_access = list(11,13); command = "cycle_exterior"; master_tag = "robotics_solar_airlock"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/catwalk,/turf/simulated/floor/plating/rough/airless,/area/solar/port)
+"cUF" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "robotics_solar_outer"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
"cUG" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/maintenance/portsolar)
"cUH" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/random/closet,/obj/item/device/kit/paint/ripley/flames_blue,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cUI" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cUJ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cUK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cUL" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 1; id_tag = "robotics_solar_airlock"; layer = 7; pixel_y = -28; req_access = list(13); tag_airpump = "robotics_solar_pump"; tag_chamber_sensor = "robotics_solar_sensor"; tag_exterior_door = "robotics_solar_outer"; tag_interior_door = "robotics_solar_inner"},/obj/machinery/airlock_sensor{dir = 1; id_tag = "robotics_solar_sensor"; layer = 7; pixel_x = 12; pixel_y = -25},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "robotics_solar_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cUJ" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cUK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cUL" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 1; layer = 7; pixel_y = -28; req_access = list(13); id_tag = "robotics_solar_airlock"; tag_exterior_door = "robotics_solar_outer"; tag_interior_door = "robotics_solar_inner"; tag_airpump = "robotics_solar_pump"; tag_chamber_sensor = "robotics_solar_sensor"},/obj/machinery/airlock_sensor{dir = 1; layer = 7; pixel_x = 12; pixel_y = -25; id_tag = "robotics_solar_sensor"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "robotics_solar_pump"},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
"cUM" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cUN" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1438; id = "cooling_in"; name = "Coolant Injector"; pixel_y = 1; power_rating = 30000; use_power = 1; volume_rate = 700},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
-"cUO" = (/obj/machinery/air_sensor{frequency = 1438; id_tag = "engine_sensor"; output = 63},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
-"cUP" = (/obj/machinery/atmospherics/unary/vent_pump/engine{dir = 1; external_pressure_bound = 100; external_pressure_bound_default = 0; frequency = 1438; icon_state = "map_vent_in"; id_tag = "cooling_out"; initialize_directions = 1; pump_direction = 0; use_power = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
+"cUN" = (/obj/machinery/atmospherics/unary/outlet_injector{name = "Coolant Injector"; dir = 1; pixel_y = 1; frequency = 1438; id = "cooling_in"; use_power = 1; volume_rate = 700; power_rating = 30000},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
+"cUO" = (/obj/machinery/air_sensor{frequency = 1438; output = 63; id_tag = "engine_sensor"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
+"cUP" = (/obj/machinery/atmospherics/unary/vent_pump/engine{icon_state = "map_vent_in"; dir = 1; frequency = 1438; use_power = 1; id_tag = "cooling_out"; pump_direction = 0; external_pressure_bound = 100; external_pressure_bound_default = 0; initialize_directions = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
"cUQ" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cUR" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUS" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 5},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cUS" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 5},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUT" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUU" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cUV" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cUW" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cUX" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cUY" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating/airless,/area/solar/port)
-"cUZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVa" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "robotics_solar_inner"; locked = 1; name = "Engineering External Access"; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cVb" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Aft Port Access"; dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVc" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1379; layer = 7; master_tag = "robotics_solar_airlock"; name = "interior access button"; pixel_x = -25; pixel_y = -25; req_access = list(11,13)},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cUW" = (/obj/machinery/power/tracker,/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cUX" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cUY" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cUZ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cVa" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(11,13); id_tag = "robotics_solar_inner"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVb" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Solar Maintenance Aft Port Access"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cVc" = (/obj/machinery/access_button{name = "interior access button"; dir = 4; layer = 7; pixel_x = -25; pixel_y = -25; frequency = 1379; req_access = list(11,13); command = "cycle_interior"; master_tag = "robotics_solar_airlock"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
"cVd" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVe" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cVf" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cVg" = (/obj/machinery/door/airlock/engineering{name = "Aft Port Solar Access"; req_access = list(11)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cVh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
-"cVk" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cVe" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 8},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVf" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVg" = (/obj/machinery/door/airlock/engineering{name = "Aft Port Solar Access"; req_access = list(11)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVh" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cVi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
+"cVk" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cVl" = (/obj/structure/ladder,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cVm" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
"cVn" = (/obj/machinery/power/supermatter,/obj/machinery/mass_driver{id = "enginecore"},/obj/effect/engine_setup/core,/turf/simulated/floor/grid/greengrid/airless,/area/engineering/engine_room)
"cVo" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
-"cVp" = (/obj/machinery/power/generator{anchored = 1; dir = 4},/obj/structure/cable/yellow,/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cVp" = (/obj/machinery/power/generator{dir = 4; anchored = 1},/obj/structure/cable/yellow,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVq" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVr" = (/turf/space,/area/shuttle/syndicate_elite/southeast)
-"cVs" = (/obj/machinery/power/solar_control{id = "portsolar"; name = "Aft Port Solar Control"},/obj/structure/cable/yellow,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVs" = (/obj/machinery/power/solar_control{name = "Aft Port Solar Control"; id = "portsolar"},/obj/structure/cable/yellow,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
"cVt" = (/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
-"cVu" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable,/obj/machinery/camera/network/engineering{c_tag = "Solar Maintenance Aft Port"; dir = 1},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
+"cVu" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Solar Maintenance Aft Port"},/turf/simulated/floor/plating/rough,/area/maintenance/portsolar)
"cVv" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cVw" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
"cVx" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engi_engine)
@@ -7855,28 +7855,28 @@
"cVB" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/sign/warning/compressed_gas{pixel_y = -32},/obj/machinery/portable_atmospherics/canister/plasma,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVC" = (/obj/machinery/light,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVD" = (/turf/simulated/floor/grid/greengrid/airless,/area/engineering/engine_room)
-"cVE" = (/obj/machinery/camera/network/engine{c_tag = "Engine Core South"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
+"cVE" = (/obj/machinery/camera/network/engine{dir = 1; c_tag = "Engine Core South"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced/airless,/area/engineering/engine_room)
"cVF" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating/rough,/area/engineering/engine_room)
"cVG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/light,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVH" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cVI" = (/obj/machinery/atmospherics/valve/digital{dir = 4; name = "Emergency Cooling Valve 2"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/shutoff{dir = 4; pixel_y = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cVI" = (/obj/machinery/atmospherics/valve/digital{name = "Emergency Cooling Valve 2"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/shutoff{dir = 4; pixel_y = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVJ" = (/obj/machinery/atmospherics/pipe/manifold/visible/black,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVK" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light,/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVL" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVM" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/pipe/manifold/visible/black,/turf/simulated/floor/plating,/area/engineering/engine_room)
-"cVN" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cVN" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/port)
"cVO" = (/turf/simulated/wall,/area/maintenance/engi_engine)
"cVP" = (/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating/airless,/area/space)
"cVQ" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/wall/r_wall,/area/engineering/engine_room)
-"cVR" = (/obj/machinery/door/blast/regular{id = "EngineVent"; name = "Reactor Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
+"cVR" = (/obj/machinery/door/blast/regular{name = "Reactor Vent"; id = "EngineVent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced,/area/engineering/engine_room)
"cVS" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cVT" = (/obj/machinery/floodlight,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/bar)
"cVU" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/structure/lattice,/turf/space,/area/engineering/engine_room)
"cVV" = (/turf/space,/area/syndicate_station/southeast)
-"cVW" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; initialize_directions = 1; use_power = 1; volume_rate = 500},/turf/simulated/floor/plating,/area/engineering/engine_room)
+"cVW" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; use_power = 1; volume_rate = 500; initialize_directions = 1},/turf/simulated/floor/plating,/area/engineering/engine_room)
"cVX" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/reagent_dispensers/fueltank,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cVY" = (/obj/effect/shuttle_landmark/syndi/minage,/turf/space,/area/syndicate_station/southeast)
-"cVZ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating/airless,/area/solar/port)
+"cVZ" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating/airless,/area/solar/port)
"cWa" = (/turf/space,/area/rescue_base/southwest)
"cWb" = (/obj/effect/shuttle_landmark/elite_syndicate/southeast,/turf/space,/area/shuttle/syndicate_elite/southeast)
"cWc" = (/obj/effect/shuttle_landmark/rescue/minage,/turf/space,/area/rescue_base/southwest)
@@ -7887,17 +7887,17 @@
"cWh" = (/turf/space,/area/rescue_base/south)
"cWi" = (/obj/effect/shuttle_landmark/rescue/coupole,/turf/space,/area/rescue_base/south)
"cWj" = (/obj/effect/landmark/map_data{height = 2},/turf/space,/area/space)
-"cWk" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/cobweb2{dir = 8},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"cWl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
+"cWk" = (/obj/machinery/light/small,/obj/effect/decal/cleanable/cobweb2{dir = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"cWl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cWm" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/simulated/floor/plating/rough/airless,/area/shuttle/mining/station)
"cWn" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cWo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/locker)
"cWp" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/atmos_control)
"cWq" = (/obj/machinery/space_heater,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cWr" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cWr" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cWs" = (/obj/structure/table/standard,/obj/random/maintenance,/obj/random/smokes,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cWt" = (/obj/structure/bed/chair,/obj/item/cigbutt,/obj/random/trash,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cWu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"cWu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/medbay)
"cWv" = (/obj/structure/sign/warning/nosmoking_2{pixel_y = -30},/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/incinerator)
"cWw" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/structure/table/steel,/obj/item/storage/bible,/turf/simulated/floor/tiled/dark,/area/chapel/main)
"cWx" = (/obj/effect/floor_decal/corner/black/diagonal,/obj/structure/table/steel,/turf/simulated/floor/tiled/dark,/area/chapel/main)
@@ -7908,16 +7908,16 @@
"cWC" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/portsolar)
"cWD" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/exam_room{name = "\improper Emergency Medical Treatment"})
"cWE" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/storage1)
-"cWF" = (/obj/effect/floor_decal/corner/paleblue,/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/white/rough,/area/medical/medbay4)
-"cWG" = (/obj/effect/floor_decal/corner/paleblue,/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},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
+"cWF" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/medical/medbay4)
+"cWG" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay2)
"cWH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/highsecurity{name = "Cyborg Station"; req_access = list(16)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_cyborg_station)
"cWI" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_three)
"cWJ" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/central_one)
"cWK" = (/obj/structure/window_frame/electric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/qm)
-"cWL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cWL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cWM" = (/obj/effect/floor_decal/corner/blue{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"cWN" = (/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
-"cWO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
+"cWO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"cWP" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"cWQ" = (/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_two)
"cWR" = (/obj/effect/floor_decal/corner/blue{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
@@ -7925,25 +7925,25 @@
"cWT" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
"cWU" = (/obj/item/storage/box/lights/mixed,/obj/structure/table/steel,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/engineering/engine_smes)
"cWV" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/central_one)
-"cWW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"cWW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"cWX" = (/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
-"cWY" = (/obj/structure/disposalpipe/segment,/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"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
+"cWY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/starboard)
"cWZ" = (/obj/machinery/status_display,/turf/simulated/wall,/area/crew_quarters/medbreak)
"cXa" = (/obj/machinery/status_display,/turf/simulated/wall,/area/medical/surgery)
"cXb" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall,/area/crew_quarters/heads/cmo)
"cXc" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"cXd" = (/obj/machinery/status_display,/turf/simulated/wall,/area/hallway/secondary/exit)
"cXe" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall,/area/hallway/primary/starboard)
-"cXf" = (/obj/effect/floor_decal/corner/paleblue,/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/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"cXg" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/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/rough,/area/medical/medbay4)
+"cXf" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"cXg" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light,/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/rough,/area/medical/medbay4)
"dGP" = (/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/armory)
-"dKu" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "brigoffice"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "security_dock_inner"; locked = 1; name = "Security Dock Airlock"; req_access = list(1)},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"ehl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"eod" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/simulated/shuttle/wall{dir = 8; icon_state = "swall_c"},/area/shuttle/escape_pod5/station)
+"dKu" = (/obj/machinery/door/blast/regular{name = "Window Shutters"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "brigoffice"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/external{name = "Security Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(1); id_tag = "security_dock_inner"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"ehl" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"eod" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 8},/area/shuttle/escape_pod5/station)
"ezm" = (/obj/structure/window/miningpod,/obj/structure/window_frame/grille,/turf/simulated/floor/plating/rough,/area/shuttle/security/station)
-"eBH" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/navbeacon/wayfinding/court,/turf/simulated/floor/trim/wood,/area/security/meeting)
+"eBH" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/navbeacon/wayfinding/court,/turf/simulated/floor/trim/wood,/area/security/meeting)
"eEN" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "security_dock_pump"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"eIW" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; dir = 1; icon_state = "0-8"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"eIW" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; dir = 1; d2 = 8},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
"eOv" = (/obj/structure/bed/chair/shuttle/red{dir = 1},/turf/simulated/floor/shuttle/darkred,/area/shuttle/security/station)
"fJK" = (/obj/structure/table/woodentable,/obj/random/music_tape,/turf/simulated/floor/trim/wood,/area/library)
"fOf" = (/obj/structure/lattice,/turf/simulated/wall/r_wall,/area/security/armory)
@@ -7952,17 +7952,17 @@
"hme" = (/turf/simulated/shuttle/wall/corner/security/nw,/area/shuttle/security/station)
"hFH" = (/obj/structure/shuttle/engine/heater{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating/rough,/area/shuttle/security/station)
"ifB" = (/turf/simulated/shuttle/wall/corner/security/se,/area/shuttle/security/station)
-"iwH" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
+"iwH" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/brig)
"iBQ" = (/obj/machinery/door/blast/shutters/open{dir = 4; id = "barshut1"},/obj/structure/table/darkwood_reinforced,/obj/item/music_tape/random/newyear,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
"jwU" = (/obj/machinery/door/blast/shutters/open{dir = 2; id = "barshut1"},/obj/structure/table/darkwood_reinforced,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/bar)
-"jMf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"jMf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"khE" = (/turf/simulated/shuttle/wall/corner/security/ne,/area/shuttle/security/station)
"kFX" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/bar)
"lhy" = (/turf/simulated/floor/trim/carpet,/area/hallway/secondary/entry/starboard)
"lmy" = (/obj/machinery/light{dir = 4},/obj/structure/bed/chair/shuttle/blue{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"ltm" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "security_shuttle"; pixel_x = -8; pixel_y = 25; tag_door = "security_shuttle_hatch"},/obj/effect/floor_decal/rust,/obj/machinery/computer/shuttle_control/security,/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
-"lxV" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/airlock_sensor{dir = 1; frequency = 1380; id_tag = "security_dock_sensor"; pixel_y = -25},/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"lAI" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "brigoffice"; name = "Window Shutters"; opacity = 0},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "security_dock_inner"; locked = 1; name = "Security Dock Airlock"; req_access = list(1)},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"ltm" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{pixel_x = -8; pixel_y = 25; frequency = 1380; id_tag = "security_shuttle"; tag_door = "security_shuttle_hatch"},/obj/effect/floor_decal/rust,/obj/machinery/computer/shuttle_control/security,/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
+"lxV" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "security_dock_sensor"},/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"lAI" = (/obj/machinery/door/blast/regular{name = "Window Shutters"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "brigoffice"},/obj/machinery/door/airlock/external{name = "Security Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(1); id_tag = "security_dock_inner"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"mHJ" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/effect/floor_decal/industrial/arrows/blue,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
"nbt" = (/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/security/brig)
"ndL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/light,/obj/machinery/navbeacon/wayfinding/chapel,/turf/simulated/floor/trim/carpet/gpurple,/area/chapel/main)
@@ -7974,7 +7974,7 @@
"oYu" = (/turf/simulated/shuttle/wall/security{dir = 8},/area/shuttle/security/station)
"phO" = (/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"pGn" = (/obj/structure/sign/warning/out_of_service,/turf/simulated/wall,/area/maintenance/evahallway)
-"pJC" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/machinery/embedded_controller/radio/airlock/docking_port{frequency = 1380; id_tag = "security_dock_airlock"; pixel_y = 30; req_one_access = list(1); tag_airpump = "security_dock_pump"; tag_chamber_sensor = "security_dock_sensor"; tag_exterior_door = "security_dock_outer"; tag_interior_door = "security_dock_inner"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"pJC" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/machinery/embedded_controller/radio/airlock/docking_port{pixel_y = 30; frequency = 1380; req_one_access = list(1); id_tag = "security_dock_airlock"; tag_exterior_door = "security_dock_outer"; tag_interior_door = "security_dock_inner"; tag_airpump = "security_dock_pump"; tag_chamber_sensor = "security_dock_sensor"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"pTH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/brig/processing2)
"qjp" = (/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "security_dock_pump"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"qto" = (/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
@@ -7982,28 +7982,28 @@
"scO" = (/obj/structure/sign/warning,/turf/simulated/wall/r_wall,/area/security/armory)
"sIU" = (/obj/machinery/door/airlock/glass{name = "Kitchen"; req_access = list(28)},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/machinery/navbeacon/wayfinding/kitchen,/turf/simulated/floor/tiled/white,/area/crew_quarters/kitchen)
"sQh" = (/turf/simulated/shuttle/wall/corner/security/sw,/area/shuttle/security/station)
-"sQi" = (/obj/structure/closet/crate,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/orange,/turf/simulated/floor/plating{base_icon_state = "old_plating"; icon_state = "old_plating"},/area/shuttle/security/station)
-"tqV" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "security_dock_outer"; locked = 1; name = "Security Dock Airlock"; req_access = list(1)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/security/brig)
+"sQi" = (/obj/structure/closet/crate,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/orange,/turf/simulated/floor/plating{icon_state = "old_plating"; base_icon_state = "old_plating"},/area/shuttle/security/station)
+"tqV" = (/obj/machinery/door/airlock/external{name = "Security Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(1); id_tag = "security_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/security/brig)
"ttE" = (/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
"tZX" = (/obj/machinery/door/window/northleft{dir = 8; req_access = list(63)},/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
-"uDf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"uDf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/bed/chair/red{dir = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"uQL" = (/obj/structure/bed/chair/shuttle/red,/turf/simulated/floor/shuttle/darkred,/area/shuttle/security/station)
-"vcr" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "brigoffice"; name = "Window Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/security/brig)
+"vcr" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/blast/regular{name = "Window Shutters"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "brigoffice"},/turf/simulated/floor/plating,/area/security/brig)
"vdP" = (/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"vxc" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "security_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"; req_access = list(1)},/turf/simulated/floor/plating,/area/shuttle/security/station)
+"vxc" = (/obj/machinery/door/airlock/external{name = "Shuttle Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(1); id_tag = "security_shuttle_hatch"},/turf/simulated/floor/plating,/area/shuttle/security/station)
"vHH" = (/obj/effect/shuttle_landmark/security/station,/turf/simulated/floor/shuttle/darkred,/area/shuttle/security/station)
-"vYO" = (/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/simple/hidden/supply{dir = 4},/obj/machinery/navbeacon/wayfinding/library,/turf/simulated/floor/trim/carpet,/area/library)
+"vYO" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/navbeacon/wayfinding/library,/turf/simulated/floor/trim/carpet,/area/library)
"wbG" = (/obj/machinery/light{dir = 4},/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/red,/area/shuttle/security/station)
-"wfP" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"wfP" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"wkF" = (/obj/machinery/smartfridge/secure/blood/filled,/turf/simulated/wall,/area/medical/sleeper)
-"wDd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
+"wDd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/mess)
"wOA" = (/obj/effect/landmark/joinlate/observer,/obj/item/device/bluespace_beacon,/obj/machinery/navbeacon/wayfinding/dockarrival,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"wRK" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -3; pixel_y = 2},/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/storage/pill_bottle/sugar_cubes,/obj/machinery/light/small/hl,/obj/item/reagent_containers/food/cookie,/obj/effect/floor_decal/corner/brown/diagonal{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/rough,/area/crew_quarters/mess)
"wTX" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"wUD" = (/turf/simulated/shuttle/wall{dir = 8; icon_state = "propulsion"},/area/shuttle/security/station)
+"wUD" = (/turf/simulated/shuttle/wall{icon_state = "propulsion"; dir = 8},/area/shuttle/security/station)
"xiR" = (/obj/structure/bed/padded,/obj/item/bedsheet/purple,/obj/structure/curtain/open/bed{anchored = 1},/obj/effect/floor_decal/spline/fancy,/turf/space,/area/crew_quarters/sleep/dorms)
"xmm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/spline/plain/black{dir = 4},/obj/effect/floor_decal/sign/armory/taser{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"xzm" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_3_berth_hatch"; locked = 1; name = "Escape Pod"; req_access = list(13)},/obj/machinery/shield_diffuser,/obj/machinery/navbeacon/wayfinding/dockescpod4,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"xzm" = (/obj/machinery/door/airlock/external{name = "Escape Pod"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_3_berth_hatch"},/obj/machinery/shield_diffuser,/obj/machinery/navbeacon/wayfinding/dockescpod4,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8092,10 +8092,10 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaaaqhaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaalapaaDcaqHapaapaaqSapaalDalDalDavAalDacQapOapPapQapRaqmaqpaqranaanbanNaqsaqvazvaDtaDxaATaBwaBxaBzaBAaqwaqxaqBazWaqYaraatWatWatWatWatZaoyarDarEarFarGarHarDarIarJavzasJapyarKapyapyaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaaaqPaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaarMarMarMarMarMaalaqhaalarMarMarMarMarMaaaaakaaaaaaaaaaaaaaaaalarSatyaqiaDbaqSarNaqiaDFawdawCawUaylacQardaroarsaruarvaruarwaryaryarzarAarBaAFaAHaDyaBkaBBaDzaDAaBvarCarLaqBaBCaexarOarWarYanIasAatZarIarDarEarZasaasbarDascasdavzasJaBDatqatTatAaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaaskaskaskaskaskaalaqPaalaskaskaskaskaskaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaslasmasmasmasmasnasoasnaspaspaspaspasqaalaalaaaaaaaaaaaaaaaaalarSaFUatVastapaatSaDRautawdayCazdazHacQasBasDasMasQasVasXataatcateathataatcatiaDCaDIatsatCacQaubaunauoarLaupaBGaexauqatWaurauAauBatZapuarDarEasEasFasGarDasHasIavzatParhaseavmaBJaaaaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalariasOasOasOasOasPasTasPasRasRasRasRasSaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaasUasUasUasUasUaalaqhaalasUasUasUasUasUaaaaakaaaaaaaaaaaaaaaaalarSaFUaCZaDbapaapaaEfaEgawdaAAaDTaDUacQauCauDauEauFauHauSauXavbavcaveavfavgavtavuavvavwavyazYarCavDavEavJavKacMaexavLatWassassassatZapFatkarEarDatlarDarDatmatnavzaukaulauOawpaBJaaaaaaaaaaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaatxatxatxatxatxaalaqPaalatxatxatxatxatxaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaasUasUasUasUasUaalaqhaalasUasUasUasUasUaaaaakaaaaaaaaaaaaaaaaalarSaFUaCZaDbapaapaaEfaEgawdaAAaDTaDUacQauCauDauEauFauHauSauXavbavcaveavfavgavtavuavvavwavyazYarCavDavEaudavKacMaexavLatWassassassatZapFatkarEarDatlarDarDatmatnavzaukaulauOawpaBJaaaaaaaaaaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaatxatxatxatxatxaalaqPaalatxatxatxatxatxaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaalaqhaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaalarSaznaqiasraDaapaaqiaDQawdaDVaEhaEiacQadoadoadoadoadoaAIaBKaAIacvavMavNaruavPavUavYawaaruaBOarCavDaweawfaqBazWaqYawiaqoaqAavZawhatZapHatLarEarDatMarDarDatNatOavzavoaxvauOaykayUaCgaCgaCgaCgaCgaCoaCgaCgaCgaCgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaaaqPaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaarMarMarMarMarMaalaqhaalarMarMarMarMarMaaaaakaaaaaaaaaaaaaaaaalarSauwauPasratzapaaJFapaawdawdaEjaEtacQafvafBaqDacDafLaghagjaglaAIawjawkawoawDawFawGawHawIaCfarCavDawearLaqBaBCawJawKatWawlawmawVatZaqnaquaueaufaufaufaugauhauiavzawBazSaABaEJaEKazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaaskaskaskaskaskaalaqPaalaskaskaskaskaskaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaslasmasmasmasmasnasoasnaspaspaspaspasqaalaalaaaaaaaaaaaaaaaaalarSaDSauuauIavnapaaoqarVaELaEuaEvaEBacQagHacvagRadoagSahkahlahyaAIawLawMawNawOawPawQawRawSacQawTaxkaxlaxoaxpaBGaxraxsatWawlaxfaytatZaCDaCEauMaCFaCFaCFauMaCGaCFavzavzavzaEYaykatAazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalariasOasOasOasOasPasTasPasRasRasRasRasSaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaarMarMarMarMarMaalaqhaalarMarMarMarMarMaaaaakaaaaaaaaaaaaaaaaalarSauwauPasratzapaaJFapaawdawdaEjaEtacQafvafBaqDacDafLaghagjaglaAIawjawkawoawDawFawGawHawIaCfarCavDawearLaqBaBCawJawKatWawlawmawVatZaqnaquaueaufaufaufaugauhauiavzawBazSauuaEJaEKazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaaskaskaskaskaskaalaqPaalaskaskaskaskaskaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaslasmasmasmasmasnasoasnaspaspaspaspasqaalaalaaaaaaaaaaaaaaaaalarSaDSavJauIavnapaaoqarVaELaEuaEvaEBacQagHacvagRadoagSahkahlahyaAIawLawMawNawOawPawQawRawSacQawTaxkaxlaxoaxpaBGaxraxsatWawlaxfaytatZaCDaCEauMaCFaCFaCFauMaCGaCFavzavzavzaEYaykatAazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalariasOasOasOasOasPasTasPasRasRasRasRasSaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmauVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaakaaaasUasUasUasUasUaalaqhaalasUasUasUasUasUaaaaakaaaaaaaaaaaaaaaaalarSarSarSarSapaapaapaaswaqjawdawdawdacQacQacQacQacQadSahDahFahHaAIaxtaxxaxyaxzaxAaxRaxZayaacQaCLaDpaybaCraycacMacMacMatZayyaAcaADatZarcaviarDavhavhavharDavjavhavkavlavzaFhaFiatAazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaatxatxatxatxatxaalaqPaalatxatxatxatxatxaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmaaaaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaqhaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaalaalaalaalaalaalapaauUavraxmaxmaBgaBHaBLaBMaBNaBTacQacQacQacQacQacQacQacQacQacQacQacQacQacQacQaydayeayfayeaygayhayjaynatZatZatZatZatZarxavHarDavhavhavharDavIavharDaFnavzaFhaykatAazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaaaqPaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmarmaalavRaFoaFpcQLavRcQOcQYaFqavRaalaaaaaaaakaaaarMarMarMarMarMaaaaqhaaaarMarMarMarMarMaaaaakaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaalaDwavXawbaFrayvaywayAayAayAayAayGayAayAayAayKayLayMaySayWawwayAayAazcayGayAazhaziazlazCazGaAeaAiaAqaAvaAzaAJaAMaAPasYeBHarDaFJaoparDarDawnarDarDaFKaFLavzaFhaykatAazgazgazgazgazgazgazgazgazgazgaCgaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaaaskaskaskaskaskaalaqPaalaskaskaskaskaskaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaoXaoXaoXaoXaoXaaaaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaoXaaaaoXaoXaoXaoXaoXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8111,11 +8111,11 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaMNaEqaEsaEyaEAaEAaEAaEDaEEaEPaEQaERaESaETaEUaEVaEZaFaaFbaJEaKYaKZaLaaJLbMjaalaaaaaaaaaaalaalaMpaLbaMpaalaalaaaaaaaaaaaaaaaaalavpaHKaLdaLeaJQaJQaJQaJQaLfaLmaJQaLhaLiaLeaLjaLkaLlajmaJQaLmaJQaJQajtcRDaLnaLnaLnaLoaLnaLnaLnaLpaLnaLnaLoaLnaLnaLqaFcaFdaFmaxmatpayVayVayVayVayVaKtaKuaKvaKwaKxaKyaKzaKzaKzaKzaKAaKBaKBaLuaLvaLwaKBaLxaFsaFtaFuaFvaFwaFxaFyaFzaFAaFBaLRaLSaLRaLyaLzaLAaLBaLCazRazRazRazRazRaalaalaaaaaaaaaaaaaaaaalcqWcqWaMZcqWcqWaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaMNaFCaFDaFEaFFaFGaFGaFGaFGaFGaFHaFIaFIaFIaFIaFIaFMaFNaHQaJEaKYaMiaIyaLcaMkaalaalaalaalaalcWBcWBaMjcWBcWBaalaalaalaalaalaalaalavpaHKaMmavpaMWaNcaNcaNcaNsaNcaNcaNcaNAavpaMraMsaMsaMsaMsaMsaMsaMsaJMaMtaLnauRavxavxavCaAXaBbaBcaBeawsavxavxaxwaLqaHZaFdaFmaxmatpayVaMAaMAaMAayVaLDaLEayTaMDaMEaMFaMEaMEaMEaMEcGqaIaaIbaIeaIfaIgaIhaIPaJcatRaNEaJdaNEaNEaNEaNEaNEaClaLRaMQaLRaLRaLRaLFaLGaLTaMUaxcaILaMVaPdaaaaalaalaaaaaaaaaaaaaalaMXaNaaOmaOnaMXaalaNbaNbaPTaNbaNbaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaMNaMNaMNaJeaJfaKIaKJaEqaEqaEqaEqaEqaEqaKKaKIaKLaKMaKNaKOaJEaKYaKYaNmaNnaIyaIybMjbMjbMjaIyaNoaMlaNpaNqaNoavpaMqaMqaMqaMqaMqavpavpaNtaMmavpaaaaalaaaaalaaaaalaaaaalaaaavpaMraMsaNuaNvaNwaNxaNyaMsaJMcRDaLnaMvaMyaMyaQUaBjaLUaLVaMxaRdaNzavxaNFaLqaKPaFdaKQaxmatpayVaEOaNIaNJayVaLWaLEaNLaNMaNNaNOaNPaNQaNRaNSatRaKRaKSaKTaKUaKVatRaNYaNZatRaKWaKXavFavGawgavGaxGaxKaLRaOeaxeaOfaOgaOhaOgaOgaOiaOjaOkaOlaPdaaaaaaaalaalaaaaaaaalaalaMXaOoaPMaPNaMXaOpaNbaOqaOraOsaNbaalaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaDJaDJaDJaDNaDNaOvaOwaOwaOwaOwaOwaOwaOwaOwaOwaOwaOwaOvaOvaDNaDJaDJaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaOxaOxaOxaExaLraLsaLtaLHaLIaLJaLsaLKaExaExaOxaLLaLMaOHaOIaOJaOJaOKaOJaOLaOJaOMaONaOOaNoaNraOPaOQaNoaOSaLdaJQaJQaOTaJQaJQaJQaJQaOUavpaalaOVaOVaOVaOVaOVaOVaOVaalavpaMraMsaOXaOYaOZaQmaOXaMsaJMaPaaLnaLnaLnaLnaLnaNBaMuaMwaPbaReaPeaPfaQpaLqaLNaLOaLPaxmaPjayVaCtaCvaCxaQTaMBaLEaPpaPqaPraPsaPtaPuaPvaPvaPvaTLaPxaPxaPxaPxaPxaPyaPzatRaLYaLZaAGaCBaDqaCBaDqaDHaLRaPDaPEaPFaOgaPGaPHaPIaOiaPJaPKaPLaOiaaaaaaaaaaalaalaalaalaalaMXaPOaQVbRMaMXaIAaNbaPQaPRaPSaRTaalaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaalaDNaDJaaaaaaaalaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaalaaaaaaaDJaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaOxaOxaOxaExaLraLsaLtaLHaLIaLJaLsaLKaExaExaOxaLLaLMaOHaOIaOJaOJaOKaOJaOLaOJaOMaABaOOaNoaNraOPaOQaNoaOSaLdaJQaJQaDOaJQaJQaJQaJQaOUavpaalaOVaOVaOVaOVaOVaOVaOVaalavpaMraMsaOXaOYaOZaQmaOXaMsaJMaPaaLnaLnaLnaLnaLnaNBaMuaMwaPbaReaPeaPfaQpaLqaLNaLOaLPaxmaPjayVaCtaCvaCxaQTaMBaLEaPpaPqaPraPsaPtaPuaPvaPvaPvaTLaPxaPxaPxaPxaPxaPyaPzatRaLYaLZaAGaCBaDqaCBaDqaDHaLRaPDaPEaPFaOgaPGaPHaPIaOiaPJaPKaPLaOiaaaaaaaaaaalaalaalaalaalaMXaPOaQVbRMaMXaIAaNbaPQaPRaPSaRTaalaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaalaDNaDJaaaaaaaalaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaalaaaaaaaDJaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaPUaOxaOxaOxaalaalaExaPVaExaExaExaExaExaExaPVaExaaaaOxaMaaMbaOHaPYaPYaPYaPYaPYaPYaPYaPZaQaaQbaNoaORaQcaQdaNoaQfaQgaQfaQfaQfaQfaQfaQfaQfaQfaQfaaaaOVaQhaQiaQjaQkaQlaOVaaaavpaMraMsaOXaQnaQoaRJaOXaMsaJMavpaLnaQqaROaROaQUaPcaMCaMRaQtaLnaLnaLnaLnaLqaMcaFdaFmaxmatpaQwaCyaCzaCAaXcaLWaMSayTaPvaPvaPvaPvaPvaPvaQBaQCaQDaPxaQEaQFaMeaMfaChaQJatRatRatRaObaOcaOdaOcaOdaPBaLRaQKaQLaQMaOgaQNaQOaQPaOiaQQaQRaTHaOiaOpaTFaTFaOpaOpaUpaUpaOpaMXaMXbVcaQWaMXaOpaNbaQXaQYaQZaRTaalaalaalaalaalaaaaaaaaaaaaaalaaaaaaaaaaalaaaaaaaaaaalaaaaalaDNaDJaaaaaaaaaaalaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaalaaaaaaaaaaDJaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaRaaRbaRcaRbaRbaPPaUxaRbaRbaRcaRfaRgaOxaMgaMhaOHaMTaNCaNDaNKaOWaPoaPYaRpaRqaIyaNoaNoaQeaRsaRtaENaRuaRvaRwaRxaRyaRzaRAaRBaRCaQfaalaOVaQlaREaRFaRGaRHaOVaalavpaRIaMsaRKaRLaRMaRNcPhaMsaJMauaaLnaRPavxavxaRUaQuaQravxaRRaVXaRVaRWaTGaLqaMcaFdaFmaxmatpayVaECaEMaGebCHaQsaLEayTaScaSdaSdaSdaSeaSfaSgaShaQDaPxaSiaSjaSkaSlaSmaSnaGwaQIaNYaPCaSqaSraSsbjqbjraLRaLRaLRaLRaOgaStaSuaSvaOiaOiaOiaOiaOiaSwaSxaSyaSzaSAaSBaVHaVHaVHaVHaSDaVHaSEaSFaSGaSHaSIaSJaNbaaaaalaaaaSKaSKaSLaSKaalaakaakaakaalaalaalaalaalaalaalaalaalaDNaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaalaalaalaalaalaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaRaaPPaUxaSOwTXphOaSRaSSaSTaSUaSVphOaUvaSXaSYaOxaMgaMGaOHaQSaRkaRlaRmaRlaRnaTfaTgaThaTiaTjaTkaTlaTmaTnaRDaToaTpaTpaTpaTpaTpaTpaTsaTtaQfaaaaOVaTuaTvaTwaTxaTyaOVaaaavpaMraMsaRoaMHaMIaMHaRQaMsaJMaTCaLnaLnaLnaLnaLnaRSaMuavxaTDaWeavxavxaVdaLqaMcaFdaFmaxmatpayVaTIaTJaTJayVaSbaTabVkaTMaTNaTMaTOaTPaPvaQBaTQaQBaPxaRjbbYaTTaPxaTUaTVaTWaSpaNYaNYaNYaNYaNYaNYaxBaNYaTXaTYaTZaNYaNYaNYaNYaNYaUaaUbaUcaUdaUeaUeaUfaUgaUhaUiaOpaOpaOpaOpaOpaUjaUkaUlaNbaUmaUnaUoaRTaalaalaalaWCaUqaUraSKaaaaaaaaaaUsaaaaaaaalaalaalaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaalaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaaaaalaaaaaaaaaaaaaaaaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaUuphOlmyaUuphOaUwphOaUwphOaUwphOaUwphOcWyaSYaOxaMgaMGaOHaTbaTcaTdaTeaTqaTzaPYaUEaUFaUGaUGaUGaUHaUIaUGaUJaUKaTpaTpaTpaTpaTpaTpaTsaUJaQfaalaOVaULaUMaUNaUOaUPaOVaalavpaMraMsaTKaMJaMKaMLaUyaMsaUUaUVaLnaTEaUWaUXaUYaUZaUzaUAaMxaVeavxavxaWDaLqaMMaMOaNdaxmatpayVaViaViaViayVaUBaUCayTaVlaVmaQDaVnaVoaPvaPvaPvaPvaPxaVpbhhaVraPxaChaVsaVtaVuaVvaVvaVwaVxaVyaVvaWTaVzaVvaVvaVvaVAaVBaVCaVDaVEaVFaVFaVGaVHaVHaVIaVJaOpaOpaVKaOpaVLaVMaVNaVOaSKaVPaSKaNbaVQaVRaVSaRTaalaaaaalaWCbJBbOtaVVaVVaVVaVVaVVaalaalaalaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaalaalaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaalaaaaaaaaaaaaaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaUuphOlmyaUuphOaUwphOaUwphOaUwphOaUwphOcWyaSYaOxaMgaMGaOHaTbaTcaTdaTeaTqaTzaPYaUEaUFaUGaUGaUGaUHaUIaUGaUJaUKaTpaTpaTpaTpaTpaTpaTsaUJaQfaalaOVaULaONaUNaUOaUPaOVaalavpaMraMsaTKaMJaMKaMLaUyaMsaUUaUVaLnaTEaUWaUXaUYaUZaUzaUAaMxaVeavxavxaWDaLqaMMaMOaNdaxmatpayVaViaViaViayVaUBaUCayTaVlaVmaQDaVnaVoaPvaPvaPvaPvaPxaVpbhhaVraPxaChaVsaVtaVuaVvaVvaVwaVxaVyaVvaWTaVzaVvaVvaVvaOTaVBaVCaVDaVEaVFaVFaVGaVHaVHaVIaVJaOpaOpaVKaOpaVLaVMaVNaVOaSKaVPaSKaNbaVQaVRaVSaRTaalaaaaalaWCbJBbOtaVVaVVaVVaVVaVVaalaalaalaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaalaalaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaalaaaaaaaaaaaaaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaacWzphOphOaVYphOaUwphOaUwwOAaUwaWaaUwphOcWyaSYaOxaMgaNeaWcaWcaNfaJKaUDaJKaWcaWcaWgaWhaUGaWiaWjaWkaWlaUGaWmaWnaWqaTpaTpaTpaTpaWraXHaUJaQfaaaaOVaOVaWscMPaWsaOVaOVaaaavpaMraMsaUQaNgaNhaMJaOXaWxaWyaWzaLnaVcavxavxavxavxaMuavxaWAaYhaYiavxaWDaWEaNiaNjaNkaWIaWJayVayVayVayVayVaNlaNlaWMaWNaPvaWOaPvaQDaQDaWPaxFaIJaPxaWQbkZaWSaPxaWWaWUaSoaWVcVTaNYaNYaWXaNYaNGaNYaNYaNYaNYaAUaXaaXaaXbaXaaXaaXaaXaaXabeTbeTbcrbWRaVOaXdaXeaXfaXgaXhaXiaVOaVaaVbaVjaSKaNbaXmaNbaNbaWCaWCaWCaSKaSKaXnaVVaXoaXpaXqaVVaalaalaalaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaalaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaaaaaaaaaaaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaUuphOlmyaUuphOaUwphOaUwphOaUwphOaUwphOcWyaSYaOxaNHaNTaNUaNVaNWaNXaNXaOaaOyaOzaOAaOBaXDaXEaonaXFaXGaUGaUJaXIaXJaXKaXLaUJaXMaXNaXOaZwaQfaaaaalaaaaYpaZCaYpaaaaalaaaaXPaMraMsaVkaOCaODaOEaWfaMsaXXaXYaLnaWBaXZaYaaYbaYcaWuaWKaYfaYqaYjaYkcMUaWEaOFaNjaOGaPgaPhaKHbaVbjpaWMaXjaPiaPnaWMaYvaPvaYvaPvaYwaYxaPvaYyaYzaPxaYAaPxaPxaPxaPxaPxaYBaYCaYBaYDaYEaYFasvaPAaYDaYHaYIaYDaWZaYJaYKaYLaYMaYNaYOaYPaXaaYQaSyaSyaYRaVOaYSaYTaYUaYVaYWaYXaVOaXkaXlaXSaSKaXWaYdaYeaSKaZeaZfaZgaSKaZhaZiaVVaZjaZkaaDaVVaVVaVVaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaalaalaalaalaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaaaaZlamaaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaZmaPPaUxaSOwTXphOphOaZnphOphOaZophOaUvaSXaSYaOxaMgaPWaPXaQvaQAaQvaQvaQvaQvaQvaQGaQHaUGaUGaUGaUGaUGaUGaZFaZxaZFaZFaZFaZFaZFaZFcPkaXQaXPaZzaZAaZAaZBcNCaZBaZAaZAaZDaXPaZEaXPaXPaZFaRhaZFaWIaWIaWIaumaWEaWEaWEaWEaWEaYraZIcNpaYraWEaWEaWEaWEaWEaRiaNjaSaaSaaSZaKHaKHaKHaWMaYsaTAaPiaWMaWMaWMaWMaWMaWMaWMaWMaZQaZRaPxaZSaWRaZTaBIaZWaPxaZUaZYaZZaYDbaababbacbadbaebafbagaYDbahbaibajbakbalbambanbaoaXabapbcraSyaYRaVObaqbarbasbatbaubavaVOaYYaYZaZaaZbaZcaZdaZNbaDbaEbaFbaGbaHbawbaxbaybazbaAbaBbaNbaOaVVaPYbcZbcZbcZaPYaPYbaQbdebdebdebaQbdeaaaaalaalaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaaaaaaamaaalaalaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8124,7 +8124,7 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaalaalaalaOxaPUaOxbeIbbIbbJbbKbbLbbMbbNbbJbbObeIbeIaOxbbPaPWaZybaYbgylhylhybdgaWcbeCaURaUSbbQaVfaVhbbRaVhaVhbbSbbTbdbbdcbdibdjbdkbdlbdkbdmbdnbdobdkbdpbdkbdkbdqbdrbdkbdsbdkbdtbdibdibdibdubdibdvbdwbdwbdxaSaaNiaNiaNiaNiaNiaNiaNiaNibdybdzaNibdAaNiaNibdBaNiaNiaNiaNibdCbdybdDbdEbdEbdEbdEbdEbdEbdEaPiboicWSbfBbfCbdSgqjaTRaVqaTSaVqaTRiBQbdSbfEbfFaYDaYDaYDaYDbfGaYDbfHbfIbfJbfKbfLbfMbfNbfObfPbfQbhabjlbhcbhdbfMaYRaVObfVbfVbfWbfXbfYbfYfJKaVObdGbdHbdIaSKbfRbfRbeDbgfbggbghbeEbcxbeFaVVaVVaVVaVVaVVaVVaVVbeGbeHbeWbgebgibcZbgjbgkbglbgmbgnbgubgvbgwbgxaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbfSbeIbeIbeIbdJbdKbdLbdMbdNbdNbdNbdNbdNbdNbdObdLbdKbdPbdQaPWaZybgHbgHbaXbgHbgIaWcbgoaURbeeaWcaXPaXPbgLaXPaXPaXPaXPaXPaXPbeLbeMaXPaXPaXPaXPaXPaXPaZFbgPaZFaXPbgQaXPbeNbbRbeObePbeQbeRaVhaZCbgWaWIaWIaSabeSaOGbgdbgdbgdbgdbgdbgdbgdbgdaWEaZHbaPbaRbaPbaPbefbaPbaPbaRbaPbeJaWEbhlbhlbhlbhlbhlbhlbhlbhlbeXbdFaPibfTbhobdSkFXjwUbhkjwUbhkaZvkFXbdSbhnbhobgpbhqbhrbhsblkbhubllbhwbhxbhybhzbjxbhBbhCbhDbhEbjUblwblxbjobfMaYRaVObhJbctbfWbfXbctbctbhKaVObpMbeZbfaaSKbgqbgrbhQbhRbhSbhTbhUbgsbgtbgJbhpbhObhPbgsbhVbaQaPYbhHbfbbhHbhWaPYbhIbhIbfcbhIbaQbeUbeUbeUbeUaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbiibijbikbilbfdbfebffbffbffbffbffbfgbfhbfhbfhbfhbfibfhbfjbfkbflbfmbfnbfobfobfobfpbfobfqbfraWcbiBbnGbiDbiEbfsbftbfubfvbfwbftbfxbfybfzbfAbfDbgabiQbiRbiSbiTbiQbiUaXPaXPbiVaXPaXPaXPaXPaZFbiWbiXbiXaWIcWTbpocWMbgdaaaaaaaaaaaaaaaaaaaaabiZbgcbgzbgAbgBbgCbgDbgEbgFbgGbgKbgMbiZaaaaaaaaaaaaaaaaaaaaabhlcWNcWObKwbfTbhobovbcabdSbdSbdSbdSbdSbcbbovbhnbhobhXbjtbhvbhvbhtbhvbjubjvblobhvbjwbEDbhBbjybjzbhEbjUbmVblxbjnbfMaYRaVObjBbjBbfWbfXbjCbjCbjDaVOaVObgNaVOaSKbhYbhZbjHbjIbjJbjKbjLbiabicbifbjsbjFbjGbjMbjNboNbjObgRbgSbgTbgUbgVbgTbgTbgXbhfbjPbeUaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaaZlaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbkebeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbkfbkgbkhbkibhibhLbhMbhNbibbibbibbiebibbibbhNbibbibbihbimbinbiobbQbbQbbQbbQbbQbipbiqbirbisaWcbkxbkybkzbiEbitbftbftbftbftbftbfxbiubftbftbftbjibiQbkCbkDbkEbiQbiUbkFbkGbkHbkIbkJbiXbkKbkLbkMbkNbkOcWJaSabeSaOGbgdaaaaaaaaaaaabiZbiZbiZbiZbivbiwbixbiybizbiAbiybizbixbiwbiFbiZbiZbiZbiZaaaaaaaaaaaabhlbeXbdFbiGaWMbkYbqzblablbblcboBbqubldblfblfblgblhbhXbljbhvbhvblmblnblpbstblqbhvbhvaGfblsbltblublvbjUblwblxbnxbfMaYRaVObhJbctbfWbfXbctbctbctblyblzbctblAaSKblBblCblDblEblFblGblHblCblIbawaZNbawaZNbjRaZNbjSbiHbiJbiKbiKbiLbiMbiMbiMbiNbiObiPbeUbeUbeUbeVaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaalaalaalaalaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbkebeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbkfbkgbkhbkibhibhLbhMbhNbibbibbibbiebibbibbhNbibbibbihbimbinbiobbQbbQbbQbbQbbQbipbiqbirbisaWcbkxbkybkzbiEbitbftbftbftbftbftbfxbiubftbftbftbjibiQbkCbkDbkEbiQbiUbkFbkGbkHbkIbkJbiXbkKbkLbkMbkNbkOcWJaSabeSaOGbgdaaaaaaaaaaaabiZbiZbiZbiZbivbiwbixbiybizbiAbiybizbixbiwbiFbiZbiZbiZbiZaaaaaaaaaaaabhlbeXbdFbiGaWMbkYbqzblablbblcboBbqubldblfblfblgblhbhXbljbhvbhvblmblnblpbstblqbhvbhvaGfblsaSPblublvbjUblwblxbnxbfMaYRaVObhJbctbfWbfXbctbctbctblyblzbctblAaSKblBblCblDblEblFblGblHblCblIbawaZNbawaZNbjRaZNbjSbiHbiJbiKbiKbiLbiMbiMbiMbiNbiObiPbeUbeUbeUbeVaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaalaalaalaalaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeIbeIbeIbeIaOxaOxaOxbeIbeIbeIbeIbeIbeIbeIbeIaOxaOxblTbiYbjaaWcbgObgObgObgObgObjbaWcaWcaWcaWcbkybkyblYbiEbjcbftbftbjdbjebjfbjgbjhbftbftbftbkPbiQbmgbmhbmibiQbiUbkFbmjbmkbmlbmmbiXbmnbkObmobmpbmqcWJaSabojcWRbgdbgdaWEbiZbiZbiZbjjbjkbjEbjWbixbixbiybizbjXbiybizbixbixbixbjYbjZbkabiZbiZbiZbmzbhlbhlcWQbOKaPibfTbmAbfUbmCbmDbhbbmBbiIbmHbmAbfUbmCbmLbhXaofbhvbmNbmObhvbhvbmPbhvbhvbmQbEDbmRbmSbmTbmUbjUboxblxbztbfMaYRaVObmWbmWbfWbfXbmXbctbctbmYbctbmZbnaaSKbnbblCblDbncbndbneblHblCblDaSKbhZbjTbhZbjVbkdboNbkbbkcbkjbkkbklbklbklbkkbkjbkmbknbnpbnqbnrbnsaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbnSbkobkpbkqbhebkrbkrbksbktbkuaRrbliblJbnFbnHbrqbnIbnJbiEbkvbftbftbjdbkwbkAbkBbjdbftbftbkQbgabiQbiQbiQbiQbiQbiUbkFbkFbkFbkFbkFbiXbnPbmpbnQbmpbmpcWJaSabeSaOGaXVaXVbkRbhjbkSbiZbkTbkUbkVbkWbkXblLblMblNblOblPblQblRblSblUbkVblVblXbiZblZbhjbmabmbbmcbeXbdFaPibfTbotboCboDbowbolbgZbmFboAbotboCboDbmLbhXboEboFaYDaMPbhvboHboIboJbhvboKbEDboLboMbphbmUbjUbpqblxbtZboPboQboPboPboPboRboSboTboUbcuboVboWbfZboXaSKboYblCblDboZblFbpablHblCbpbaSKbpwaSKbpxaSKaSKbaQbmrbmsbmtbaQbhmcXdbidbaQbmubmvbmwbeUbeUbeUbeUaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaabqPbnSbrgbmxbmybigbmMbnhbnibnjbnkblKbnlbnCbnFbiCbpzbpAbpBbiEbnmbnnbnobnubnvbnwbnybnzbnzbnzbnAbnBbiEcVXcWlbpObpPbpQbpBbpRbpSbpBaSMbiXbpUbpVbpWbpXbpYcWJaSacajaSaaSabnMbnNbnObnRbnTbnUbnVbnWbnXbiZbiZbiZbiZbiZbqkbiZbiZbiZbnYbnZboabobbocbodboebofbogbmfbohbpKaPiaWMbqxbqzbqzbdZbsjbmEwDdbozbqzbqzbqzbqEbnEbpcbpdaYDaPkbhvbhvbqIbhvbhvbqJbEDbqKbqLbqMbqNbjUblwblxbwDboPbokbombombqSbqTbqUbfWbfWbfWbfWbfWbfWbfWaSKbcxbhZbhTbqVbqWbhTbhUbcxbhZaSKbpyaSKbsnbsGaSKbqAbkbbonbkjboobopbopbopboobkjboqborbsxaaaaalaaaaUtaUtaUtaUtaUtaUtbrhaUtaUtaUtaUtaUtaUtaalaaaaZlaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8136,25 +8136,25 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbe
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaabeKbeKbeKbeKbeKaaaaalaaaaaaaaaaalbnSbxObzzbzAbxHbxIbxJbxKbxLbxPbwibzHbzHbzHbzIbzHbzHbzHbzJbzKbzLbycbzMbrscRVbzNbzObwobwpcRWaVWbiCcRWbwpbiEbiEbzQbiEbzRbtsbttbxQbxRbxSbxTbyibtvbzXbvcbyjbtbbtbbtbbymaWIbynbeSaNkbIybAcbwFbAdbAebAfbAgbAhbAibtDbAjbAkbwMbyEbAmbyEaGdbAnbAobtIbApbAqbArbAsbAtbAtbAubAvbmzbyobyqbysbytbyPbyQbombyRbySbyTbyUbyVbombombombombyWbyXbqHbyYbyZbqHbqHbzabzbbzcbqHbzdbzebzfbzgbzhbzabzibzjbzkbzlbqHbqHbqHbqHbzmbznbyZbqHbzacWXbqHbqHbqHbqHbqHbqHbqHbqHbvzbqHbqHbqHbqHbyZbzabzobqHbznbzpbwbbzqbzrbzsbzsbzsbwcbzsbzsbzsbzubzvbdeaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaaZlaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaabeKbeKbeKbeKbeKaaabwgbwhbrgbnSbnSbnSbBhbBibqPbnSbnSbwhbwgbzwbzxbvJbzHbBmbBnbBobBpbBqbBrbBsbBtbBubBvbBwbrsbrsbrsbuNbBxbwpbBycSabBybBybBybBzcWnbBAbrFbBBbBCbBDbzybzBbzCbzDbzEbtvbBJbvcbzFbtbbzGbtbbzScWJbzTbeSbzUbtDbBPbBQbBRbBSbBTbBUbBVbtDbtDbtGbBWbBXaxqbBZaxUbBXbCbbtGbtIbtIbCcbCdbCebCfbyJbCgbChbmzbzVbrKbrLaWMboPboPboPboPboPboPboPbtnboPoQQoQQoQQboPbzWbzYboPboPboPboPboPboPboPboPboPboPbvKboPboPboPboPboPbCmboPbqHbzZbzZbzZbAabCpbCpbCpbCpbCpbAwbAwbAwbAxbAybqHbAzbAAbABbACbAwcXebCpbCpbCpbCwboPboPboPbaQbaQbaQbvLbvMbBlbaQbClbClbaQbCxbCybaQaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaaaalbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDaaabwhbADbzxbCzbzHbCGbKobLtbLtbzHbzHbzHbCJbiCbiCbCKbrsbCLbCMbCNbCObwpbCPbCQbCRbCRbCSbCTbCUbCVbCUbCWbEBbttbAEbAFbAGbAHbAIbDcbDdbDebAJbtbbtbbAKbALbAMbzTbeSbANbDkbDkbDkbDkbDkbDkbDkbDlbDkaalbtGawEbwQbDnbyDbDnbAlaxWbtGaalbtIbDrbDsbDtbDubyJbyNbDvbmzbpJbdFaPibDwblrboGbspbsybtlbtmbDDcXcbtXbtYbuPbtYbuQbDybDzbDAbDMbDBbDCbDEbDFbDRbCAaTraWpbCBaTraWpbCCaTrbDRbDXbDYbDYbAObAObAOaAhbEbbskbtQbtUbEbbLKbEgbLKbCpbAPbAwbAQbCpbLUbEkbLUbCpazXbElbEnbEobEpbEqbTCbErbEsbaQbdebdebdebaQbdebdebaQbdebdebaQaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaaaalbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbnSbzwbARbCFbzHbEwbKobExbEybEzbEAbzHbEEbECcRIbCKbrsbrsbrsbrsbrsbwpbrPcRPbEFbEFbEGbtvbtvbtvbtvbtvbtvbtvbtvbEHbtvbtvbASbtvbvcbEJbAJbtbbtbbtbbATcWJbzTbeSbAUbDkbEMbENbEOasfbtWbDkbEQbDkaalbtGbERbESbETbEUbEVbEWbEXbtGaalbtIbEYbEZbFabFbbyJbyNbFcbmzbAVbAWaPibMSbDGbDHbDIbDJbDKbDLbDNbDObDPbDQbDQbDQbFgbFhbFibFjbFkbFlbFmbFnbFobDRbDSaTraWpbDTaTraWpbDUaTrbDRbFCbFDbugbuhbuhbuhbEabMXbEcbEcbEcbEdbEebFEbFFbCpbCpbFGbFObCpbEmbFPbFQbFRbFSbFTbEnbFUbFVbFWbFXaqbcyvbFYaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaaaalbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbnSbzwbARbCFbzHbEwbKobExbEybEzbEAbzHbEEaSQcRIbCKbrsbrsbrsbrsbrsbwpbrPcRPbEFbEFbEGbtvbtvbtvbtvbtvbtvbtvbtvbEHbtvbtvbASbtvbvcbEJbAJbtbbtbbtbbATcWJbzTbeSbAUbDkbEMbENbEOasfbtWbDkbEQbDkaalbtGbERbESbETbEUbEVbEWbEXbtGaalbtIbEYbEZbFabFbbyJbyNbFcbmzbAVbAWaPibMSbDGbDHbDIbDJbDKbDLbDNbDObDPbDQbDQbDQbFgbFhbFibFjbFkbFlbFmbFnbFobDRbDSaTraWpbDTaTraWpbDUaTrbDRbFCbFDbugbuhbuhbuhbEabMXbEcbEcbEcbEdbEebFEbFFbCpbCpbFGbFObCpbEmbFPaSWbFRbFSbFTbEnbFUbFVbFWbFXaqbcyvbFYaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaUtaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaaaalbCDbCDbFZbCDbCDbCDbCDbCDbCDbCDbCDbnSbzwbAXbDVbzHbGcbzHbGdbGebGfbGgbGhbGibGjcWobGkbGlbGmbGnbGlbGlbGlbGobGobGobGpbGqbtvbDxbDxbDxbDxbGsbGtbGubGvbtvbAYbAZbGybGybNCbBabtbbtbbBbbvcaWIbBcbBdbBebGFbGGbGHbGIbGJbGKbGLbGMbDkaalbtGbtGbGNbtGbGObtGbGPbtGbtGaalbtIbGQbEZbGRbGSbGTbGUbGVbmzbpJbdFbiGbDwbFpbFqbFrbFsbFtbFubNQbDObMnbMnbMnbMnbMnbFvbFwbFxcWDbFybGWbGXbGYbDRbDWbEvbEvbFzbEvbEvbFAbHnbDRbHsbDYbFJbFKbFLbFMbFNbHybHtbHubHvbHwbHxbHzbHAbEbbHBbHCbHDbEnbHJbHKbHLbHMbFSbHNbEnbHObFVbFVbHPbFVbHQbOCaalaalaaaaalaalaalaaaaalaalaalaaaaalaaaaaaaaaaaaaaaaUtaUtaUtaUtaUtaaaaaaaaaaaaaalaaaamaaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKbeKaaaaalbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDbnSbzwbAXbFBbzHbHTbOWbHVbHWbzHbzHbzHcWAcWAbpBbBybBybBybBybBybBybBybBybHXbtvbtvbHYbtvbDxbDxbDxbGrbHZbIabIabIbcGmbBfbBjbBkbBEbBFbBGbBHbBKbBKbImbInbBLbBMbBNbIrbIsbunbvobIvbIwbDkbIxbDkaalbPIbGbazjbDmbICbDoazjbHobPIaalbtIbIFbIGbIFbIFbIFbtIbIHbmzbBObdFaPibMSbDGbGZbHabHfbHgbHhbIObHdbHjbHkbHlbHmbMnbIJbFwbIKbDMbILbIMbINbIPbDRbHpbHqbIZbHSaTraWpbDUaTrbDRbJdbDYbHEbHFbHGbHHbHIcaUbEcbJebJfbJgbJhbJibJjbEbbJkbJlbJmbEnbJsbJtbJubJvbJwbJxbEnbJybJzbJzbJAbFVbWzbOCaaaaalaalaalaalaalaalaalaaaaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalaOvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaalbCDbCDbCDbCDbCDbCDbCDbCDbCDbCDaaabwhbCibCjbIubzHbuCbJGbJHbJIbKoaalaalaalaalaalbJJbJKbJKbJKbJKbJKbJKbJKbJLaalbtvbIcbJMbJObJNbIabJPbJRbJSbJTbJUbJVbCkbCnbCobJZbAbbvcbvcbCqbvcbvcbKcbCrbCsbCtbDkbIzbDkbDkbDkbDkbDkbKhbDkaalbRpbKjbKkbDpbKmbDpbKkbKnbSpaalbtIbKpbKqbKrbKsbKtbtIbKubmzbCuboibCvbDwbIQboGbIRbISbITbIUbIObHrbIVbIWbIXbIYbKzbKzbKAbKBbKCbFlbKDbKEbKFbDRbJabJbbKObHSaTraWpbDUaTrbDRbKRbDYbJnbJobJpbJqbJrbKXbKSbKTbKUbKVbKWbKYbKZbEbbLabLbbLcbEnbLibLjbLkbJvbFSbLlbEnbLmbFVbLnbLobFYbOCbOCaalaalaaaaaaaalaalaaaaalaalaalaaaaalaaaaalaalaaaaaaaaaaalaaaaaaaalaaaaakaaaaaaaalaaaamaaalaaaaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKbeKaaaaaaaaaaaabeKbeKbeKbeKbeKaaabwgbwhbrgbnSbnSbnSbnSbnSbnSbnSbwhbnSbwhbLpbLqbwhbLrbLsbKobKobKobKoaalaaaaalaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPpaalbStbLubLvbLwbLxbLybLzbLAbLBbLzbLCbLDbCEbCXbCYbLHbLIbvcbCZbDabDbbDfcWIbDgbDhbDibDkbDkbDkbDjbDZbEhbEibEubLTaalbTSbLVbLWbIBbIDbKlbMabMbbTSaalbtIbMcbMdaAabIFbMfbtIbMgbmzbEIbpKbEKbDwbDwbDwbUAbMkbKGbUAbIObKybKHbKHbKHbKIbELbEPbFdbFebDMbKJbKKaAKaZVbDRbKPbKQbMxbIEbJcbEvbJEaTrbDRbDXbDYbMCbMCbMCbMCbMCbKXbLdbJebLebLfbKWbKYbLgbEbbMHbLhbMJbEnbMKbMLbMMbMNbFSbMObEnbMPbFVbMQbMRbFYaalaalaalaaaaaaaaaaalaalaaaaaaaalaaaaaaaalaaaaaaaalaalaaaaaaaalaaaamaaalaaaaajaaaaaaaalaaaamaaalaaaaDJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaalaalaalaalaalaalaalaalaalaalbYibMTbMUbMVbnSaalaalaaaaalaalaalaalaalaalaalaaaaalbPpbJKbJKbJKbMWbJKbJKbJKbPpaalbYVbMYbMZbNabNbbNcbJTbNdbNebNebNfcGmbGabGwbGxbGAbGBbGCbGDbDabDabGEcWIbDgbDhbHebIebIfbIgbIhbNrbNsbNtbIibLTaalbNvbKgbNxbLXbLYbLZbNBbMybNvaalbtIbNDaGcbNFbIFbNGbtIbKubmzbIjbpKaPibNIbKLbKMbKNbMlbMmbMobNObNOwkFbNPbYXbNObNObIkbIlbNObDMcWDbMtcWDbDMbDRbNVbNWbPubNXbNXbNXbNXbNXbNXbDXbEbbFIbNYbNZbOabObbMDbEcbJebMEbMFbMGbMIbOdbKXbOebOfbOgbOmbOnbOobOpbOqbFSbOrbEnbOscRwbOubMRbFYbOvbZwbJJaDJaDNaDJaDJaDJaDJaDJbOxbOxbOxbOxbOxbOxbOxbOxbOyaalaalaalbJJaalaalaakaalaalaalaalaZlaalaalaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbYibOzbOAbOBbnSaalaaaaaaaalaaaaalaaaaalaaaaalaalaalbPpbJKbJKbJKbJKbJKbJKbJKcaebStbStbODbOEbNabNbbJTbOFbNdbOGbOHbOIbtvbIobtbbBjbGAbIpbAbbIqbIIbIIbJCbJDbJWbJXbJYbKibKbbMzbKdbNtbOTbOUbKebLTaalbNvbNvbNvbNvbNybNvbNvbNvbNvaalbOXbOXbOXbOXbOXbOXbOXbOYbmzbKfbKvbKwbNIbMubNJbNKbNLbNMbNNbNObNTbOlbPcbPdbYXbPebPfbPgbPhcaobPibPjbPkbPlbDRbDRbUkbDRbNXbJQbKxbMvbMwbNXbHsbEbbOcbPzbPzbPzcQKbEcbEcbOhbOibOibOibOjbOkbKXbPmbPnbPobOmcaqcaqcaqbPJcaqbEnbEnbPKbFYbFYbFYbFYbMAbORbOxbOxcaRcaRcaRcaRcaRbOxbOxbPObPPbhgbPPbhgbPPbPRaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaalaalaalaalaalaalaalaalaalaalbYibMTbMUbMVbnSaalaalaaaaalaalaalaalaalaalaalaaaaalbPpbJKbJKbJKbMWbJKbJKbJKbPpaalbYVbMYbMZbNabNbbNcbJTbNdbNebNebNfcGmbGabGwbGxbGAbGBbGCbGDbDabDabGEcWIbDgbDhbHebIebIfbIgbIhbNrbNsbNtbIibLTaalbNvbKgbNxbLXbLYbLZbNBbMybNvaalbtIbNDaGcbNFbIFbNGbtIbKubmzbIjbpKaPibNIbKLbKMbKNbMlbMmbMobNObNOwkFbNPbYXbNObNObIkbIlbNObDMcWDbMtcWDbDMbDRbNVbNWbPubNXbNXbNXbNXbNXbNXbDXbEbbFIbNYbNZbOabObbMDbEcbJebMEbMFbMGbMIbOdbKXbOebOfbOgbOmbOnaUMbOpbOqbFSbOrbEnbOscRwbOubMRbFYbOvbZwbJJaDJaDNaDJaDJaDJaDJaDJbOxbOxbOxbOxbOxbOxbOxbOxbOyaalaalaalbJJaalaalaakaalaalaalaalaZlaalaalaDNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabeKbeKbeKbeKbeKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbYibOzbOAbOBbnSaalaaaaaaaalaaaaalaaaaalaaaaalaalaalbPpbJKbJKbJKbJKbJKbJKbJKcaebStbStbODbOEbNabNbbJTbOFbNdbOGaVAbbZbtvbIobtbbBjbGAbIpbAbbIqbIIbIIbJCbJDbJWbJXbJYbKibKbbMzbKdbNtbOTbOUbKebLTaalbNvbNvbNvbNvbNybNvbNvbNvbNvaalbOXbOXbOXbOXbOXbOXbOXbOYbmzbKfbKvbKwbNIbMubNJbNKbNLbNMbNNbNObNTbOlbPcbPdbYXbPebPfbPgbPhcaobPibPjbPkbPlbDRbDRbUkbDRbNXbJQbKxbMvbMwbNXbHsbEbbOcbPzbPzbPzcQKbEcbEcbOhbOibOibOibOjbOkbKXbPmbPnbPobOmcaqcaqcaqbPJcaqbEnbEnbPKbFYbFYbFYbFYbMAbdfbOxbOxcaRcaRcaRcaRcaRbOxbOxbPObPPbhgbPPbhgbPPbPRaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbYibPSbnSbnSbnSaalaalaaaaalaalaalaalaalaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPTbPUbPVbPWbPXbNabNbbJTbJTbPYbtvbYVbYVbtvbLEbtbbBjbLFbLGbAbbLJbLLbLMbDabLNbDabLObLPbKibKbbPLbLQbNtbNtbNtbLRbLTbQibQibNzbQkbNAbQjbQlbQobQmbQqbQqbOXbQrbQsbQtbQubQvbQwbQxbmzbLSbdFaPibNIbPqbPrbPsbPtbPBbPCbQzbQAbQBbQDbQEbQFbQGbQHbQIbQJbQKbQLbQMbQNbQObQPbQVbQWbQXbPvbPwbPxbPybQYbNXbDXbEbbPAbRdbRebRfbRgbPDbPEbPFbPGbPHbRibRjcaUcaUbQQbQRbQSbQTbQUbQUbQUbRkbRlbRrbRsbRtbRubRvbRwbRvbRxbRybRzbRGbRAbRBbRCbRCbRCbRDcaRbRLcjmbRNbRObRPbRQbRRaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRTbRSbRSbRSbRSaalaaaaalaaaaalaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbRUbRVbRWbRXbRYbRYbRZbSabTJbTJbYVaalaalbYVbMhbtbbMibMpbtbbMqbMrbDabDabMscWIbNgbLObLPbKibKbbLTbNibNibNjbNibNkbLTbSkbSlbQnbQpbSmbSnbSobSqbSraIYbSubOXbSvbSwbSxbSybSzbSzbSAbTZbLSbdFaPibNIbRmbNJbNJbRnbRobRqbYXbREbRFbRHbRIbRJbSCbRHbSDbSEbSFbSGbSHbQNbSIbSJbSTbSUbSVbSWbQZbRabRbbRcbNXbTbbEbbEbbEbbKXbKXbKXbKXbKXbKXbKXbKXcaUbTccaUbSKbQQbSLbSMbSNbSNbSNbSObSPbSNbRKbTebTfbTgbThbTibTibTjbTkbTlbTsbTmbTnbTmbTobTpbTqcaRbTybTzbRNbTAbRNbTBbhgaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbTDbTEbTFbTGbTHbTIbTGbTGbTKcMKbYVaalaaabYVbNlbtbbBjbGAbtbbAbbNmbDabDabNncWIbNgbLObNpbKibNqbLTbNubNHbNRbNSbIibLTbSsbTPbTTbQibTVbTVbTVbQqbTUbTWbTXbOXbUabUbmHJcPabUcbUdbUebmzbOJbOKaPibNIbSQbSRbSSbSXbSYbSZbNObTabTdbTrbTtbYXbTubTvbTwbTxcaobUhbUibUjbUlbUzcERbQbcERbUCbUCbUCbUCbUCbUCbUDbUEaWtbUGbUHbUmbUnbUobUpbUqbUrbUsbUtbUubUvbUwbUxbUybSMbUVbUVbUVbUWbUWbUWbUWbUWbUXbUYbUXbUXbUXbUZbOvbVabVabVabVabVabVabUPbRCcaRbRLcSybRNbRPbRPbVdbRRaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKcaebStbStbHXbHXbHXbStbStbStbtvbtvaalaaabtvbOLbOMbONbOObOPbVjcWKcWKcWKbVlbKcbOQbLObOSbOVbKbbLTbOZbPabPbbNibPQbLTbVtbVubVvbQiaalaaaaalbQqbWQbVxbVybOXbVAbVzbVBbVCbVDbVEbVFbmzbPZbdFbQabNIbNIbNIcbacWEbUIcWEbNObNObYXbUJbYXbNObVLbUKbULbNObVOcERbUBcERbVObVPbVQbVRbVSbUCbPMbQfbVTbVUbUCbVXbVYbVZbWabUHbUMbUNbUObUQbURbUSbUSbUTbUUbVbbVIbVJbVKbSMbUVbVMbVNbWbbWcbWdbWebUWbWtbWubWvbWwbUXbWxaqKbOvaqEaGmaIDbeYbVabWhbWibOxbWCbWDbhgbWEbhgbWDbWFaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPpaalaalaalaalaalaalaalaalaalaalaalaalbtvbWGbWGbWGbWHbWGbVlbQcbQdbQdbQebKcbQgbLObQhbWNbKcbWObWObWObWObWObQybWObWObWOcPnbWObWObWObWObWOcWHbWObWObWObWObWObWObWObmzbmzbmzbmzbPZbdFaPibSbbQNbWfbWgbWjbWlbWmbWnbWobWpbWqbWqbWrbWqbWsbWAbWBbXgbXhbXibXjbXibXkbXlbXmbXnbWTbVVbVWbXpbXqbUCbUFbXubMHbMHbMHbMHbXvbMHbMHbXwbCIbCIbCIbCIbXybXwbQQbWUbSMbUVbWVbWWbWXbWYbWZbXabUWbXFbXGbXHbXIbUXbXJbWybOvbYZcntbXLcmdbVabUPbWkbOxcaRcaRcaRbXNbOxbOxbOxbOyaalaalaalbJJaalaalaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPpaalaaaaaaaakaaaaaaaaaaaaaaaaakaalaaaaaabWGbXObXPbXQbXRcWKbScbSdbQdbSebKcbNgbLObLPbDabSfbSgbShbSibSjbTLbTMbTNbTObTQbTRbUfbUgbSibDabVfbVgbVhbDabVibDabDabSjbSibVmbVnbVobVpbPZbdFaPibSbbXbbXcbXdbXebXfbXobXobXzbXAbXBbXCbXDbXEbXMbYrbXCbYFbYGbYHbYKbYHbYHbYLbYMcakbUCbXrbXsbXsbYNbUCbYQbYRbYSbYTaQzcduaSCbYUbYSbYsbYtbYubYvbYwbYxbXwbYybYzbSMbUVbWVbYAbYBbYCbWZbYDbUWbZkbZlbZmbZmbUXbWxbXLbOvbOvbOvaqGbOvbVabZcbZebZfbZnbZobZpbZqcaRaaaaaaaaaaalaaaaaaaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXraaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPpaalaaaaalbhFbZvcdCcdCcdCbZvbhFaalaalaalbWGbZxbZybZzbZAcWKbVqbVrbVsbVGbKcbDabVHbWIbWJbWJbWKbWLbWJbWMbWJbWLbWKbWJbWJbWPbWSbXSbXTbXUbXVbXWbWJbWJbXXbWLbWJbWMbWJbXYbXZbYabYbbYcbYdbQaaPwaPwaPwaPwbyLbYEbYIbvRcadccBbRhccBcadcadbYYbZacaicaiccZccZccZcaicXacalcamcbOcancejcejcejcejcancancapbYSbYWcarcascatcaubYSbZbcawcawcaxcaybZgbZhbZibZjbZrbZsbZtcabcaccaccaccagbUWbXFcaJcaKcaLbUXbWxbXLbOvbXKcaMbXLcaNbVacaBbWkcaCcaDcfUcaOcaPbVaaalaalaalaalaalaalaalaalaalaalaalaalcfVcfVcfVcfVcaVcaVcaWcaWcaWcaWcaXaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbPpbJKbJKbJKbJKbJKbJKbJKbPpaalaaaaalbhFbZvcdCcdCcdCbZvbhFaalaalaalbWGbZxbZybZzbZAcWKbVqbVrbVsbVGbKcbDabVHbWIbWJbWJbWKbWLbWJbWMbWJbWLbWKbWJbWJbWPbWSbXSbXTbXUbXVbXWbWJbWJbXXbWLbWJbWMbWJbXYbXZbYabYbbYcbYdbQaaPwaPwaPwaPwbyLbYEbYIbvRcadccBbRhccBcadcadbYYbZacaicaiccZccZccZcaicXacalcamcbOcancejcejcejcejcancancapbYSbYWcarcascatcaubYSbZbcawcawcaxcaybZgbZhbZibZjbZrbZsbZtcabcaccaccaccagbUWbXFcaJcaKcaLbUXbWxbXLbOvbXKbjQbXLcaNbVacaBbWkcaCcaDcfUcaOcaPbVaaalaalaalaalaalaalaalaalaalaalaalaalcfVcfVcfVcfVcaVcaVcaWcaWcaWcaWcaXaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbHXaaabJKbJKbJKbJKbJKaaabHXaalaaaaalbZvcaYcaZbjmcaZcbbbZvaalaaabWGbWGcbccbdbZzcbdcWKbYebYfbYgbYhbKcbNgbNgbYjbYkbDabYlbDabDabSjbDabDabYmbYnbYobYpbYqbLPbDabZubZBbTObZCbTObTObZDbZEbZFbTObZGaPibpKbZHaPiaPibEKaPwbBIbIAbQCaPwcahcavcadbZIbZJcbFbZKbZIcadcazcaAcaicaFcaGcaHcaIcaQcaicbPcbQcdicancaScaTcbBcbCcbHcancbWbYScbXcbYcfWcbZccabYScbIcccccdcceccccbIcbJbQQcbKcbLbUWcbMcbNcbRcbScbTcbUbUWbWtccnccocaLbUXccpccqccqccqccqccqccrbVabVabVabVabVabVabVacaRbVaaaaaaaaaaaalaaaaaaaalaaaaaaaalaaaaaacfVccscctcqUcaVcaWcaWcvMccvccucaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbJLaaaaaaaaaaaaaaaaaaaaabJLaalaaaaalcdCccwccxccybJFccAcfXcgwcfXbWGccCccDccEccFccGbZLbZMbZNbZNbZObKcbKcbKcccLbKcbKcbKcbKcbKcbKcbKcbKcbKcbKcbKcbKcbKcbZPbTObZQbKcaWMaWMaWMaWMbZRaWMaWMaWMaWMaWMccPccQbYObYPccRaPwbZZcaacbyaPwcbVccbcadbMBcdacdbcdabNUccBcazccfccZccgcdfcdgcdhcaHccZcdjcdkceNcFncbBcdlcdmcdncchcancapcdpcdpcdpcdpcdpcdpcdpccicdrcdscdtcfeccjbXwcckcbKcclbMHcdycdycdycdycdycdycdybUXcdzbUXbUXbUXcdycdycdycdycdycdybWxbOvaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaalaaaaaaaalaaaaaaaalaaaaaacfVcqUccscdAcaWcaWcdBchxcdDchxcdEcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaalaalcdCbjmcdGcdHcdGbjmcfXcdJcdKbWGcdLcbdcbdcdNcdObVlbZSbZTbZUbZVbVlcdTcdUcdVcdWaaaaalaaaaalcdXcdYccSccTcebceccedceebZWbZWbZXceebZYcaEcbecbfcbgcbhcbicbjcepceqcercescescescesaPwcbAccUccVccWccmccXcafceAceBceCceDceEcezcazccYcddcaHceIceJceKcdecdoceOcePcgHcdqcdvceSceTceUcdwcancapcdpceWceXceYceZcfacdpcdxcfbbuWcfdcfecbIbCIbQQcbKbSMcpccfhcficfjcdycfkcngcflcfmcfocfpcfqcfrcfscftcfucfvcfwcdycfxcfycfycfycfycfycfyaalaaaaaaaaaaaaaaaaalaaaaaaaalaaaaaaaalaaaaaacfzcaWcfAcaWcaWcnAcfCcfDcfDcfDcfCcfEcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalcdCccwcfFcfGchycfHcfIcfJcfKcfLcfMcfNcfOcfPcfQbVlbVlbVlbVlbVlbVlcfRcfScfTcitaaacjvcjDcjDclrcfYcdccdZceacdccfZceecbkcblcbmceecbncbocbpcbqcbrcbscbtcgncgncFZcgpcgqcgrbpNcgsaPwcetceucevaPwcexccbccBcgycgzcdbcgzcgyccBcazceyccZceGcgDcgEcgFceHccZcgIcgJcilcFnceLcgLcgMcgNceMcancapcdpcgPcgQcgRcgRcgScdpceQcdrcgUbvCcfecbIbCIbQQceRceVcgYcgZchachbchcchdcfnchechfchhchichjchkchlchmchnchochpcdychqchrcfychschtchuclyaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalcaVcaWchwchxchxcfCcfCcfCcfCcfCcfCcfCcfCcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalcdCbjmcjNcjNcjNbjmcfXchzchAchBchCchDchEchFcjnchGchHchIchJchKchJchLchMchNcitaalclBchPcgachRchScdcchTchUchVcgbceecbucblcbvceecbwcbxcbzcbDcbEcbGccHcgncigceqcihcesciicijcgtaPwcewcgucgvaPwcffcgxcadccIccJcdbccKccMcadcazcgAcaicgBcgCcgGcgKcgOcaiciAciBciCcancgTcgVcdwcgWciocancapcdpceWciIcgRcgRcgRcdpcipcccciKciLccccbIbCIbQQcbKbSMcpcciNciOciPcdyciQchgciRciSciUciVciWciXciYciZcjacjbcjccjdcjecjfcjgcjhcjicjjclyaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaacaWcaWcjkcfCcfCcfDcfDcfCcfCcfCcfDcjlcfCcfCcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalcdCbjmcjNcjNcjNbjmcfXchzchAchBchCchDchEchFcjnchGchHchIchJchKchJchLchMchNcitaalclBchPcgachRchScdcchTchUchVcgbceecbucblcbvceecbwcbxcbzcbDcbEcbGccHcgncigceqcihcesblecijcgtaPwcewcgucgvaPwcffcgxcadccIccJcdbccKccMcadcazcgAcaicgBcgCcgGcgKcgOcaiciAciBciCcancgTcgVcdwcgWciocancapcdpceWciIcgRcgRcgRcdpcipcccciKciLccccbIbCIbQQcbKbSMcpcciNciOciPcdyciQchgciRciSciUciVciWciXciYciZcjacjbcjccjdcjecjfcjgcjhcjicjjclyaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaacaWcaWcjkcfCcfCcfDcfDcfCcfCcfCcfDcjlcfCcfCcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaalcdCccwcWmcWmcWmccAcfXcgwcfXbWGcjocMVcMVcMVbWGbWGcdWcjpcjqcjrcjrcjscjtcjucitaaacmicincgcchvcgcchQchWciqcjwcjwcjxccNccOcdMceecgncgncgncgncgncjHcgncgncikcjIcjJcescjKcjLcJTaPwaPwaPwaPwaPwciucivcjPcadccBbYJccBcadcadciwcixcaicaiccZccZccZcaicjTcERcOJcERcancancancancancancancapcdpcdpciIcgRcgRcgRcdpcjVcjWcjXcjYcjZcbIbCIbQQcbKciybMHcdycdycdycdyckfcqrciTckcckgckhckickjckkcklckmcknckocdyckpckqcfyckrcksclCclyaalaalaalaakaajaajaajaajaajaajaajaajaakaalaalcaWcfCcfCcfCcfCcfCcktckucfCcfCcfCcfCcfCcfCckvcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbZvckwckxckxckxckybZvaalaaabWGbWGcfXcfXcfXbWGbjAcdWckAckAckBckCckDckEckFcitaalclBcjCcdcckHckGcdcckIckJckKcjyceecdPcdQcdRckQckRckRckRckRckRckSceqckTceqceqckUckVckWckXcesckYcizciJcjOcjSckackbckdckeckZckdckdclaclbckdclccldcleclgclgclgcmHcmIclfclfclhclpbvPbwLclscltbXtclvclwcdpcgXcmWclzclAcnzcgXcjVclicljclkcllclmbXwclncbKbSMchOclJclKclLclMclNclOclPclOcmYcdycdyclQclRclSclTcdycdycdyclUcfycfyclVclWclycfyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaWclXclYclYclYclYclYclZcfDcmacmbcfCcfCcmcckucxacaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalblWaalaaaaaaaaaaalblWaalaaaaaaaalaalaalaalcmecmecmecmecmecdWcmfcmgcmhcjucitaaacnCcjDcjDclrckMcdccdccjzcdccjAceecdScefcegceecmpcmpcmpcmpcmpcmpcmpcmpcjMcmqcmrceqcmtcercmucmvcloclxclIcmwcmxcmycmzckbckbcmAckbckbcmBcmCcmDcmEcmFcWFcXfcWFcXgcWGcmGcmJcmKclpasKcmMcmNcmOcmPcmQcdpcdpclFclGclHcmRcmScmTcdpcdpbXwcmLbXwbXwbXwcmXcmZcnachOcnccndcnecnfcngcnhcnicoDcoEcnjcnkcnlcnmcnncnocnpcnqcdycnrcnscfycqTcnucnvcnwaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaacnxccsccsccsccsccsccsccscnycnTcnAcfCcfCcmcckucnBcaXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8162,8 +8162,8 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalbXxboscpdcpecpfctdcphcpicpjcpkcdWcplaalaaaaalcpmcpmcpmcpmcpmcpmcpmceecelcemcbmceecmpcczcpqcprcpscpqcptcmpcenceoceocgdcnYcpxcoacpycoJcpzcpAcoacpBcpCcpEcfBcfBcpDcnUcfBcpEcpGcpIcomcpJcpKcpLcpMcpNcomcpOcpPcpQclpcpSclpclpcpTcpTcWLcpUcpVcpWcpXcpYcpZcqacqbcqccqdcpRcqgcqhcqicqjcqjcqkcqlchOcqncqocqpcqqcqrcqscrGcrHcrIcnjcqtcqucqvcqwcqxcnpcnqcdycnrcqycqzcoWaalaalaalaalaalaalaakaajaajaajaajaajaajaajaajaakaalaalcaWcfCcfCcfCcfCcfCcfCcfCcfCcfCcfCcfCcfCcfCcdBcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalcRccqBcnEcnEeodcqCcqDckAcdWcqEcdWcqFcpwcpFcqFcqFckzckLclqcmjcmkcnJcgecgfcggcghcgibEfcqNcqOcqPbvGcqRcqScgjcgkcglcgmchXcnYcnZcoacqYcqmcqZcraconcrbcrdcfBcrfcrgchYcribypcfBcojcrecnWcrkcrmcrncrocrpcomcrqcrrcrscrtcrucrvclpbpicpTcapcpUcrycrzcrAcrBcrCcrDcrEcdpcdpbMHcrFcrFcrwbQQbQQcshcsibMHcdycdycdycdycdycdycdycdycdycdycdycdycdycdycdycdycdycdycrJcrKcrLcqHaalaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaacaWcaWcjkcfCcfCcoZcoZcfCcfCcfCcoZcoZcfCcfCcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalcmecmecmecmecmecdWcdWcrNcrNciDciEcqFbZdcrRcrScrTcnOcotcqIcqJcqKcrUchZciacibciccidbEfcqNcsabvNcsccsdbsLcmpcnYcnYcnYcnYcnYcsfcoacsgcsjcsncsoconcrbcrdcfBcskchYciechYcsmcfBcojcrecnWcspcsqcsrcsscstcomcsucsvcswcsxcsDcttclpbpTcpTcapcpUcszcsAcsBcszcszcpUcpUcpUcsCcpUcpUcpUcpUbMHbMHctubMHbMHaqTcsEcsFcsIcsJcsHcsMcsNcsKcsLcsGcsOctVctWcupcsJcsPcsQcsRcsScoWcoWaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalcaVcaWcmaclYcmbcfCcfCcfCcfCcfCcfCcfCcfCcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalbEtbHccsTcsVcsWcsXcsYcsZciGciHcuzcqFcrWcrXcrScrSctectfcrYcrZctgcthcifcgfcggcghcimcircqNcpqcpqcpqcpqctocmpctpctqcnYctrcnYcnZctscqmcqmctvctwctBctCcrdcpDchYcisbwtcjEcjFctDctEctFctGctHctIctJctKctLcomcuVcuWctMctNclDctNctMbrYcpTctQcovctSasLbBYctUctScvpcvrctXctYctZcuacubctYcuccudcuecufcuccugcugcugcugcugcuhcugcugcugcuicujcujcukcukcukcukculcumcuncuocvxcoWcoWcoWcoWcuqcurcurcuscurcurcuscurcurcuscurcurcuscurcurcfzcaWcfAcaWcaWcnAcfCcoZcoZcoZcfCcfEcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaaaaalbEtctacsTcuucuvcuvcuwcuxcrOcyicuAcqFcticuBcuCcuDcuEctjctkcuFcuGcthcjGcjUckNckOckPcmmcuKcuLcuMcuNcuOcuPcuQcppcuScuTcuUcnYcnZcoacuXcuYcuZcvaconcvecvfcfBcvbchYcmnchYcvdcfBcvfcvgcnWcsqcvhcsqcwfcwgcomcvicvictMclEctOcvjctMcpTcpTctQctRctScvmcvncvoctScvycvycvqcsIcwJcvscvtcqVcoWcvvcvwcwKcoWcsIcwTcvzctVcoWcoWcvAcoWcoWcoWcoWcoWcoWcoWaqUcoWcoWcsJcvBcvCcvDcvEcvFcvGcvHcvIcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvKcvLcvLcxccaWcaWckvclYclYclYcvNcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalbEtbHccsTcsVcsWcsXcsYcsZciGciHcuzcqFcrWcrXcrScrSctectfcrYcrZctgcthcifcgfcggcghcimcircqNcpqcpqcpqcpqctocmpctpctqcnYctrcnYcnZctscqmcqmctvctwctBctCcrdcpDchYcisbwtcjEcjFctDctEctFctGctHctIctJctKctLcomcuVcuWctMctNclDctNctMbrYcpTctQcovctSasLbBYctUctScvpbltctXctYctZcuacubctYcuccudcuecufcuccugcugcugcugcugcuhcugcugcugcuicujcujcukcukcukcukculcumcuncuocvxcoWcoWcoWcoWcuqcurcurcuscurcurcuscurcurcuscurcurcuscurcurcfzcaWcfAcaWcaWcnAcfCcoZcoZcoZcfCcfEcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaaaaalbEtctacsTcuucuvcuvcuwcuxcrOcyicuAcqFcticuBcuCcuDcuEbmdctkcuFcuGcthcjGcjUckNckOckPcmmcuKcuLcuMcuNcuOcuPcuQcppcuScuTcuUcnYcnZcoacuXcuYcuZcvaconcvecvfcfBcvbchYcmnchYcvdcfBcvfcvgcnWcsqbmecsqcwfcwgcomcvicvictMclEctOcvjctMcpTcpTctQbmIctScvmcvncvoctScvycvycvqcsIcwJcvscvtcqVcoWcvvcvwcwKcoWcsIcwTcvzctVcoWcoWcvAcoWcoWcoWcoWcoWcoWcoWaqUcoWcoWcsJcvBcvCcvDcvEcvFcvGcvHcvIcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvJcvKcvLcvLcxccaWcaWckvclYclYclYcvNcaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRSbRSbRSbRSbRSbRSbRSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaalaalcvOcvOcvOcvOcvOcvOcvOcvOcrPctbctccqFcqFcqFcqFcqFcuHcuIcuIcuIcuIcvRcmocgfcggcghcnPbEfcnQcnRcpncpocpucpvcmpcwbcwcbslcwccnYcnZcoacwhcuYcwicwpcoacwqcwjcfBcwkcwlcwmcwncwocfBcwjcwrcomcwscwtcwucxzcxAcomcwvcwwcwxcvkcvlcwycwBcwCcwCcwDcwEctScwFcwGctSctSbYQcwVcwHcoWcoWcoWcoWcoWcoWcwIcyFcyPcoWcoWcoWcoWcoWcoWcvXcqVcwMcwPcwOcxOcvZcoWcwRcvucwScoWczJcwUczLcoWcoWcwWcoWcoWcwXcwYcwYcwZcwYcwYcwZcwYcwYcwZcwYcwYcwZcwYcwYcfVcVScRucxbcaVcaWcaWcRvcxdcxecaWcaWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaakaalbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRcvOcuycxhcvPcxjaAEcvQcxmcxncyqcqAcqXcqXcrhcslcifcgfcggcghctlbEfctmctxctzctPcuJcvccmpcxwcxxcnYcxycnYcnZcoacoacoacoacoacoacAZcwjcpEcpEcpEcpEcpEcpEcpEcwjcBacomcomcomcomcomcomcomcxBcxCcxDcvScvVcvScxDcpTcpTcxGcxHcwCcxIcxJcxKcxLcxLczNcxMcoWaalaalaalaalcoWcqQcqQcqQcoWaalaalaalaalcoWcvWcxPcyTcqVcvYcQZcxTcoWcxUcxVcRscxWcxWcxXcxYcxWaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalcfVcfVcfVcfVcaVcaVcaWcaWcaWcaWcaXaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaajaalbsRcxZcyacxZbsRcybcyccybbsRcydcyecydbsRcyfcygcyfbsRcvOcxgcBdcxicwacxocylcymcyncyocypcwLcwNcwQcxqcxscxtcxvcxEcxFcmpcmpcmpcmpcmpcmpcmpcmpcuRcyscnYcytcnYcnZcyucmscvibwZcywckYcyyckYcvicyxcyAcyBcyCcyzcvickYcyEckYcAIcyGcyHcyDcvicyIcyJcyKcyLcwzcwAcyMcyLaaacpTcWqcyQcyRcpTcpTcpTbuvbuvbuvcpTcoWaalaaaaaaaalaalaaaaaaaaaaalaalaaaaaaaalcoWcRqcRacxQcoWcoWcrccoWcoWcRtcyWcyXcxWcyYcyZczacxWaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8172,9 +8172,9 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaalaakaalbsRbnKcrMbyebsRbnKcrMbyebsRbyucrMbyebsRbHRcrMbHUbsRcvOcWpcBecvPczhczhcAoczjcBfcBgczhcBhcBicBjcCbcztcBlcBmcBncBocBpcBqcBrcBscBtcBscBscBscBuczxbDqasicBwcBxcBycBzcBAcBBcBBcBBcBCcBBcBBcBBcBAcyAcBDcBEcyAcvicvicvicviaalaalaalaalaalaalaalcyLczKcAQcARcyLaalaalaalaalaalaalaalaalaaaaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalcrQcrQcBJcrQcrQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaalaalaalaalcBLaalcBMaalcBLaalcBMaalcBLaalcBMaalcBNaalcBOaalcvOczgcAecAfcBPcBTcBUcBVcBWcBWcBXcBYcBZcCacEbcztcCccCdcCecCfcpHcCgcChcBscBtcCicCjcCkcClczxcCmcCncCocCpcCqcCrcBBbVwcmUcCscCtcCucCvcCwcBBcCzcCAcvicvicviaalaalaalaalaalaaaaaaaaaaaaaalcyLcAScAQcBFcyLaaaaaaaalaaaaaaaalaaaaalaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaacrQcCDcrQaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaacCEcCFcsecsUcsectnctycsUcsectnctycsUcsectnctyctAcsectTcsecCMcCMcqGcqLcCMcCPcCTcCRcqMcqMcCRcCRcCVcqMcCRcCUcCWcCXcDacCYcCZcCZcCZcDbcDucCZcDccDccDccDdcDdcDdcDdcDecBycDfcBBcCxcCycDgcDhcDicDjcDkcBBcFjcwdcviaalaalaalaaaaaaaaaaalaalaaaaaaaaaaalcyLcBGcBHcCBcyLaaaaaaaalaaaaaaaalaaaaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalcrQcDscrQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaalcDtcsecDvcDwcDxcDycDvcDzcDAcDBcDvcDCcDDcDEcDFcDGcDHcDIcDJcDKcDLcDNcDOcDQcDRcDPcDScDTcDUcDVcDWcDXcDYcDPcDZcEecEfcEacEccEdcEgcExcEycFScEhcEicEjcEkcElcElcEmcescEncescBBcDlcDmcErcEocEpcEqcEtcBBcvicxfcviaalaalaaaaaaaaaaaaaaaaalaalaalaalaalcyLcyLcCHcyLcyLcyLcyLcyLcyLaaaaalaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaalaFQcEwaFQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaalcDtcsecDvcDwcDxcDycDvcDzcDAcDBcDvcDCcDDcDEcDFcDGcDHcDIcDJcDKcDLcDNcDOcDQcDRcDPcDScDTcDUcDVcDWcDXcDYcDPcDZcEecEfcEacEccEdcEgcExcEycFScEhcEicEjcEkcElcElcEmcescEncescBBcDlcDmcErbmJcEpcEqcEtcBBcvicxfcviaalaalaaaaaaaaaaaaaaaaalaalaalaalaalcyLcyLcCHcyLcyLcyLcyLcyLcyLaaaaalaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaalaFQcEwaFQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaakcDtcsecDvcEAcEBaAWcDvcEAcEBaAWcDvcEAcEBaAWcECcEDcEFcEIaYgcEAcEJcEKcEHcELcEMcqMcENcEOcEPcEQcEScETcEUcqMcDZcEVcEWcEacEXcFvcFwcFxcEycFScEhcEYcEZcFacFbcElcEmcFccBycFdcBBcGgcEscEvcFecFfcFkcGacvicEucFlcviaalaaaaaaaaaaaaaaaaaaaalcyLcyLcyLcyLcyLcBbcBccBIcyLcFqcFrcFscyLcyLcyLcyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaaaaalaalcFtaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaajcFucsecFycEAcFzcEAcFycEAcFAcEAcFycFBcFGcFIcDFcFBcFJcrxcrVcsycCNcFKcFLcFMcFNcqMcFOcFPcFQcFRcFUcGecEUcqMcDZcEVcGvcEacGwcFTcFVcGxcEycGWcEhcFWcFXcFYaudattcEmcFZcBycJScBBcGbcWvcFgcFhcFicTJcTKcvicFEcGhcviaalaaaaaaaaaaaaaaaaalaalcyLcCGcFocGocxpcFpcGjcGkcyLcdFcGrcGscxpcGlcGncyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaaaaaaaaaaalcFtaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaajcFucsecFycEAcFzcEAcFycEAcFAcEAcFycFBcFGcFIcDFcFBcFJcrxcrVcsycCNcFKcFLcFMcFNcqMcFOcFPcFQcFRcFUcGecEUcqMcDZcEVcGvcEacGwcFTcFVcGxcEycGWcEhcFWcFXcFYbmKattcEmcFZcBycJScBBcGbcWvcFgcFhcFicTJcTKcvicFEcGhcviaalaaaaaaaaaaaaaaaaalaalcyLcCGcFocGocxpcFpcGjcGkcyLcdFcGrcGscxpcGlcGncyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaaaaaaaaaaaaaalcFtaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaalaajcFucsecDvcFIcFAcEAcDvcGycGzcGAcGBcGCcGDcGFcGGcGHcrxcCOcGIcGJcGLcGMcGNcGNcGKcDPcGOcDWcGPcGQcGRcGScGTcDPcGVcGYcHtcutcHucGXcHQcHvcEycGWcEhcGZcFXcGdcHbcHccEmcgocHdcescBBcBBcBAcHecHfcHecBAcxucvicvicGicviaalaaaaaaaaaaaaaalaalaalcyLcGpcGtcIkcGucHicGjcHjcxpcHmcHncHocxpcHkcHlcyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaakaalaalaalaalaalcFtaalaalaalaalaalaakaajaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaajcHrcxNcHwcHxcHycHzcHAcHBcHCcHzcHDcGNcHFcHGcGNcHHcFFcHIcHJcHIcHIcHLcHMcHNcHKcDPcDPcHOcDPcDPcHPcDPcDPcDPcHScHTcHtcutcHXcHRcLBcImcIucEacEhcGccFXcGdcHUcHVcEmceqcBycescJTcHWcBAcyrcGfcHYcBAcHZaBtcIacAXcIaaBuaBuaBuaBucIcaalaaaaalcyLcxpcxpcxpcxpcHpcHqcIdcIecIdcIfcIgcIhcIicIjcyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaacFtaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAWcAWcAWcAWcAWaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaajaalcsecDvcIwcGEcIncIocIpcIqcIncIocIncIqcIrcIscIBcItcICcEzcEEcIxcIycIDcIEcIFcIGcEAcEAcIHcIIcIJcIKcILcIMcIKcINcIOcIPcIQcIRcIScITcJlcJmcHacIUcIVcIWcHUcIYcEmceqcBycIZceqcJacBAcHecJbcHecBAcJcaaaaaaaaaaaaaaaaalaalaAdaBsaAdaaaaalcyLcGpcJicIkcGucHpcGjcJdcJecJfcJgcJfcxpcJfcJhcyLaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaacJjcJjcJjcJjcJjaalcFtaalcJjcJjcJjcJjcJjaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8189,7 +8189,7 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaajaalbsRcOkcOVcOkbsRcOmcOWcOmbsRcOocOXcOobsRcOqcOYcOqbsRaalaalaalcBvcDocDpcDMcPbcPfcPgcPgcPgcKQcPicPMbEjbEjcPUbEjbEjcPMcPmcLbcPmcPmcPocPocMlcGUcHgcBKcBKcMlcPscPtcPucPvcesaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalcyLcPxcPycPzcPAcJfcPBcPCcPIcyLaalaalaalaalcLKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalcKgcKhcKhcKhcKhcKicKjcKicKkcKkcKkcKkcKlaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaakaalbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRbsRaalaaaaalcBvcPccPdcPecPDcPEcPgcWUcLdcLqcLrcPMcPVcPXcPYcQecQfcPMcLscLFcLLcPmaalaalcMlcHhcPpcBKaalaalcPsceqcKIcOIcesaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaacxDcyLcyLcAYcPJcPrcPrcPrcPKcAYaaaaaaaaaaaacLKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaaacKScKScKScKScKSaalcFtaalcKScKScKScKScKSaaaaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaaaaalcBvcPFcPGcPHcPZcQacPgcLMcLUcLVcMmcPMcQgcQhcQicQjcQkcPMcMncMqcMrcPmaalaaacMlcPqcPWcBKaaaaaacPscQscgocescesaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalaaacAYcPLcPScPScPScPTcAYaaaaaaaaaaaacLKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaaaaaaaalaaaaaaaaacFtaaaaaaaaaaalaaaaaaaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalaalaalcBvcQbcQccQdcQwcQxcPgcFmcFCcHscHEcQlcQmcQncQocQpcQqcPMcCCcMwcCCcPmaalaaacQMcQrcQNcMlaaaaaacPsceqcUkcAyaalaaaaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalcyLcAYcAYcAYcAYcAYcyLaalaalaalaalcQQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaajaajaakaaaaaaaaacFtaaaaaaaaaaakaajaajaajaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaalaalaalcBvcQbcQccQdcQwcQxcPgcFmcFCcHscHEcQlcQmcQncQocQpcQqcPMcCCcMwcCCcPmaalaaacQMcQrcQNcMlaaaaaacPsceqbqvcAyaalaaaaaaaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalcyLcAYcAYcAYcAYcAYcyLaalaalaalaalcQQaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaajaajaakaaaaaaaaacFtaaaaaaaaaaakaajaajaajaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaalcBvcPccPdcQycQzcQRcPgcQAcQBcQCcQDcPMcQtcQucQvcQucQEcPMcQUcQVcQWcPmaalcRfcRgcRhcRhcRgcRgcRicPscUrcUAcAyaalaalaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaAdaBsaAdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacFtaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaaaaaaaaaaaaaalcBvcQScQTcRkcRlcQRcPgcQXcRdcReaMzcPMcQFcQGcQHcQGcQIcPMcRpcRrcRxcPmaalcRzbnfbngbNwcjQcjRcRFcRGcAycAycPscRHbNobNobNobNobNobNobNocRHcRJaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaalcRKaalaakaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaakaalaakaajaakaalaakaajaakaalaakaajaajaaaaaaaaaaaaaaaaalaalaalaalaalaalcRLcRLcRLcRLcOscRLcRNcRNcRNcRNcRycRNbFfbFfbFHbFfbFfcRNcRNcROcRNcRNcRNcRzbnfbngcmVcRAcRBcRCbNEaalaalaalaalaalaalaalaalaalaalaalaalcRHaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaajaaaaalaaaaajaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -8200,7 +8200,7 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSAcTacSCaaacSAcTacSCaaacSAcTacSCaaaaalaaaaaaaaaaaaaalaalaalaalaalaalaalcTNcTtcTucTOcTPcTQcShcTTcSucSucSucSmcTAcTUcTVcTWcTXcTYcUbcUacUccUdcUfcTTcUgcCJaajcRYcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcTMaalbNoaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcUicSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacKTcKTcKTcKTcKTcKTcKTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaakaaaaaaaaacSAcTacSCaaacSAcTacSCaaacSAcTacSCaaaaalaaacUjaalaalaalcWCcUlcUlcUlcUlcUmcUmcUmcUmcUmcUncUmcRNcUocSucSucSucUecRNcUqbItcUscRNcUpcUucUvcUwcUxcUycUzcFDcRNaajcSDcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcSzaalbNoaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaalaaaaaaaaaaalcUBaalaaaaalcUBaalaaaaalcUBaalaaaaalaalaalcTRcCKcCKcWCcTScUCcUDcUGcUHcUIcUIcUIcUJcUKcUMcRNcEGcSucSucSucUtcxrcUNcUOcUPcxrcUQcURcTDcUScUTcTGcUUcUVcRNaajcRYcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcTMaalbNoaalaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaalcUWcUXcUXcUXcUXcUYcUXcUXcUXcUYcUXcUXcUXcUYcUXcUXcUXcUXcUXcUEcUFcULcVacVccVecVfcVgcVhcVicUZcVicVjcVkcVlcRNcTTcSucSucSucUtcxrcVmcVncVocxrcUQcUgcUacVpcUdcUfcSucVqcCJaajcSDcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcSzaalbNoaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVrcVrcVrcVrcVrcVrcVrcVrcVraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakaalcUWcUXcUXcUXcUXcUYcUXcUXcUXcUYcUXcUXcUXcUYcUXcUXcUXcUXcUXcUEcUFcULcVacVccVecVfcVgcVhcVicUZcVibqycVkcVlcRNcTTcSucSucSucUtcxrcVmcVncVocxrcUQcUgcUacVpcUdcUfcSucVqcCJaajcSDcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcSzaalbNoaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVrcVrcVrcVrcVrcVrcVrcVrcVraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlaaacIlcIlcIlcIlcIlaaacIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaaaaalaaaaaaaaaaalcUBaalaaaaalcUBaalaaaaalcUBaalaaaaalaalaalcTRcCKcCKcWCcVscVtcVucUlcVbcVwcVdcVvcVycVxcVzcRNcTTcVAcVBcVCcUtcxrcVmcVDcVEcxrcVFcVGcVHcVIcVJcVKcVLcVMcCIbPNcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcRZcTMaalbNoaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVrcVrcVrcVrcVrcVrcVrcVrcVraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaacSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlaaacIlcIlcIlcIlcIlaaacIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajaajaakaaaaaaaaacSAcVNcSCaaacSAcVNcSCaaacSAcVNcSCaaaaalaaaaalaalaalaalcWCcUlcUlcUlcUlcVOcCLcCLcCLcCLcCLcVOcRNcVQcShcRNcRNcRNcRNcRNcVRcRNcRNcRNcRNcRNcShcRNcRNcCQcCScRNaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalcRHaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVrcVrcVrcVrcVrcVrcVrcVrcVraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaacIlcIlcIlcIlcIlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSAcVNcSCaaacSAcVNcSCaaacSAcVNcSCaaaaalaaaaaaaaaaaaaalaalaalaalaalaalaalaalaalaalaalaalaalaalcVUaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalaalcVPbNobNobNobNobNocRHcRJcRHbNobNobNobNobNobNobNocRHcRJaalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVrcVrcVrcVrcVrcVrcVraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZcSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacVVcVVcVVcVVcVVcVVcVVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
diff --git a/maps/frontier/frontier-1.dmm b/maps/frontier/frontier-1.dmm
index cb52299d1ca..f18aaca2871 100644
--- a/maps/frontier/frontier-1.dmm
+++ b/maps/frontier/frontier-1.dmm
@@ -1,20 +1,20 @@
"aaa" = (/turf/space,/area/space)
"aab" = (/turf/simulated/mineral,/area/space)
-"aac" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "chemwindow"; name = "Pharmacy Counter Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/medical/chemistry)
+"aac" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Pharmacy Counter Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "chemwindow"},/turf/simulated/floor/plating,/area/medical/chemistry)
"aad" = (/obj/machinery/light/small{dir = 1},/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
"aae" = (/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
"aaf" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
"aag" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
"aah" = (/obj/structure/sign/warning/vacuum{pixel_y = 32},/obj/machinery/conveyor{dir = 8; id = "garbage"},/turf/simulated/floor/plating,/area/maintenance/disposal)
"aai" = (/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/arrival/station)
-"aaj" = (/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_straight"},/area/shuttle/arrival/station)
+"aaj" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 1},/area/shuttle/arrival/station)
"aak" = (/obj/machinery/light/small{dir = 4},/obj/random/junk,/obj/random/junk,/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/simulated/floor/plating,/area/maintenance/disposal)
"aal" = (/obj/structure/bed/chair/shuttle/blue{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"aam" = (/obj/structure/cable/cyan{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"aan" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"aam" = (/obj/structure/cable/cyan{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"aan" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"aao" = (/obj/random/junk,/turf/simulated/floor/plating,/area/maintenance/disposal)
-"aap" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "garbage"; name = "disposal coveyor"},/obj/machinery/camera/network/civilian_west{c_tag = "Waste Disposal"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"aaq" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/wall,/area/maintenance/disposal)
+"aap" = (/obj/machinery/conveyor_switch/oneway{name = "disposal coveyor"; id = "garbage"; convdir = -1},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Waste Disposal"},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"aaq" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/wall,/area/maintenance/disposal)
"aar" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aas" = (/turf/simulated/shuttle/wall/corner/smoothwhite/nw,/area/shuttle/arrival/station)
"aat" = (/obj/item/stool/padded,/obj/random/trash,/turf/simulated/floor/plating,/area/maintenance/disposal)
@@ -25,8 +25,8 @@
"aay" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"},/area/shuttle/arrival/station)
"aaz" = (/obj/machinery/door/unpowered/shuttle,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"aaA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table/rack{dir = 4},/obj/random/maintenance,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
-"aaB" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"aaC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "hosroomblast"; name = "HoS Blast Door"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 1},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"aaB" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"aaC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "HoS Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "hosroomblast"},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
"aaD" = (/obj/structure/table/rack{dir = 4},/obj/random/maintenance,/obj/random/maintenance,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/locker)
"aaE" = (/obj/machinery/door/window/eastleft{req_access = list(63)},/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/effect/floor_decal/industrial/arrows/orange{dir = 4; pixel_x = -6},/obj/machinery/recharger/wallcharger{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"aaF" = (/obj/structure/bed/chair/shuttle/blue{dir = 4},/obj/effect/landmark/joinlate,/obj/machinery/light{dir = 8},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
@@ -40,65 +40,65 @@
"aaN" = (/obj/effect/shuttle_landmark/escape/station,/turf/space,/area/shuttle/escape/station)
"aaO" = (/turf/simulated/wall,/area/gateway)
"aaP" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/machinery/camera/network/security{c_tag = "Security - Firing Range East"},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"aaQ" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"aaR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"aaS" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 1},/turf/simulated/floor/plating,/area/security/range)
-"aaT" = (/obj/structure/table/rack,/obj/item/tank/emergency/oxygen/double,/obj/item/clothing/suit/space/void/security/hos/prepared,/obj/machinery/button/remote/blast_door{dir = 4; id = "hosroomblast"; name = "HoS room blast doors"; pixel_x = -25; pixel_y = -5; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"aaU" = (/obj/structure/bed,/obj/item/bedsheet/hos,/obj/machinery/camera/network/security{c_tag = "Security - Head of Security's Quarters"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"aaV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/range)
-"aaW" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/obj/item/device/radio/intercom/department/security{pixel_y = 26},/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"aaQ" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"aaR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"aaS" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/simulated/floor/plating,/area/security/range)
+"aaT" = (/obj/structure/table/rack,/obj/item/tank/emergency/oxygen/double,/obj/item/clothing/suit/space/void/security/hos/prepared,/obj/machinery/button/remote/blast_door{name = "HoS room blast doors"; dir = 4; pixel_x = -25; pixel_y = -5; id = "hosroomblast"; req_access = list(2)},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"aaU" = (/obj/structure/bed,/obj/item/bedsheet/hos,/obj/machinery/camera/network/security{c_tag = "Security - Head of Security's Quarters"},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"aaV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/range)
+"aaW" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/obj/item/device/radio/intercom/department/security{pixel_y = 26},/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"aaX" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai)
"aaY" = (/turf/simulated/wall/r_wall,/area/security/prison)
"aaZ" = (/obj/structure/toilet{dir = 4},/obj/effect/decal/cleanable/vomit,/obj/effect/decal/cleanable/cobweb,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 1},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"aba" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
+"aba" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
"abb" = (/obj/structure/closet/secure_closet/guncabinet,/obj/item/storage/secure/guncase/security/hos,/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/item/gun/projectile/pistol/vp78/wood,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"abc" = (/obj/structure/sink{dir = 1; pixel_y = 20},/obj/structure/mirror{pixel_y = 32},/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/generic,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/freezer,/area/security/prison)
"abd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"abe" = (/turf/simulated/floor/asteroid,/area/mine/unexplored)
"abf" = (/obj/machinery/shower{dir = 8},/obj/item/soap,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"abg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"abg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"abh" = (/obj/structure/closet/secure_closet/hos,/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"abi" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/recharger/wallcharger{pixel_y = -28},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
-"abj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/range)
-"abk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/light/small{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
+"abj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/range)
+"abk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/lino,/area/crew_quarters/heads/hos)
"abl" = (/obj/effect/floor_decal/industrial/warning/red/cee{dir = 4},/obj/structure/target_stake,/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abm" = (/obj/machinery/alarm{pixel_y = 24},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"abn" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"abn" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"abo" = (/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"abp" = (/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"abq" = (/obj/machinery/flasher{id = "AI"; pixel_y = 24},/obj/machinery/porta_turret,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"abq" = (/obj/machinery/flasher{pixel_y = 24; id = "AI"},/obj/machinery/porta_turret,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"abr" = (/turf/simulated/wall,/area/security/prison)
-"abs" = (/obj/structure/table/reinforced,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses{pixel_x = 3; pixel_y = 3},/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/obj/machinery/button/remote/blast_door{id = "gunrange_lockdown"; name = "Firing Range Shutters"; pixel_x = -26},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"abt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
-"abu" = (/obj/effect/floor_decal/industrial/warning/red/corner,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"abs" = (/obj/structure/table/reinforced,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/glasses/sunglasses{pixel_x = 3; pixel_y = 3},/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/obj/machinery/button/remote/blast_door{name = "Firing Range Shutters"; pixel_x = -26; id = "gunrange_lockdown"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"abt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
+"abu" = (/obj/effect/floor_decal/industrial/warning/red/corner,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abv" = (/obj/effect/floor_decal/rust,/obj/effect/floor_decal/rust,/obj/machinery/door/airlock{name = "Toilet"},/turf/simulated/floor/tiled/freezer,/area/security/prison)
-"abw" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"abw" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"abx" = (/obj/machinery/porta_turret{dir = 4},/obj/machinery/light/small/he{dir = 8},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aby" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"abz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/reinforced,/obj/item/gun/energy/laser/practice,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abA" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"abB" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"abB" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abC" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/item/target,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"abD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
-"abE" = (/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"abD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
+"abE" = (/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"abF" = (/obj/structure/closet/crate,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abG" = (/obj/machinery/computer/prisoner,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"abH" = (/obj/structure/bed/chair/comfy/black,/obj/machinery/button/remote/airlock{id = "HoSdoor"; name = "Office Door"; pixel_x = 26; pixel_y = -34},/obj/machinery/button/remote/blast_door{id = "Secure Gate"; name = "Brig Lockdown"; pixel_x = 36; pixel_y = -26; req_access = list(2)},/obj/machinery/button/remote/blast_door{id = "Prison Gate"; name = "Security Lockdown"; pixel_x = 36; pixel_y = -34; req_access = list(2)},/obj/effect/landmark/start/crew/hos,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/window_frame_tint{pixel_x = 28; pixel_y = -25},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"abI" = (/obj/machinery/power/sensor{name = "Powernet Sensor - AI Subgrid"; name_tag = "AI Subgrid"},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"abJ" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"abK" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"abH" = (/obj/structure/bed/chair/comfy/black,/obj/machinery/button/remote/airlock{name = "Office Door"; pixel_x = 26; pixel_y = -34; id = "HoSdoor"},/obj/machinery/button/remote/blast_door{name = "Brig Lockdown"; pixel_x = 36; pixel_y = -26; id = "Secure Gate"; req_access = list(2)},/obj/machinery/button/remote/blast_door{name = "Security Lockdown"; pixel_x = 36; pixel_y = -34; id = "Prison Gate"; req_access = list(2)},/obj/effect/landmark/start/crew/hos,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/button/window_frame_tint{pixel_x = 28; pixel_y = -25},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"abI" = (/obj/machinery/power/sensor{name = "Powernet Sensor - AI Subgrid"; name_tag = "AI Subgrid"},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"abJ" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/range)
+"abK" = (/obj/item/modular_computer/console/preset/security,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"abL" = (/obj/machinery/door/window/eastleft{req_access = list(63)},/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/effect/floor_decal/industrial/arrows/orange{dir = 4; pixel_x = -6},/obj/machinery/recharger/wallcharger{pixel_y = -28},/turf/simulated/floor/tiled/dark/rough,/area/security/range)
"abM" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/range)
-"abN" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
+"abN" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
"abO" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/security)
-"abP" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{id_tag = 0; name = "Head of Security"; req_access = list(58)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"abQ" = (/obj/machinery/camera/network/engineering{c_tag = "Brig Substation"; dir = 4},/obj/machinery/power/breakerbox/activated{RCon_tag = "Security Substation Bypass"},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"abP" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Head of Security"; req_access = list(58); id_tag = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"abQ" = (/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Brig Substation"},/obj/machinery/power/breakerbox/activated{RCon_tag = "Security Substation Bypass"},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"abR" = (/obj/structure/table/woodentable,/obj/item/folder/red{pixel_y = 3},/obj/item/pen/red{pixel_x = -1; pixel_y = 3},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/stamp/hos,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/stamp/void,/obj/item/stamp/ok,/obj/item/stamp/denied,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"abS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"abT" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Security"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"abU" = (/obj/structure/table/woodentable,/obj/item/device/megaphone,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"abS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"abT" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Security"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"abU" = (/obj/structure/table/woodentable,/obj/item/device/megaphone,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"abV" = (/turf/simulated/wall/r_wall,/area/outpost/research/isolation_b)
-"abW" = (/obj/structure/table/woodentable,/obj/machinery/recharger,/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Security's Desk"; departmentType = 5; name = "Head of Security RC"; pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"abW" = (/obj/structure/table/woodentable,/obj/machinery/recharger,/obj/machinery/requests_console{name = "Head of Security RC"; pixel_y = 30; department = "Head of Security's Desk"; departmentType = 5; announcementConsole = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"abX" = (/obj/structure/lattice,/turf/space,/area/space)
"abY" = (/turf/simulated/wall/r_wall,/area/maintenance/sub/relay_station)
"abZ" = (/turf/simulated/mineral,/area/maintenance/security_starboard)
@@ -107,104 +107,104 @@
"acc" = (/obj/structure/bed/chair/comfy{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"acd" = (/obj/structure/table/standard,/obj/item/deck/cards,/obj/item/storage/bible,/obj/machinery/newscaster{pixel_y = 32},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/security/prison)
"ace" = (/obj/structure/bed/chair/comfy{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"acf" = (/obj/machinery/door/airlock/glass_security{name = "Firing Range"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"acf" = (/obj/machinery/door/airlock/glass_security{name = "Firing Range"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"acg" = (/obj/machinery/light_switch{dir = 4; pixel_x = -26},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ach" = (/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"aci" = (/turf/simulated/wall/r_wall,/area/security/prison/monitoring)
-"acj" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
-"ack" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/briefingroom)
-"acl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"acm" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "gunrange_lockdown"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/briefingroom)
-"acn" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
+"acj" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/briefingroom)
+"ack" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/briefingroom)
+"acl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"acm" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "gunrange_lockdown"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/briefingroom)
+"acn" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
"aco" = (/obj/machinery/keycard_auth{pixel_y = 26},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"acp" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"acp" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"acq" = (/obj/machinery/artifact_scanpad,/obj/effect/landmark/event/rift/spawn_point,/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
-"acr" = (/obj/structure/table/woodentable,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/item/device/taperecorder,/obj/item/device/flashlight/maglight,/obj/item/device/binoculars,/obj/machinery/button/remote/blast_door{id = "HoS_room_lockdown"; name = "HoS room shutters"; pixel_x = 28; pixel_y = 25; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"acs" = (/obj/machinery/alarm/monitor/isolation{alarm_id = "isolation_two"; dir = 8; pixel_x = 22},/obj/machinery/artifact_analyser,/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
+"acr" = (/obj/structure/table/woodentable,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/item/device/taperecorder,/obj/item/device/flashlight/maglight,/obj/item/device/binoculars,/obj/machinery/button/remote/blast_door{name = "HoS room shutters"; pixel_x = 28; pixel_y = 25; id = "HoS_room_lockdown"; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"acs" = (/obj/machinery/alarm/monitor/isolation{dir = 8; pixel_x = 22; alarm_id = "isolation_two"},/obj/machinery/artifact_analyser,/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
"act" = (/turf/simulated/wall/r_wall,/area/outpost/research/eva)
-"acu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
-"acv" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"acu" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
+"acv" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/crew_quarters/heads/hos)
"acw" = (/obj/structure/table/standard,/obj/item/storage/box/cups,/obj/item/reagent_containers/vessel/sillycup,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"acx" = (/turf/simulated/wall/r_wall,/area/outpost/research/anomaly_analysis)
"acy" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
"acz" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"acA" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 4},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
-"acB" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/machinery/camera/network/research_outpost{c_tag = "Research Outpost Isolation Cell B"; dir = 1},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
+"acA" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 4},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
+"acB" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/machinery/camera/network/research_outpost{dir = 1; c_tag = "Research Outpost Isolation Cell B"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
"acC" = (/obj/machinery/atmospherics/unary/vent_scrubber{dir = 8},/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
"acD" = (/obj/random/junk,/turf/simulated/floor/tiled/rough,/area/security/prison)
"acE" = (/obj/effect/decal/cleanable/generic,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/security/prison)
"acF" = (/obj/structure/railing,/turf/simulated/floor/asteroid,/area/mine/explored)
"acG" = (/obj/structure/bed/chair/comfy{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"acH" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"acI" = (/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
-"acJ" = (/obj/machinery/ai_slipper,/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"acI" = (/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"acJ" = (/obj/machinery/ai_slipper,/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"acK" = (/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"acL" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "HoS_room_lockdown"; name = "HoS Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"acL" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/door/blast/shutters{name = "HoS Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "HoS_room_lockdown"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
"acM" = (/obj/structure/table/steel,/obj/item/anodevice{pixel_x = 3; pixel_y = 3},/obj/item/anodevice,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_analysis)
"acN" = (/obj/structure/table/steel,/obj/item/anobattery{pixel_x = -6; pixel_y = 2},/obj/item/anobattery{pixel_x = -2; pixel_y = -2},/obj/item/anobattery{pixel_x = 2; pixel_y = 2},/obj/item/anobattery{pixel_x = 6; pixel_y = 6},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_analysis)
-"acO" = (/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
+"acO" = (/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai)
"acP" = (/turf/simulated/wall/r_wall,/area/outpost/research/isolation_a)
"acQ" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/camera/network/security{c_tag = "Security - Prep Room North"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/device/radio/intercom/department/security{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"acR" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"acS" = (/obj/machinery/door/airlock/external{id_tag = "riso2"; name = "Access Airlock"; req_access = list(65)},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
+"acS" = (/obj/machinery/door/airlock/external{name = "Access Airlock"; req_access = list(65); id_tag = "riso2"},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_b)
"acT" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/door/blast/regular/open{dir = 2; id = "isolationB"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/outpost/research/isolation_b)
-"acU" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"acU" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"acV" = (/obj/structure/disposalpipe/segment{dir = 2},/obj/structure/window_frame/reinforced/thermal,/obj/machinery/door/blast/regular/open{dir = 2; id = "isolationB"},/turf/simulated/floor/plating,/area/outpost/research/isolation_b)
"acW" = (/turf/simulated/wall/r_wall,/area/outpost/research/isolation_c)
"acX" = (/obj/machinery/conveyor_switch/oneway{id = "archeology-external"},/turf/simulated/floor/plating,/area/mine/explored)
"acY" = (/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_analysis)
-"acZ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/prison)
+"acZ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/prison)
"ada" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_analysis)
"adb" = (/obj/item/bedsheet/orange,/obj/structure/bed,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
-"adc" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"adc" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"add" = (/obj/machinery/disposal,/obj/machinery/alarm{pixel_y = 24},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"ade" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"adf" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/blue{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
+"adf" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/blue{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
"adg" = (/obj/structure/reagent_dispensers/water_cooler,/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/item/device/radio/intercom/department/security{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"adh" = (/turf/simulated/wall,/area/maintenance/security_starboard)
-"adi" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
+"adi" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
"adj" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/asteroid,/area/mine/explored)
-"adk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
+"adk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
"adl" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/table/reinforced,/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/obj/item/reagent_containers/food/liquidfood,/obj/item/reagent_containers/food/liquidfood,/obj/item/reagent_containers/food/liquidfood,/obj/item/reagent_containers/food/liquidfood,/obj/item/storage/box/cups,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"adm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"adm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"adn" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ado" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"adp" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
"adq" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"adr" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ads" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/random/pottedplant,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"adt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"adu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "HoS_room_lockdown"; name = "HoS Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
-"adv" = (/obj/machinery/artifact_analyser,/obj/machinery/alarm/monitor/isolation{alarm_id = "isolation_one"; dir = 4; pixel_x = -22},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
+"adt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"adu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable,/obj/machinery/door/blast/shutters{name = "HoS Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "HoS_room_lockdown"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hos)
+"adv" = (/obj/machinery/artifact_analyser,/obj/machinery/alarm/monitor/isolation{dir = 4; pixel_x = -22; alarm_id = "isolation_one"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
"adw" = (/obj/machinery/atmospherics/unary/vent_scrubber,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
"adx" = (/obj/machinery/door/blast/regular/open{dir = 8; id = "isolationA"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/outpost/research/isolation_a)
-"ady" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"adz" = (/obj/machinery/photocopier,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"adA" = (/obj/structure/table/standard,/obj/item/book/wiki/chef_recipes,/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -7},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"adB" = (/obj/machinery/door/airlock/external{id_tag = "riso3"; name = "Access Airlock"; req_access = list(65)},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
-"adC" = (/obj/machinery/atmospherics/unary/vent_pump,/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
-"adD" = (/obj/structure/bed/chair{dir = 8},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/blue{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
+"ady" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"adz" = (/obj/machinery/photocopier,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"adA" = (/obj/structure/table/standard,/obj/item/book/wiki/chef_recipes,/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -7},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"adB" = (/obj/machinery/door/airlock/external{name = "Access Airlock"; req_access = list(65); id_tag = "riso3"},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
+"adC" = (/obj/machinery/atmospherics/unary/vent_pump,/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
+"adD" = (/obj/structure/bed/chair{dir = 8},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/blue{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
"adE" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/security/prison)
"adF" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"adG" = (/obj/machinery/light,/obj/machinery/conveyor{dir = 8; id = "archeology-external"},/turf/simulated/floor/plating,/area/mine/explored)
-"adH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/blue{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
+"adH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/blue{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
"adI" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"adJ" = (/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Anomaly Analysis"; dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
+"adJ" = (/obj/machinery/camera/network/research_outpost{dir = 1; c_tag = "Xenoarchaeology Anomaly Analysis"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
"adK" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"adL" = (/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"adM" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"adN" = (/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"adO" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"adO" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/obj/item/gun/projectile/pistol/vp78,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"adP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"adQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"adR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"adS" = (/obj/structure/sign/warning/moving_parts,/turf/simulated/wall/r_wall,/area/mine/explored)
-"adT" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"adT" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/obj/item/ammo_magazine/c45m/stun,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"adU" = (/turf/simulated/floor/plating,/area/mine/explored)
"adV" = (/turf/simulated/mineral,/area/maintenance/bridge/east)
-"adW" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/item/storage/box/flashbangs,/obj/item/storage/box/teargas,/obj/item/storage/box/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"adW" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/item/storage/box/flashbangs,/obj/item/storage/box/teargas,/obj/item/storage/box/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"adX" = (/obj/effect/floor_decal/oldflood,/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"adY" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/westleft{dir = 2; name = "Sub-Armory Storage"; req_access = list(2)},/obj/item/clothing/accessory/armorplate,/obj/item/clothing/accessory/armorplate,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/suit/armor/pcarrier/light/nt,/obj/item/clothing/suit/armor/pcarrier/light/nt,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"adY" = (/obj/structure/table/rack{pixel_y = 6},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/brigdoor/westleft{name = "Sub-Armory Storage"; dir = 2; req_access = list(2)},/obj/item/clothing/accessory/armorplate,/obj/item/clothing/accessory/armorplate,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/accessory/armorplate/medium,/obj/item/clothing/suit/armor/pcarrier/light/nt,/obj/item/clothing/suit/armor/pcarrier/light/nt,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"adZ" = (/obj/structure/closet/secure_closet/warden,/obj/machinery/camera/network/security{c_tag = "Security - Warden's Office"},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aea" = (/obj/structure/closet/secure_closet/guncabinet,/obj/item/storage/box/shotgun/beanbags,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/shotgun/pump,/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/item/backwear/reagent/pepper,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aeb" = (/obj/structure/table/steel,/obj/item/paper_bin{pixel_y = 8},/obj/item/pen,/obj/item/stamp/ward,/obj/item/device/radio/intercom/department/security{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
@@ -214,18 +214,19 @@
"aef" = (/obj/structure/table/steel,/obj/machinery/photocopier/faxmachine{department = "Warden"},/obj/machinery/light{dir = 1},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aeg" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/recharger/wallcharger{pixel_x = -28; pixel_y = -4},/obj/effect/landmark/start/crew/officer,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aeh" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/landmark/start/crew/officer,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"aei" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/landmark/start/crew/officer,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"aej" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"aei" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/landmark/start/crew/officer,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"aej" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aek" = (/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"ael" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/machinery/door/blast/regular/open{dir = 8; id = "isolationC"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/outpost/research/isolation_c)
"aem" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
-"aen" = (/obj/machinery/alarm/monitor/isolation{alarm_id = "isolation_three"; dir = 8; pixel_x = 22},/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
+"aen" = (/obj/machinery/alarm/monitor/isolation{dir = 8; pixel_x = 22; alarm_id = "isolation_three"},/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
"aeo" = (/obj/structure/reagent_dispensers/coolanttank,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aep" = (/obj/structure/table/standard,/obj/item/reagent_containers/vessel/bucket,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aeq" = (/obj/structure/sign/warning/nosmoking_2{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aer" = (/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aes" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aet" = (/obj/machinery/gateway{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
+"aeu" = (/mob/living/simple_animal/mouse/brown/Tom,/obj/machinery/camera/network/command{dir = 4; c_tag = "Vault"},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aev" = (/obj/machinery/gateway{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aew" = (/obj/machinery/gateway{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aex" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
@@ -233,17 +234,17 @@
"aez" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aeA" = (/obj/machinery/gateway{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aeB" = (/obj/machinery/gateway/centerstation,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
-"aeC" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"aeC" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aeD" = (/obj/machinery/gateway{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aeE" = (/obj/structure/bed/chair/office/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"aeF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison)
+"aeF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison)
"aeG" = (/turf/simulated/wall/r_wall,/area/teleporter)
"aeH" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/table/standard,/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeI" = (/obj/machinery/light{dir = 1},/obj/structure/table/standard,/obj/prefab/hand_teleporter,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeJ" = (/obj/structure/closet/crate,/obj/item/crowbar,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeK" = (/obj/structure/closet/crate,/obj/machinery/camera/network/command{c_tag = "Bridge - Teleporter"},/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeL" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"aeM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/teleporter)
+"aeM" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeN" = (/turf/simulated/wall/r_wall,/area/gateway)
"aeO" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aeP" = (/obj/machinery/gateway{dir = 10},/obj/effect/landmark/joinlate/gate,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
@@ -255,21 +256,22 @@
"aeV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeW" = (/obj/item/device/bluespace_beacon,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/teleporter)
"aeX" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"aeY" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/teleporter)
-"aeZ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aeY" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/teleporter)
+"aeZ" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"afa" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"afb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"afc" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Exotic Particles Collection"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
+"afb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"afc" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Exotic Particles Collection"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_analysis)
"afd" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"afe" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"aff" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"aff" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"afg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
-"afh" = (/obj/machinery/ai_slipper,/obj/machinery/camera/all/command{c_tag = "AI Chamber North"; dir = 1},/obj/machinery/power/smes/buildable{charge = 5e+006; input_attempt = 1; input_level = 125000; output_attempt = 1; output_level = 100000},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"afh" = (/obj/machinery/ai_slipper,/obj/machinery/camera/all/command{dir = 1; c_tag = "AI Chamber North"},/obj/machinery/power/smes/buildable{charge = 5e+06; input_attempt = 1; input_level = 125000; output_attempt = 1; output_level = 100000},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"afi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"afj" = (/obj/machinery/shieldwallgen,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/teleporter)
"afk" = (/obj/machinery/shieldwallgen,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating,/area/teleporter)
"afl" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/teleporter)
"afm" = (/obj/machinery/cryopod,/obj/machinery/computer/cryopod{pixel_y = 32},/turf/simulated/floor/trim/lino,/area/security/prison)
+"afn" = (/mob/living/bot/secbot/beepsky,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"afo" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/teleporter)
"afp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"afq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 8},/obj/machinery/vending/wallmed2{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
@@ -278,12 +280,12 @@
"aft" = (/obj/structure/bed/chair/shuttle/blue{dir = 8},/obj/effect/landmark/joinlate,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"afu" = (/obj/machinery/door/airlock/external/bolted_open,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
"afv" = (/obj/machinery/hologram/holopad,/obj/item/device/bluespace_beacon,/obj/effect/landmark/joinlate/observer,/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"afw" = (/obj/structure/filingcabinet,/obj/machinery/camera/network/security{c_tag = "Security - HoS' Office"; dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"afx" = (/turf/simulated/shuttle/wall{dir = 8; icon_state = "swall_t"},/area/shuttle/arrival/station)
-"afy" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/plating/airless,/area/shuttle/arrival/station)
-"afz" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_t"},/area/shuttle/arrival/station)
+"afw" = (/obj/structure/filingcabinet,/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - HoS' Office"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"afx" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"; dir = 8},/area/shuttle/arrival/station)
+"afy" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/plating/airless,/area/shuttle/arrival/station)
+"afz" = (/turf/simulated/shuttle/wall{icon_state = "swall_t"; dir = 4},/area/shuttle/arrival/station)
"afA" = (/turf/simulated/shuttle/wall/corner/smoothwhite/sw,/area/shuttle/arrival/station)
-"afB" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/camera/network/security{c_tag = "Security - Prison Dorm"; dir = 4},/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"afB" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Prison Dorm"},/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/prison)
"afC" = (/obj/structure/table/standard,/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/security/prison)
"afD" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/security/prison)
"afE" = (/obj/effect/floor_decal/rust,/turf/simulated/floor/plating,/area/outpost/research/eva)
@@ -292,22 +294,22 @@
"afH" = (/obj/machinery/door/airlock/maintenance,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"afI" = (/turf/simulated/wall/r_wall,/area/outpost/research/anomaly_storage)
"afJ" = (/obj/structure/reagent_dispensers/water_cooler{pixel_x = -3},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"afK" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/rig/security/equipped,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/window/brigdoor/eastright{name = "Security Hardsuit"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"afK" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/rig/security/equipped,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/window/brigdoor/eastright{name = "Security Hardsuit"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afL" = (/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/sign/armory{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"afM" = (/obj/machinery/suit_storage_unit/security,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"afN" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/obj/machinery/secsmith,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"afO" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"afP" = (/obj/machinery/camera/network/research_outpost{c_tag = "Research Outpost Isolation Cell A"; dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/blue{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
-"afQ" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"afR" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
+"afN" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 4},/obj/machinery/secsmith,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"afO" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"afP" = (/obj/machinery/camera/network/research_outpost{dir = 1; c_tag = "Research Outpost Isolation Cell A"},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/blue{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
+"afQ" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"afR" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
"afS" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"afT" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"afU" = (/obj/machinery/door/airlock/external{id_tag = "riso1"; name = "Access Airlock"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
+"afT" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"afU" = (/obj/machinery/door/airlock/external{name = "Access Airlock"; req_access = list(65); id_tag = "riso1"},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_a)
"afV" = (/turf/simulated/wall,/area/hydroponics)
"afW" = (/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"afX" = (/obj/structure/window/reinforced,/obj/structure/table/standard,/obj/item/clothing/suit/apron,/obj/item/clothing/head/flatcap,/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/obj/machinery/vending/wallmed1{pixel_x = -28},/turf/simulated/floor/trim/lino,/area/security/prison)
"afY" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"afZ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/warden)
+"afZ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/warden)
"aga" = (/obj/structure/table/steel,/obj/item/storage/box/donut,/obj/random/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"agb" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/machinery/door/blast/regular/open{dir = 8; id = "isolationC"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/outpost/research/isolation_c)
"agc" = (/turf/simulated/floor/reinforced{name = "Holodeck Projector Floor"},/area/holodeck/alphadeck)
@@ -316,114 +318,114 @@
"agf" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Hydroponics"},/obj/item/device/radio/intercom{pixel_y = 22},/obj/structure/table/standard,/obj/item/device/analyzer/plant_analyzer,/obj/item/material/minihoe,/turf/simulated/floor/natural/grass,/area/hydroponics)
"agg" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/lino,/area/security/prison)
"agh" = (/turf/simulated/wall/r_wall,/area/bridge)
-"agi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
+"agi" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
"agj" = (/obj/machinery/light{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/natural/grass,/area/hydroponics)
"agk" = (/turf/simulated/floor/natural/grass,/area/hydroponics)
"agl" = (/obj/effect/landmark/start/crew/gartender,/turf/simulated/floor/natural/grass,/area/hydroponics)
"agm" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/natural/grass,/area/hydroponics)
-"agn" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/hologram/holopad,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"agn" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/hologram/holopad,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"ago" = (/turf/simulated/floor/trim/wood,/area/bridge)
"agp" = (/obj/machinery/atmospherics/unary/vent_scrubber{dir = 1},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
"agq" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"agr" = (/obj/structure/bed,/obj/machinery/camera/network/research_outpost{c_tag = "Research Outpost Isolation Cell C"; dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
-"ags" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "research_inner"; locked = 1; name = "Research Outpost External Access"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"agr" = (/obj/structure/bed,/obj/machinery/camera/network/research_outpost{dir = 1; c_tag = "Research Outpost Isolation Cell C"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/reinforced,/area/outpost/research/isolation_c)
+"ags" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Research Outpost External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; id_tag = "research_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"agt" = (/obj/structure/table/steel,/obj/item/tank/jetpack/oxygen,/obj/item/tank/jetpack/oxygen,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"agu" = (/obj/item/stool/padded,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"agv" = (/turf/simulated/floor/plating,/area/outpost/research/eva)
"agw" = (/obj/machinery/vending/security,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"agx" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/machinery/light{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"agy" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"agz" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"agA" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/item/device/flash,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"agB" = (/obj/structure/table/standard,/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/item/handcuffs,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agy" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agz" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agA" = (/obj/structure/table/standard,/obj/item/storage/box/evidence,/obj/item/device/flash,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agB" = (/obj/structure/table/standard,/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/item/handcuffs,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"agC" = (/turf/simulated/wall/r_wall,/area/outpost/research/isolation_monitoring)
-"agD" = (/obj/structure/table/standard,/obj/item/device/megaphone,/obj/item/folder/red{pixel_y = 3},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agD" = (/obj/structure/table/standard,/obj/item/device/megaphone,/obj/item/folder/red{pixel_y = 3},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"agE" = (/turf/simulated/wall,/area/lawoffice)
"agF" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/bed,/obj/item/bedsheet/orange,/turf/simulated/floor/trim/lino,/area/security/prison)
-"agG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/prison)
-"agH" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"agI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agG" = (/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/prison)
+"agH" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"agI" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"agJ" = (/turf/simulated/wall,/area/crew_quarters/toilet)
-"agK" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{id_tag = "HoSdoor"; name = "Head of Security"; req_access = list(58)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"agK" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Head of Security"; req_access = list(58); id_tag = "HoSdoor"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"agL" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -11},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"agM" = (/obj/effect/floor_decal/corner/lime{dir = 5},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"agN" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"agO" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"agP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"agQ" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"agR" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"agS" = (/obj/random/junk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"agP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"agQ" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"agR" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"agS" = (/obj/random/junk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"agT" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"agU" = (/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
"agV" = (/obj/machinery/honey_extractor,/obj/effect/floor_decal/corner/lime{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
"agW" = (/obj/structure/bed/couch/left/blue,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
"agX" = (/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/bridge)
-"agY" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"agY" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
"agZ" = (/obj/machinery/telecomms/relay/preset/station,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
-"aha" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Prison East"; dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
-"ahb" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/structure/table/standard,/obj/item/folder/blue,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"aha" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Prison East"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/prison)
+"ahb" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/structure/table/standard,/obj/item/folder/blue,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"ahc" = (/obj/machinery/porta_turret,/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -4; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"ahd" = (/obj/machinery/alarm{pixel_y = 24},/obj/machinery/porta_turret,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"ahe" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
-"ahf" = (/obj/structure/table/standard,/obj/item/aiModule/oxygen,/obj/item/aiModule/oneHuman,/obj/machinery/door/window{dir = 8; name = "High-Risk Modules"; req_access = list(20)},/obj/item/aiModule/purge,/obj/structure/window/reinforced,/obj/item/aiModule/antimov,/obj/item/aiModule/teleporterOffline,/obj/item/aiModule/robocop,/obj/item/aiModule/paladin,/obj/item/aiModule/corp,/obj/item/aiModule/freeformcore,/obj/item/aiModule/asimov,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"ahg" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"ahf" = (/obj/structure/table/standard,/obj/item/aiModule/oxygen,/obj/item/aiModule/oneHuman,/obj/machinery/door/window{name = "High-Risk Modules"; dir = 8; req_access = list(20)},/obj/item/aiModule/purge,/obj/structure/window/reinforced,/obj/item/aiModule/antimov,/obj/item/aiModule/teleporterOffline,/obj/item/aiModule/robocop,/obj/item/aiModule/paladin,/obj/item/aiModule/corp,/obj/item/aiModule/freeformcore,/obj/item/aiModule/asimov,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"ahg" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ahh" = (/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ahi" = (/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ahj" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Armoury Section"; req_access = list(3)},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ahk" = (/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"ahl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"ahl" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"ahm" = (/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"ahn" = (/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches/large,/obj/item/clothing/accessory/storage/pouches/large,/obj/machinery/camera/network/security{c_tag = "Security - Tactical Equipment"; dir = 8; pixel_y = -30},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas/clear,/obj/item/clothing/mask/gas/clear,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aho" = (/obj/structure/table/steel,/obj/item/device/megaphone,/obj/item/toy/figure/warden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/recharger,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ahp" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ahq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ahr" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/warden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/button/remote/blast_door{id = "warden2"; name = "Warden Shutters Control"; pixel_y = 26; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"ahs" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{name = "Warden's Desk"; req_access = list(3)},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"aht" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"ahn" = (/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/drop_pouches/black,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches,/obj/item/clothing/accessory/storage/pouches/large,/obj/item/clothing/accessory/storage/pouches/large,/obj/machinery/camera/network/security{dir = 8; pixel_y = -30; c_tag = "Security - Tactical Equipment"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas/clear,/obj/item/clothing/mask/gas/clear,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"aho" = (/obj/structure/table/steel,/obj/item/device/megaphone,/obj/item/toy/figure/warden,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/recharger,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ahp" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ahq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ahr" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/warden,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/button/remote/blast_door{name = "Warden Shutters Control"; pixel_y = 26; id = "warden2"; req_access = list(3)},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"ahs" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastleft{name = "Warden's Desk"; req_access = list(3)},/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"aht" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"ahu" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
"ahv" = (/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"ahw" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{anchored = 0; department = "Internal Affairs"},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"ahx" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/brig)
+"ahw" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Internal Affairs"; anchored = 0},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"ahx" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/brig)
"ahy" = (/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/lawoffice)
"ahz" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"ahA" = (/obj/structure/table/reinforced,/obj/item/hand_labeler,/obj/item/clothing/accessory/badge/holo/cord,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/item/clothing/accessory/badge/holo,/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"ahB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"ahB" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"ahC" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/item/device/flashlight/maglight,/obj/item/crowbar,/obj/machinery/recharger,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"ahD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/warden)
+"ahD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/warden)
"ahE" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"ahF" = (/obj/machinery/shower{dir = 8},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"ahG" = (/obj/effect/floor_decal/corner/lime/three_quarters,/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"ahH" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/structure/reagent_dispensers/composttank,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"ahI" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/conveyor_switch/oneway{id = "HydroDelivery"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"ahJ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"ahJ" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ahK" = (/obj/effect/floor_decal/corner/red/three_quarters,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ahL" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ahM" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"ahN" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
+"ahN" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; id = "brig_observation"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
"ahO" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"ahP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison/monitoring)
-"ahQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison/monitoring)
-"ahR" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/camera/network/security{c_tag = "Security - Briefing South"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"ahP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; id = "brig_observation"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison/monitoring)
+"ahQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison/monitoring)
+"ahR" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Briefing South"},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"ahS" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"ahT" = (/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"ahT" = (/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"ahU" = (/obj/effect/floor_decal/corner/lime,/obj/structure/flora/pottedplant/monkey{name = "Sun Sun"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"ahV" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ahW" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/corner/grey,/obj/structure/barricade/security,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"ahX" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/telecom{c_tag = "Telecommunication Relay"; dir = 8},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
+"ahX" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/telecom{dir = 8; c_tag = "Telecommunication Relay"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
"ahY" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/alarm{pixel_y = 23},/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/barricade/security,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"ahZ" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/machinery/disposal,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aia" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/machinery/biogenerator,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aib" = (/obj/machinery/alarm/cold{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
-"aic" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
+"aic" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
"aid" = (/obj/effect/floor_decal/corner/lime{dir = 10},/obj/machinery/seed_extractor,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aie" = (/obj/item/modular_computer/console/preset/security,/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom/department/security{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"aif" = (/obj/machinery/vending/hydronutrients,/obj/effect/floor_decal/corner/lime{dir = 10},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aig" = (/obj/machinery/seed_storage/garden,/obj/effect/floor_decal/corner/lime{dir = 10},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"aih" = (/obj/structure/table/reinforced,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"aih" = (/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"aii" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/storage/box/donut,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"aij" = (/obj/structure/table/woodentable,/obj/item/folder/blue,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
"aik" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"ail" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/prison)
+"ail" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/prison)
"aim" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/camera/network/command{c_tag = "Bridge - West"},/turf/simulated/floor/trim/wood,/area/bridge)
"ain" = (/turf/simulated/wall/r_wall,/area/bridge/meeting_room/cafe)
"aio" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/security/prison)
@@ -434,25 +436,25 @@
"ait" = (/turf/simulated/wall,/area/hallway/primary/frontier/brighall)
"aiu" = (/obj/machinery/shieldwallgen,/turf/simulated/floor/plating,/area/teleporter)
"aiv" = (/obj/machinery/shieldwallgen,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating,/area/teleporter)
-"aiw" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"aix" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/head/helmet/ballistic,/obj/item/clothing/head/helmet/ballistic,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aiw" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"aix" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/suit/armor/bulletproof,/obj/item/clothing/head/helmet/ballistic,/obj/item/clothing/head/helmet/ballistic,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aiy" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aiz" = (/obj/structure/table/steel_reinforced,/obj/item/crowbar,/obj/item/device/flashlight/maglight,/obj/item/storage/belt/security/tactical,/obj/item/storage/belt/security/tactical,/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aiA" = (/obj/structure/closet/l3closet/security,/obj/effect/floor_decal/industrial/box/red,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aiB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
+"aiB" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"aiC" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/item/clothing/accessory/storage/pouches/large/green,/obj/item/clothing/accessory/storage/pouches/large/tan,/obj/item/clothing/accessory/storage/pouches/green,/obj/item/clothing/accessory/storage/pouches/navy,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/clothing/accessory/armor/tag/nt,/obj/item/storage/box/cdeathalarm_kit,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
-"aiD" = (/obj/structure/table/steel,/obj/item/crowbar,/obj/item/wrench,/obj/item/device/radio/off,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"aiE" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"aiD" = (/obj/structure/table/steel,/obj/item/crowbar,/obj/item/wrench,/obj/item/device/radio/off,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"aiE" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aiF" = (/obj/machinery/computer/prisoner,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aiG" = (/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
"aiH" = (/obj/structure/closet/wardrobe/red,/obj/effect/floor_decal/corner/red{dir = 5},/obj/item/clothing/accessory/holster/thigh,/obj/item/clothing/accessory/holster/thigh,/obj/item/clothing/accessory/holster/thigh,/obj/item/clothing/mask/balaclava,/obj/item/clothing/mask/balaclava,/obj/item/clothing/accessory/armband,/obj/item/clothing/accessory/armband,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aiI" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/crowbar,/obj/item/crowbar,/obj/item/crowbar,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
-"aiJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
-"aiK" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"aiJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
+"aiK" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aiL" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"aiM" = (/obj/structure/table/darkwood_reinforced,/obj/machinery/chemical_dispenser/bar_alc/full{pixel_x = -4; pixel_y = 14},/obj/machinery/status_display{pixel_y = 32},/obj/item/reagent_containers/vessel/glass/shot{pixel_x = 4},/obj/item/reagent_containers/vessel/glass/shot{pixel_x = -3; pixel_y = -2},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"aiN" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/item/storage/box/donut,/obj/machinery/recharger,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"aiO" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"aiN" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/item/storage/box/donut,/obj/machinery/recharger,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"aiO" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aiP" = (/turf/simulated/wall,/area/storage/tools)
"aiQ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aiR" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
@@ -461,247 +463,261 @@
"aiU" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/camera/network/command{c_tag = "Bridge - East"},/turf/simulated/floor/trim/wood,/area/bridge)
"aiV" = (/turf/simulated/wall,/area/storage/emergency)
"aiW" = (/obj/machinery/alarm{pixel_y = 23},/obj/structure/table/darkwood_reinforced,/obj/item/storage/box/glasses{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/glasses/shot,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"aiX" = (/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/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/bridge)
+"aiX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/wood,/area/bridge)
"aiY" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/plating,/area/storage/emergency)
"aiZ" = (/turf/simulated/wall/r_wall,/area/crew_quarters/captain)
+"aja" = (/mob/living/simple_animal/mouse,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
"ajb" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"ajc" = (/mob/living/bot/mulebot{suffix = "#1"},/obj/machinery/navbeacon/delivery/QM3,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/mine/explored)
"ajd" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/random/pottedplant,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"aje" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ajf" = (/turf/simulated/wall,/area/storage/art)
-"ajg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/warden)
+"ajg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "warden2"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/warden)
"ajh" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"aji" = (/turf/simulated/wall/r_wall,/area/maintenance/bridge/west)
"ajj" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/bottle/premiumvodka,/obj/item/reagent_containers/vessel/glass/vodkaglass,/obj/item/reagent_containers/vessel/glass/vodkaglass,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"ajk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
+"ajk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
"ajl" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/pen/red{pixel_x = -1; pixel_y = 3},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ajm" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Head of Security"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ajn" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
"ajo" = (/obj/effect/floor_decal/corner/grey{dir = 10},/turf/simulated/wall/r_wall,/area/security/range)
-"ajp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
-"ajq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"ajr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/carpet,/area/lawoffice)
+"ajp" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig)
+"ajq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/lawoffice)
+"ajr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/carpet,/area/lawoffice)
"ajs" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/closet/wardrobe/orange,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"ajt" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
-"aju" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
-"ajv" = (/obj/machinery/door/airlock/hatch{name = "Station Relay"; req_access = list(61)},/obj/machinery/door/blast/regular{id = "SRelay"; name = "Station Relay Blast Door"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/sub/relay_station)
-"ajw" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ajx" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ajy" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"ajz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/prison)
+"ajt" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
+"aju" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/maintenance/sub/relay_station)
+"ajv" = (/obj/machinery/door/airlock/hatch{name = "Station Relay"; req_access = list(61)},/obj/machinery/door/blast/regular{name = "Station Relay Blast Door"; id = "SRelay"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/sub/relay_station)
+"ajw" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ajx" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ajy" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ajz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/prison)
"ajA" = (/obj/effect/landmark/event/other/carps,/turf/space,/area/space)
-"ajB" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/prison)
-"ajC" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/brig)
+"ajB" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/prison)
+"ajC" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/security/brig)
"ajD" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"ajE" = (/obj/structure/largecrate/hoverpod,/turf/simulated/floor/plating,/area/outpost/research/eva)
-"ajF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/warden)
-"ajG" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "research_airlock"; name = "exterior access button"; pixel_x = 7; pixel_y = -22; req_one_access = list(13,65)},/turf/simulated/floor/plating,/area/mine/explored)
+"ajF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "warden2"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/warden)
+"ajG" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/machinery/access_button{name = "exterior access button"; pixel_x = 7; pixel_y = -22; frequency = 1379; command = "cycle_exterior"; req_one_access = list(13,65); master_tag = "research_airlock"},/turf/simulated/floor/plating,/area/mine/explored)
"ajH" = (/turf/simulated/wall,/area/crew_quarters/sleep/cave)
-"ajI" = (/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/mine/explored)
+"ajI" = (/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/mine/explored)
"ajJ" = (/obj/structure/closet/crate,/obj/item/reagent_containers/vessel/bottle/wine,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/plating,/area/maintenance/cargo)
"ajK" = (/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"ajL" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/button/remote/blast_door{id = "brig_observation"; name = "Prison Observation Shutters"; pixel_x = -6; pixel_y = 32; req_access = list(2)},/obj/machinery/button/flasher{id = "permentryflash"; name = "Prison Flash"; pixel_x = -7; pixel_y = 40; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"ajL" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/button/remote/blast_door{name = "Prison Observation Shutters"; pixel_x = -6; pixel_y = 32; id = "brig_observation"; req_access = list(2)},/obj/machinery/button/flasher{name = "Prison Flash"; pixel_x = -7; pixel_y = 40; id = "permentryflash"; req_access = list(2)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"ajM" = (/obj/structure/table/reinforced,/obj/item/material/ashtray/plastic,/obj/random/smokes,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"ajN" = (/obj/effect/floor_decal/industrial/standclear/yellow,/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"ajN" = (/obj/effect/floor_decal/industrial/standclear/yellow,/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"ajO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance,/turf/simulated/floor/plating,/area/crew_quarters/toilet)
-"ajP" = (/obj/effect/floor_decal/rust,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"ajP" = (/obj/effect/floor_decal/rust,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
"ajQ" = (/obj/machinery/seed_storage/garden,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/security/prison)
-"ajR" = (/obj/machinery/power/sensor{name = "Powernet Sensor - Security Subgrid"; name_tag = "Security Subgrid"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"ajS" = (/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"ajR" = (/obj/machinery/power/sensor{name = "Powernet Sensor - Security Subgrid"; name_tag = "Security Subgrid"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"ajS" = (/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"ajT" = (/obj/structure/sink{dir = 1; pixel_y = 20},/obj/structure/mirror{pixel_y = 32},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"ajU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"ajV" = (/obj/machinery/door/airlock{name = "Unisex Showers"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"ajW" = (/obj/item/bikehorn/rubberducky,/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"ajX" = (/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/plating,/area/hydroponics)
-"ajY" = (/obj/structure/plasticflaps{opacity = 1},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/machinery/conveyor{dir = 8; id = "HydroDelivery"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/hydroponics)
+"ajX" = (/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/plating,/area/hydroponics)
+"ajY" = (/obj/structure/plasticflaps{opacity = 1},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/machinery/conveyor{dir = 8; id = "HydroDelivery"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/hydroponics)
"ajZ" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"aka" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aka" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"akb" = (/obj/effect/floor_decal/corner/lime{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
"akc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"akd" = (/obj/machinery/hologram/holopad,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"ake" = (/obj/structure/table/woodentable,/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = 30},/obj/machinery/light{dir = 8},/obj/item/storage/box/PDAs,/turf/simulated/floor/trim/wood,/area/bridge)
+"akd" = (/obj/machinery/hologram/holopad,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"ake" = (/obj/structure/table/woodentable,/obj/machinery/requests_console{name = "Bridge RC"; pixel_y = 30; department = "Bridge"; departmentType = 5; announcementConsole = 1},/obj/machinery/light{dir = 8},/obj/item/storage/box/PDAs,/turf/simulated/floor/trim/wood,/area/bridge)
"akf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"akg" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/clothing/suit/armor/laserproof,/obj/item/clothing/suit/armor/laserproof,/obj/item/clothing/head/helmet/ablative,/obj/item/clothing/head/helmet/ablative,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"akg" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/clothing/suit/armor/laserproof,/obj/item/clothing/suit/armor/laserproof,/obj/item/clothing/head/helmet/ablative,/obj/item/clothing/head/helmet/ablative,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"akh" = (/obj/machinery/vending/boozeomat{req_access = list(19)},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"aki" = (/obj/structure/table/steel_reinforced,/obj/item/storage/firstaid/adv,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/item/reagent_containers/hypospray/autoinjector/combatpain,/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/item/storage/box/trackimp,/obj/item/storage/box/chemimp,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"akj" = (/obj/structure/table/standard,/obj/structure/sign/poster{pixel_y = 32},/obj/item/material/ashtray/bronze,/obj/random/smokes,/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
"akk" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 4},/obj/item/aicard,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/trim/wood,/area/bridge)
-"akl" = (/obj/machinery/door/airlock/glass_security{name = "Sub-Armory"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/tactical)
-"akm" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
-"akn" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction{dir = 2; name = "Bar"; sortType = "Bar"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"ako" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
+"akl" = (/obj/machinery/door/airlock/glass_security{name = "Sub-Armory"; req_access = list(2)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/security/tactical)
+"akm" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Warden's Office"; req_access = list(3)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/warden)
+"akn" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/sortjunction{name = "Bar"; dir = 2; sortType = "Bar"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"ako" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/door/airlock/glass_security{name = "Equipment Storage"; req_access = list(1)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/sec_locker)
"akp" = (/obj/structure/table/woodentable,/obj/machinery/status_display{pixel_y = 32},/obj/item/storage/secure/briefcase,/obj/item/device/taperecorder,/turf/simulated/floor/trim/wood,/area/bridge)
-"akq" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
-"akr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
-"aks" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"akq" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/security/briefingroom)
+"akr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
+"aks" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Briefing Room"; req_access = list(1)},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/briefingroom)
"akt" = (/obj/item/modular_computer/console/preset/command,/turf/simulated/floor/trim/wood,/area/bridge)
-"aku" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "brig_observation"; name = "Window Shutters"; opacity = 0},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
+"aku" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "brig_observation"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/prison/monitoring)
"akv" = (/obj/structure/table/woodentable,/obj/machinery/recharger{pixel_y = 4},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"akw" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "research_pump"},/obj/structure/closet/walllocker/emerglocker/east,/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor,/area/outpost/research/eva)
-"akx" = (/obj/structure/cable/blue{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/plating,/area/mine/explored)
-"aky" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "research_pump"},/obj/structure/sign/warning/vacuum{pixel_x = 32},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology EVA - Airlock"; dir = 8},/turf/simulated/floor/plating,/area/outpost/research/eva)
-"akz" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/wall/r_wall,/area/mine/explored)
+"akw" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "research_pump"},/obj/structure/closet/walllocker/emerglocker/east,/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor,/area/outpost/research/eva)
+"akx" = (/obj/structure/cable/blue{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/plating,/area/mine/explored)
+"aky" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "research_pump"},/obj/structure/sign/warning/vacuum{pixel_x = 32},/obj/machinery/camera/network/research_outpost{dir = 8; c_tag = "Xenoarchaeology EVA - Airlock"},/turf/simulated/floor/plating,/area/outpost/research/eva)
+"akz" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/wall/r_wall,/area/mine/explored)
"akA" = (/turf/simulated/mineral,/area/crew_quarters/sleep/cave)
"akB" = (/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"akC" = (/turf/simulated/floor/plating,/area/quartermaster/storage)
-"akF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akD" = (/mob/living/bot/mulebot{suffix = "#2"},/obj/machinery/navbeacon/delivery/QM2,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/corner/brown{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"akE" = (/mob/living/simple_animal/mouse,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"akF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akG" = (/mob/living/simple_animal/corgi/Ian,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"akH" = (/mob/living/simple_animal/parrot/Poly,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"akI" = (/obj/machinery/door/airlock/maintenance{id_tag = "HoloControl"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"akJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
-"akK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hos)
+"akL" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/stock_parts_processor,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"akM" = (/mob/living/simple_animal/mouse,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"akN" = (/obj/structure/closet/secure_closet/brig,/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"akO" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"akP" = (/obj/effect/floor_decal/corner/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"akQ" = (/obj/structure/window/reinforced,/obj/random/pottedplant,/obj/machinery/camera/network/security{c_tag = "Security - Execution Room Entrance"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"akR" = (/obj/machinery/door/airlock/glass_security{frequency = 1379; id_tag = "PrisonDoorA"; name = "Prison Entry"; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
-"akU" = (/obj/machinery/camera/network/command{c_tag = "AI Upload - West"; dir = 4},/obj/machinery/ai_status_display{pixel_x = -32},/obj/machinery/porta_turret{dir = 4},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"akQ" = (/obj/structure/window/reinforced,/obj/random/pottedplant,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Execution Room Entrance"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"akR" = (/obj/machinery/door/airlock/glass_security{name = "Prison Entry"; frequency = 1379; req_access = list(2); id_tag = "PrisonDoorA"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison)
+"akS" = (/mob/living/simple_animal/mouse,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/map_ent/func_load_map{tag = "_ent_spawn_bar"},/turf/simulated/floor/plating,/area/maintenance/library)
+"akT" = (/mob/living/simple_animal/mouse,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"akU" = (/obj/machinery/camera/network/command{dir = 4; c_tag = "AI Upload - West"},/obj/machinery/ai_status_display{pixel_x = -32},/obj/machinery/porta_turret{dir = 4},/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"akV" = (/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"akW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"akW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
"akX" = (/obj/item/device/radio/intercom/locked/ai_private{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"akY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/airlock{dir = 4; id = "HoloControl"; name = "Maintenance Lock"; pixel_x = -25; pixel_y = -5; specialfunctions = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
+"akY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/airlock{name = "Maintenance Lock"; dir = 4; pixel_x = -25; pixel_y = -5; id = "HoloControl"; specialfunctions = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
"akZ" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
"ala" = (/obj/machinery/door/airlock/glass{name = "Holodeck Control"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"alb" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/porta_turret{dir = 8},/obj/machinery/camera/network/command{c_tag = "AI Upload - East"; dir = 8},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
-"alc" = (/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/structure/closet/crate/secure/weapon{name = "ballistic ammo"},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/machinery/camera/network/security{c_tag = "Security - Armoury North"; dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"alb" = (/obj/machinery/status_display{pixel_x = 32},/obj/machinery/porta_turret{dir = 8},/obj/machinery/camera/network/command{dir = 8; c_tag = "AI Upload - East"},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload)
+"alc" = (/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt,/obj/structure/closet/crate/secure/weapon{name = "ballistic ammo"},/obj/effect/floor_decal/industrial/hatch/red,/obj/item/ammo_magazine/mc9mmt,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/item/ammo_magazine/mc9mmt/rubber,/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Armoury North"},/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/structure/sign/warning/nosmoking_1{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ald" = (/obj/effect/floor_decal/industrial/warning/red{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"ale" = (/obj/structure/closet/crate/hydroponics/beekeeping,/obj/effect/floor_decal/corner/lime{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
"alf" = (/obj/effect/floor_decal/industrial/warning/red/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"alg" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"alh" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"ali" = (/obj/machinery/door/airlock/command{name = "Electrical Maintenance"; req_access = list(19)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"alj" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/sensor{name = "Powernet Sensor - Command Subgrid"; name_tag = "Command Subgrid"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"alk" = (/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"all" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/camera/network/engineering{c_tag = "Command Substation"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"alm" = (/obj/machinery/button/remote/blast_door{id = "Armoury"; name = "Armoury Access"; pixel_y = 26; req_access = list(3)},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aln" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{dir = 4; id = "Armoury"; name = "Emergency Access"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"alh" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"ali" = (/obj/machinery/door/airlock/command{name = "Electrical Maintenance"; req_access = list(19)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"alj" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/sensor{name = "Powernet Sensor - Command Subgrid"; name_tag = "Command Subgrid"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"alk" = (/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"all" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/camera/network/engineering{c_tag = "Command Substation"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"alm" = (/obj/machinery/button/remote/blast_door{name = "Armoury Access"; pixel_y = 26; id = "Armoury"; req_access = list(3)},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aln" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{name = "Emergency Access"; dir = 4; id = "Armoury"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"alo" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"alp" = (/obj/effect/floor_decal/corner/grey,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/machinery/button/remote/blast_door{id = "Armoury"; name = "Armoury Access"; pixel_y = 26; req_access = list(3)},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-West"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alq" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alr" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"als" = (/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"alt" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/conveyor{dir = 8; id = "HydroDelivery"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"alu" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alv" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alw" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alx" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aly" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-East"; pixel_x = 24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alA" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alp" = (/obj/effect/floor_decal/corner/grey,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/machinery/button/remote/blast_door{name = "Armoury Access"; pixel_y = 26; id = "Armoury"; req_access = list(3)},/obj/machinery/camera/network/security{c_tag = "Security - Brig Center-West"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alq" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alr" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"als" = (/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"alt" = (/obj/effect/floor_decal/corner/lime{dir = 9},/obj/machinery/conveyor{dir = 8; id = "HydroDelivery"},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"alu" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alv" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alw" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alx" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aly" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/camera/network/security{pixel_x = 24; c_tag = "Security - Brig Center-East"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alz" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alA" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"alB" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
"alC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"alD" = (/obj/random/pottedplant,/obj/machinery/ai_status_display{pixel_y = 32},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"alE" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/lawoffice)
+"alE" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/lawoffice)
"alF" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/photocopier/faxmachine{department = "Captain's Office"},/obj/machinery/light{dir = 1},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"alG" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_y = 30},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"alG" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/requests_console{name = "Captain RC"; pixel_y = 30; department = "Captain's Desk"; departmentType = 5; announcementConsole = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"alH" = (/obj/item/storage/secure/safe{pixel_x = 10; pixel_y = 32},/obj/machinery/keycard_auth{pixel_x = 26; pixel_y = 26},/obj/machinery/light_switch{pixel_x = -10; pixel_y = 26},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"alI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alJ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alK" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alI" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alJ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alK" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"alL" = (/turf/simulated/wall/r_wall,/area/security/sec_locker)
-"alM" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alN" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alO" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"alP" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"alQ" = (/obj/structure/disposalpipe/segment{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"alR" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alS" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alT" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"alU" = (/obj/machinery/newscaster{dir = 4; pixel_x = -32},/obj/machinery/camera/network/command{c_tag = "Internal Affairs"; dir = 4},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"alV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "warden2"; name = "Warden's Office Shutters"; opacity = 0},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/security/warden)
+"alM" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alN" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alO" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"alP" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
+"alQ" = (/obj/structure/disposalpipe/segment{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"alR" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alS" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alT" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alU" = (/obj/machinery/newscaster{dir = 4; pixel_x = -32},/obj/machinery/camera/network/command{dir = 4; c_tag = "Internal Affairs"},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"alV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Warden's Office Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "warden2"},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/security/warden)
"alW" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"alX" = (/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"alZ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/alarm{pixel_y = 23},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"alX" = (/obj/machinery/door/airlock/engineering{name = "Security Substation"; req_one_access = list(1,11,24)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"alY" = (/mob/living/simple_animal/mouse,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/locker)
+"alZ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/alarm{pixel_y = 23},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"ama" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
"amb" = (/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"amc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/camera/network/security{c_tag = "Security - Holding Cells"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"amd" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"ame" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amc" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/camera/network/security{c_tag = "Security - Holding Cells"},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"amd" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"ame" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"amf" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/structure/table/standard,/obj/item/clothing/gloves/thick/botany,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"amg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"amg" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"amh" = (/obj/structure/closet/crate/hydroponics,/obj/item/shovel/spade,/obj/item/material/minihoe,/obj/effect/floor_decal/corner/lime{dir = 9},/obj/structure/sign/warning/mail_delivery{name = "\improper DELIVERY TO KITCHEN"; pixel_x = -32},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"ami" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
-"amj" = (/obj/machinery/light{dir = 1},/obj/machinery/button/remote/blast_door{id = "heads_meeting"; name = "Containment Blast Doors"; pixel_x = 6; pixel_y = 24; req_access = list(55)},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"ami" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
+"amj" = (/obj/machinery/light{dir = 1},/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; pixel_x = 6; pixel_y = 24; id = "heads_meeting"; req_access = list(55)},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"amk" = (/obj/structure/bed/chair/comfy/brown,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"aml" = (/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"amm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"amn" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amn" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"amo" = (/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/trim/wood,/area/bridge)
-"amp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"amq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/bridge)
+"amp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/grey{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/wood,/area/bridge)
"amr" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/trim/wood,/area/bridge)
-"ams" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"amt" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"amu" = (/obj/machinery/door/airlock/glass_security{frequency = 1379; id_tag = "PrisonDoorA"; name = "Prison Entry"; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"ams" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amt" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amu" = (/obj/machinery/door/airlock/glass_security{name = "Prison Entry"; frequency = 1379; req_access = list(2); id_tag = "PrisonDoorA"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"amv" = (/turf/simulated/wall/r_wall,/area/security/briefingroom)
-"amw" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
-"amx" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"amw" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/security)
+"amx" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/security)
"amy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"amz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"amA" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"amB" = (/obj/effect/floor_decal/industrial/warning/red{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"amC" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Holodeck Control"; dir = 4},/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"amD" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"amE" = (/obj/effect/floor_decal/industrial/warning/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amB" = (/obj/effect/floor_decal/industrial/warning/red{dir = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"amC" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Dormitory Holodeck Control"},/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
+"amD" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"amE" = (/obj/effect/floor_decal/industrial/warning/red{dir = 10},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"amF" = (/obj/structure/table/woodentable,/obj/item/folder/red,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"amG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"amH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/camera/network/command{c_tag = "Bridge - Cafeteria"},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"amG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"amH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/camera/network/command{c_tag = "Bridge - Cafeteria"},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"amI" = (/obj/structure/bed/chair/comfy/captain{dir = 1},/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"amJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/highsecurity{name = "AI Upload"; req_access = list(16)},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"amJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/highsecurity{name = "AI Upload"; req_access = list(16)},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"amK" = (/obj/structure/closet/crate/secure/weapon{name = "shotgun shells"},/obj/item/storage/box/shotgun/shells,/obj/item/storage/box/shotgun/shells,/obj/item/storage/box/shotgun/stunshells,/obj/item/storage/box/shotgun/stunshells,/obj/effect/floor_decal/industrial/hatch/red,/obj/item/storage/box/shotgun/beanbags,/obj/item/storage/box/shotgun/beanbags,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"amL" = (/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"amM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Spectrometry Lab"; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"amM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/research{name = "Spectrometry Lab"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"amN" = (/obj/machinery/computer/HolodeckControl{linkedholodeck_area = /area/holodeck/alphadeck; programs_list_id = "FrontierMainPrograms"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"amO" = (/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/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"amP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/sec_locker)
-"amQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/sec_locker)
-"amR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"amS" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1379; master_tag = "research_airlock"; name = "interior access button"; pixel_x = -22; pixel_y = 7; req_one_access = list(13,65)},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"amT" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/sec_locker)
-"amU" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"amV" = (/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Power Substation & Maintenance"; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
+"amO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"amP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/sec_locker)
+"amQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/sec_locker)
+"amR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"amS" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/access_button{name = "interior access button"; dir = 4; pixel_x = -22; pixel_y = 7; frequency = 1379; command = "cycle_interior"; req_one_access = list(13,65); master_tag = "research_airlock"},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"amT" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/sec_locker)
+"amU" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"amV" = (/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/research{name = "Power Substation & Maintenance"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
"amW" = (/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"amX" = (/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/obj/structure/cable/blue{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{long_range = 1; name_tag = "Xenoarchaeology Substation"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/plating,/area/outpost/research/power)
+"amX" = (/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/obj/structure/cable/blue{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name_tag = "Xenoarchaeology Substation"; long_range = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/plating,/area/outpost/research/power)
"amY" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/machinery/camera/network/engineering_outpost{c_tag = "Xenoarchaeology Substation"},/turf/simulated/floor/plating,/area/outpost/research/power)
"amZ" = (/obj/effect/decal/cleanable/cobweb2,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/outpost/research/power)
"ana" = (/turf/simulated/wall/r_wall,/area/outpost/research/power)
"anb" = (/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"and" = (/obj/structure/bed/chair{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"ane" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/briefingroom)
+"anc" = (/mob/living/simple_animal/cat/fluff/Runtime,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"and" = (/obj/structure/bed/chair{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"ane" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/briefingroom)
"anf" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/item/folder/blue,/obj/item/stamp/captain{pixel_x = -4; pixel_y = 3},/obj/item/stamp/denied{pixel_x = 4; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/stamp/ok,/obj/item/stamp/void,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"ang" = (/obj/structure/cryofeed{dir = 2},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cryo)
-"anj" = (/obj/structure/bed/chair/comfy/captain{dir = 8},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "captaindoor"; name = "Office Door Control"; pixel_x = -28; pixel_y = 10; req_access = list(20)},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the starboard bridge doors."; id = "sbridgedoor"; name = "Bridge Door Control"; pixel_x = -38; pixel_y = 10; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark/start/crew/captain,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"ank" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/briefingroom)
+"anh" = (/mob/living/simple_animal/mouse,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"ani" = (/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"anj" = (/obj/structure/bed/chair/comfy/captain{dir = 8},/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = -28; pixel_y = 10; id = "captaindoor"; req_access = list(20)},/obj/machinery/button/remote/airlock{name = "Bridge Door Control"; desc = "A remote control-switch for the starboard bridge doors."; pixel_x = -38; pixel_y = 10; id = "sbridgedoor"; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark/start/crew/captain,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"ank" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/briefingroom)
"anl" = (/obj/effect/floor_decal/industrial/warning/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"anm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"ann" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
+"ann" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
"ano" = (/turf/simulated/wall,/area/crew_quarters/sleep/cryo)
"anp" = (/obj/structure/closet/secure_closet/captains,/obj/machinery/newscaster/security_unit{pixel_x = 32},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"anq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"anq" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"anr" = (/obj/effect/floor_decal/corner/lime{dir = 6},/obj/structure/table/standard,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/item/stack/material/cardboard/fifty,/obj/item/stack/material/cardboard/fifty,/obj/item/packageWrap,/obj/item/packageWrap,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/hydroponics)
-"ans" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"ans" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"ant" = (/obj/structure/displaycase,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"anu" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{dir = 4; id = "Armoury"; name = "Emergency Access"},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"anu" = (/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/door/blast/regular{name = "Emergency Access"; dir = 4; id = "Armoury"},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"anv" = (/obj/effect/floor_decal/corner/grey{dir = 4},/obj/effect/floor_decal/corner/red/three_quarters,/obj/effect/floor_decal/industrial/warning/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anw" = (/obj/structure/bed/padded,/obj/item/bedsheet/captain,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"anx" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/item/flame/lighter/zippo/cap,/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"any" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/iaa,/obj/machinery/button/remote/airlock{id = "IAdoor"; name = "Office Door"; pixel_x = 28; pixel_y = -2; req_access = list(38)},/obj/machinery/button/remote/blast_door{id = "lawyer_blast"; name = "Privacy Shutters"; pixel_x = 28; pixel_y = 6; req_access = list(38)},/obj/machinery/requests_console{department = "Internal Affairs"; departmentType = 5; name = "Internal Affairs RC"; pixel_x = -30},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"any" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/landmark/start/crew/iaa,/obj/machinery/button/remote/airlock{name = "Office Door"; pixel_x = 28; pixel_y = -2; id = "IAdoor"; req_access = list(38)},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; pixel_x = 28; pixel_y = 6; id = "lawyer_blast"; req_access = list(38)},/obj/machinery/requests_console{name = "Internal Affairs RC"; pixel_x = -30; department = "Internal Affairs"; departmentType = 5},/turf/simulated/floor/trim/wood,/area/lawoffice)
"anz" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anA" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"anB" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"anB" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anC" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/machinery/light,/obj/item/device/radio/intercom/department/security{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anD" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/trim/carpet,/area/lawoffice)
"anE" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"anF" = (/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/spline/fancy/wood{dir = 1},/obj/machinery/light_switch{pixel_x = 26; pixel_y = 26},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"anG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"anH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{id_tag = "IAdoor"; name = "Internal Affairs"; req_access = list(38)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"anI" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"anF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/obj/machinery/light_switch{pixel_x = 26; pixel_y = 26},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"anG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"anH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Internal Affairs"; req_access = list(38); id_tag = "IAdoor"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"anI" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anJ" = (/obj/structure/toilet{dir = 1; pixel_y = -5},/obj/machinery/light/small{dir = 8},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"anK" = (/obj/effect/floor_decal/corner/lime/three_quarters,/obj/structure/closet/secure_closet/hydroponics,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/disposalpipe/segment,/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
+"anK" = (/obj/effect/floor_decal/corner/lime/three_quarters,/obj/structure/closet/secure_closet/hydroponics,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/disposalpipe/segment,/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hydroponics)
"anL" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/quartermaster/qm)
"anM" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"anN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"anO" = (/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"anP" = (/obj/machinery/portable_atmospherics/canister/hydrogen,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"anQ" = (/obj/item/modular_computer/tablet/lease/preset/ia,/obj/structure/table/woodentable,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"anR" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"anR" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anS" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"anT" = (/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
"anU" = (/obj/machinery/portable_atmospherics/canister/empty/nitrogen,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
@@ -712,46 +728,46 @@
"anZ" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoa" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/computer/guestpass{pixel_y = -28},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aob" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"aoc" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"aod" = (/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/structure/table/woodentable,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -3; pixel_y = 2},/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"aoc" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"aod" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/condiment/small/peppermill{pixel_x = -3; pixel_y = 2},/obj/item/reagent_containers/vessel/condiment/small/saltshaker,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"aoe" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aof" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"aog" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/brig/processing)
-"aoh" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Security Office"; sortType = "Security Office"},/obj/item/device/radio/intercom/department/security{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoi" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"aof" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"aog" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/brig/processing)
+"aoh" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/disposalpipe/sortjunction/flipped{name = "Security Office"; dir = 4; sortType = "Security Office"},/obj/item/device/radio/intercom/department/security{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aoi" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aoj" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"aok" = (/obj/structure/table/rack{dir = 8},/obj/item/tank/oxygen,/obj/item/tank/oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/storage/box/lights/mixed,/obj/item/extinguisher,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/plating,/area/storage/emergency)
"aom" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aon" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoo" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aop" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoq" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/item/storage/toolbox/electrical,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"aop" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aoq" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/item/storage/toolbox/electrical,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"aor" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/structure/sign/firstaid{pixel_y = -32},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aos" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aot" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/storage/emergency)
-"aou" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "HoS Office"; sortType = "HoS Office"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aou" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/disposalpipe/sortjunction/flipped{name = "HoS Office"; dir = 4; sortType = "HoS Office"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aov" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aow" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-8"},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/storage/emergency)
-"aox" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aow" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-8"},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/storage/emergency)
+"aox" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoy" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoz" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{id_tag = "captaindoor"; name = "Captain's Office"; req_access = list(20)},/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"aoA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Captain's Office"; req_access = list(20); id_tag = "captaindoor"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aoB" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/command)
-"aoD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/security/brig/processing)
+"aoD" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/security/brig/processing)
"aoE" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/space,/area/space)
"aoF" = (/turf/simulated/wall,/area/maintenance/arrivals)
"aoG" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"aoH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig/processing)
+"aoH" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/cable,/turf/simulated/floor/plating,/area/security/brig/processing)
"aoK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/cargo)
"aoO" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aoQ" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/effect/floor_decal/corner/grey{dir = 1},/obj/item/device/radio/intercom/department/security{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aoR" = (/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/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"aoR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aoT" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"aoU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"aoU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aoV" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/light{dir = 8},/turf/simulated/floor/natural/grass,/area/security/prison)
"aoW" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/recharger{pixel_y = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aoX" = (/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"aoY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aoY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aoZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"apa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"apb" = (/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access = list(20)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
@@ -765,33 +781,33 @@
"apj" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/effect/floor_decal/corner/grey{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"apk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/warning/red/corner,/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"apl" = (/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"apm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/button/flasher{dir = 1; id = "solitary1flash"; name = "Solitary Flash"; pixel_x = -23; pixel_y = -23; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"apn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{id_tag = "detdoor"; name = "Detective"; req_access = list(4)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"apm" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/effect/floor_decal/industrial/warning/red,/obj/machinery/button/flasher{name = "Solitary Flash"; dir = 1; pixel_x = -23; pixel_y = -23; id = "solitary1flash"; req_access = list(2)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/grey{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"apn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Detective"; req_access = list(4); id_tag = "detdoor"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"apo" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "h2_in"; use_power = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"app" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "h2_sensor"},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
-"apq" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "h2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
+"apq" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "h2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/hydrogen,/area/engineering/atmos)
"apr" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning/red{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable,/obj/effect/floor_decal/corner/grey{dir = 1},/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"aps" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "n2_in"; use_power = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
-"apt" = (/obj/machinery/door/airlock/glass_security{frequency = 1379; id_tag = "PrisonDoorA"; name = "Prison Entry"; req_access = list(2)},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
+"apt" = (/obj/machinery/door/airlock/glass_security{name = "Prison Entry"; frequency = 1379; req_access = list(2); id_tag = "PrisonDoorA"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"apu" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2_sensor"},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
-"apv" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "n2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
+"apv" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "n2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/nitrogen,/area/engineering/atmos)
"apw" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1441; id = "o2_in"; use_power = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
"apx" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "o2_sensor"},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
-"apy" = (/obj/machinery/atmospherics/unary/vent_pump{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "o2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
+"apy" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; frequency = 1441; use_power = 1; id_tag = "o2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/oxygen,/area/engineering/atmos)
"apz" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1443; id = "air_in"; use_power = 1},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
-"apA" = (/obj/machinery/air_sensor{frequency = 1443; id_tag = "air_sensor"; output = 7},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
+"apA" = (/obj/machinery/air_sensor{frequency = 1443; output = 7; id_tag = "air_sensor"},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
"apB" = (/obj/effect/floor_decal/industrial/warning/red{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
-"apC" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1443; icon_state = "map_vent_in"; id_tag = "air_out"; internal_pressure_bound = 2000; internal_pressure_bound_default = 2000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
-"apD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"apE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"apF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"apC" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{icon_state = "map_vent_in"; frequency = 1443; use_power = 1; id_tag = "air_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 2000; external_pressure_bound_default = 0; internal_pressure_bound_default = 2000; pressure_checks_default = 2},/turf/simulated/floor/reinforced/airmix,/area/engineering/atmos)
+"apD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"apE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"apF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"apG" = (/turf/unsimulated/floor{icon_state = "asteroidplating"},/area/crew_quarters/sleep/cave)
"apH" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/material/ashtray/plastic,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"apI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"apI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"apJ" = (/obj/structure/table/standard,/obj/item/paper/exodus_holodeck,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"apK" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"apK" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"apL" = (/obj/machinery/disposal,/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"apM" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/security/brig)
+"apM" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/security/brig)
"apN" = (/obj/machinery/light/small,/obj/effect/floor_decal/industrial/warning/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/prison/monitoring)
"apO" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/oldflood,/obj/machinery/light/small{dir = 8},/obj/item/material/ashtray/bronze,/obj/random/smokes,/obj/machinery/newscaster{dir = 4; pixel_x = -32},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"apQ" = (/obj/machinery/mech_recharger,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
@@ -802,11 +818,11 @@
"apV" = (/obj/effect/floor_decal/industrial/warning/red/corner,/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"apW" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"apX" = (/obj/structure/flora/ausbushes/reedbush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"apY" = (/obj/structure/cable/blue,/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Xenoarchaeology"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating,/area/outpost/research/power)
+"apY" = (/obj/structure/cable/blue,/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Xenoarchaeology"},/turf/simulated/floor/plating,/area/outpost/research/power)
"apZ" = (/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aqa" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aqb" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"aqc" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/outpost/research/power)
+"aqc" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/outpost/research/power)
"aqd" = (/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
"aqe" = (/obj/effect/floor_decal/industrial/warning/red,/obj/effect/landmark/start/antags/xeno,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"aqg" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/machinery/light/small/hl,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
@@ -821,62 +837,62 @@
"aqp" = (/obj/structure/flora/pottedplant/unusual,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"aqq" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"aqr" = (/obj/machinery/cryopod{dir = 2},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
-"aqs" = (/obj/machinery/turretid/stun{control_area = "\improper AI Upload Chamber"; name = "AI Upload turret control"; pixel_x = 6; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -12; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"aqu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aqs" = (/obj/machinery/turretid/stun{name = "AI Upload turret control"; pixel_x = 6; pixel_y = 24; control_area = "\improper AI Upload Chamber"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/item/device/radio/intercom/locked/ai_private{pixel_x = -12; pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"aqu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aqv" = (/obj/machinery/light{dir = 8},/obj/machinery/light_switch{pixel_x = -26},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aqw" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 10},/obj/item/pinpointer,/obj/item/disk/nuclear,/obj/random_multi/single_item/captains_spare_id{weight = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"aqx" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood,/obj/prefab/hand_teleporter,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"aqy" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/machinery/door/window{base_state = "right"; dir = 2; icon_state = "right"; name = "Captain's Desk Door"; req_access = list(20)},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"aqz" = (/obj/structure/table/rack,/obj/item/clothing/mask/gas,/obj/machinery/door/window{base_state = "right"; dir = 8; icon_state = "right"; name = "Captain's Space Gear"; req_access = list(20)},/obj/item/clothing/suit/space/void/captain/prepared,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/jetpack/oxygen,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/machinery/light{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"aqA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"aqB" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"aqy" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/machinery/door/window{name = "Captain's Desk Door"; icon_state = "right"; dir = 2; req_access = list(20); base_state = "right"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"aqz" = (/obj/structure/table/rack,/obj/item/clothing/mask/gas,/obj/machinery/door/window{name = "Captain's Space Gear"; icon_state = "right"; dir = 8; req_access = list(20); base_state = "right"},/obj/item/clothing/suit/space/void/captain/prepared,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/jetpack/oxygen,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/machinery/light{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"aqA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"aqB" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"aqC" = (/obj/structure/table/woodentable,/obj/item/storage/box/matches,/obj/item/clothing/mask/smokable/cigarette/cigar,/obj/item/reagent_containers/vessel/flask{pixel_x = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"aqD" = (/obj/machinery/cryopod{dir = 2},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
"aqE" = (/turf/simulated/wall,/area/chapel/office)
"aqF" = (/turf/simulated/wall,/area/maintenance/chapel/north)
"aqG" = (/turf/simulated/wall/r_wall,/area/outpost/research/emergency_storage)
-"aqH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Maintenance Storage"; req_one_access = list(12,65)},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
+"aqH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Maintenance Storage"; req_one_access = list(12,65)},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"aqI" = (/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"aqJ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
-"aqK" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/gun/projectile/automatic/wt550,/obj/effect/floor_decal/industrial/warning/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aqJ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"aqK" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/gun/projectile/automatic/wt550,/obj/effect/floor_decal/industrial/warning/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aqL" = (/obj/machinery/door/window/brigdoor/northleft{name = "Restricted Equipment"; req_access = list(3)},/obj/effect/floor_decal/industrial/outline/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aqM" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/gun/energy/laser,/obj/effect/floor_decal/industrial/warning/red{dir = 10},/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aqM" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/gun/energy/laser,/obj/effect/floor_decal/industrial/warning/red{dir = 10},/obj/item/gun/energy/laser/pistol,/obj/item/gun/energy/laser/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aqN" = (/obj/structure/closet/bombclosetsecurity,/obj/effect/floor_decal/industrial/box/red,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"aqO" = (/obj/effect/floor_decal/industrial/outline/red,/obj/effect/floor_decal/industrial/warning/red{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"aqP" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/item/melee/baton/loaded,/obj/item/melee/baton/loaded,/obj/item/melee/baton/loaded,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/effect/floor_decal/industrial/warning/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"aqP" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/item/melee/baton/loaded,/obj/item/melee/baton/loaded,/obj/item/melee/baton/loaded,/obj/item/shield/riot,/obj/item/shield/riot,/obj/item/shield/riot,/obj/effect/floor_decal/industrial/warning/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"aqQ" = (/obj/structure/barricade/security,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aqR" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/flasher/portable,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aqS" = (/obj/machinery/door/window/northright{req_access = list(63)},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/light/small{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aqT" = (/obj/machinery/door/airlock/glass_security{id_tag = "BrigFoyer"; name = "Security Wing"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aqU" = (/obj/machinery/door/airlock/glass_security{id_tag = "BrigFoyer"; name = "Security Wing"; req_access = list(1)},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
-"aqV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aqW" = (/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"aqX" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/storage/photo_album{pixel_y = -10},/obj/machinery/camera/network/command{c_tag = "Bridge - Captain's Quarters"; dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"aqS" = (/obj/machinery/door/window/northright{req_access = list(63)},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aqT" = (/obj/machinery/door/airlock/glass_security{name = "Security Wing"; req_access = list(1); id_tag = "BrigFoyer"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aqU" = (/obj/machinery/door/airlock/glass_security{name = "Security Wing"; req_access = list(1); id_tag = "BrigFoyer"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/effect/floor_decal/industrial/hatch/red,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/brig)
+"aqV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aqW" = (/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"aqX" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/storage/photo_album{pixel_y = -10},/obj/machinery/camera/network/command{dir = 1; c_tag = "Bridge - Captain's Quarters"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"aqY" = (/obj/structure/closet/lawcloset,/obj/item/storage/secure/briefcase,/obj/item/storage/briefcase{pixel_x = 3},/turf/simulated/floor/trim/wood,/area/lawoffice)
"aqZ" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"ara" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/lawoffice)
"arb" = (/obj/machinery/photocopier,/obj/machinery/light_switch{dir = 1; pixel_y = -25},/turf/simulated/floor/trim/wood,/area/lawoffice)
"arc" = (/obj/structure/flora/ausbushes/reedbush,/turf/unsimulated/floor{icon_state = "asteroidplating"},/area/crew_quarters/sleep/cave)
-"are" = (/obj/structure/cable/blue{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"are" = (/obj/structure/cable/blue{icon_state = "0-8"; d2 = 8},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"arf" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall/r_wall,/area/outpost/research/power)
"arg" = (/obj/machinery/mass_driver{dir = 4; id = "chapelgun"},/obj/machinery/door/window/westleft{name = "Mass Driver"; req_access = list(22)},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/chapel/main/mass_driver)
"arh" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Xenoarchaeology Substation Bypass"},/turf/simulated/floor/plating,/area/outpost/research/power)
-"ari" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/plating,/area/outpost/research/power)
+"ari" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/plating,/area/outpost/research/power)
"arj" = (/obj/structure/closet/emcloset,/obj/item/storage/box/lights,/obj/effect/floor_decal/rust,/turf/simulated/floor/plating,/area/outpost/research/power)
"ark" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"arl" = (/obj/machinery/door/blast/regular{id = "chapelgun"; name = "Chapel Launcher Door"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/chapel/main/mass_driver)
+"arl" = (/obj/machinery/door/blast/regular{name = "Chapel Launcher Door"; id = "chapelgun"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/chapel/main/mass_driver)
"arm" = (/obj/machinery/disposal,/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"arn" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/red,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aro" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Processing"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"aro" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Processing"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"arp" = (/obj/machinery/sleeper{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"arq" = (/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"arr" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
+"arr" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
"ars" = (/obj/structure/bed/roller,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"art" = (/obj/structure/flora/tree/dead/deadtree_4,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aru" = (/obj/structure/closet/wardrobe/chaplain_black,/turf/simulated/floor/trim/lino,/area/chapel/office)
"arv" = (/obj/machinery/alarm{pixel_y = 24},/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"arw" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Holodeck North"; pixel_y = -32},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cave)
-"arx" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
+"arw" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{pixel_y = -32; c_tag = "Dormitory Holodeck North"},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cave)
+"arx" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/girder,/obj/structure/window_frame/grille,/turf/simulated/floor/reinforced/airless,/area/maintenance/exterior)
"arz" = (/turf/simulated/mineral,/area/maintenance/chapel/north)
"arA" = (/obj/structure/table/rack,/obj/item/storage/box/monkeycubes,/obj/item/storage/box/monkeycubes,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"arB" = (/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
@@ -887,144 +903,143 @@
"arG" = (/obj/structure/window/miningpod,/obj/structure/window_frame/grille,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/creaker/station)
"arH" = (/obj/structure/window_frame/grille,/obj/machinery/door/firedoor/border_only,/obj/structure/window/miningpod,/turf/simulated/floor/plating,/area/creaker/station)
"arI" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"arJ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"arJ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"arK" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"arL" = (/obj/effect/floor_decal/spline/fancy/wood/corner,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"arM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"arM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/spline/plain/grey{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"arN" = (/obj/effect/floor_decal/spline/plain/grey{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"arO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement"; req_access = list(2)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
+"arO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Solitary Confinement"; req_access = list(2)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"arP" = (/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"arQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"arR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"arS" = (/obj/structure/flora/tree/dead/deadtree_5,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"arT" = (/obj/effect/floor_decal/oldflood,/obj/structure/table/steel_reinforced,/obj/machinery/recharger,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/camera/network/mining{c_tag = "Mining Ship - Helm"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"arT" = (/obj/effect/floor_decal/oldflood,/obj/structure/table/steel_reinforced,/obj/machinery/recharger,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/camera/network/mining{dir = 1; c_tag = "Mining Ship - Helm"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"arU" = (/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"arV" = (/obj/effect/floor_decal/oldflood,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/bed/chair/shuttle/black{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"arW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"arX" = (/obj/machinery/camera/network/command{c_tag = "Vault"; dir = 4},/mob/living/simple_animal/mouse/brown/Tom,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"arW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"arY" = (/obj/effect/floor_decal/corner/lime/three_quarters{dir = 4},/obj/machinery/smartfridge/drying_rack,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"arZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"asa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"asa" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
"asb" = (/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"asc" = (/obj/machinery/nuclearbomb/station,/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"asf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
-"asg" = (/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"asg" = (/obj/effect/floor_decal/industrial/warning/red{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"ash" = (/obj/machinery/light/small/red{dir = 4},/obj/structure/table/woodentable,/obj/item/material/ashtray/bronze,/obj/item/storage/fancy/cigarettes/cigarello,/turf/simulated/floor/trim/wood{icon_state = "wood_broken5"},/area/maintenance/engineering)
-"asi" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
-"asj" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/siding/wood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ask" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small/red{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
-"asl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/vault/bolted,/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/dark/rough,/area/security/nuke_storage)
+"asi" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
+"asj" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/siding/wood,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ask" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light/small/red{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"asl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/vault/bolted,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"asm" = (/turf/simulated/wall,/area/maintenance/bridge/west)
"asn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
-"aso" = (/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 = 8},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"asp" = (/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/dark/rough,/area/turret_protected/ai_upload_foyer)
+"aso" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/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 = 8},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"asp" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"asr" = (/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
-"ass" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ass" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/engineering)
"ast" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"asv" = (/obj/machinery/vending/coffee,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"asw" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"asx" = (/turf/simulated/wall,/area/quartermaster/storage/under/secure)
"asy" = (/turf/simulated/wall,/area/quartermaster/storage)
"asz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"asA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "cargo_bay_door"; locked = 1; name = "Cargo Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating,/area/quartermaster/storage)
-"asB" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/machinery/camera/network/command{c_tag = "Bridge - Captain's Office"; dir = 8},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"asC" = (/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/he,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"asA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Cargo Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "cargo_bay_door"},/turf/simulated/floor/plating,/area/quartermaster/storage)
+"asB" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/machinery/camera/network/command{dir = 8; c_tag = "Bridge - Captain's Office"},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"asC" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light/he,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"asD" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/research)
-"asE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/camera/network/command{c_tag = "AI - Upload Foyer"; dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"asF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"asG" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"asH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"asI" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/blue{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
-"asJ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
+"asE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/camera/network/command{dir = 1; c_tag = "AI - Upload Foyer"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"asF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"asG" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"asH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"asI" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/blue{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
+"asJ" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"asK" = (/turf/simulated/wall,/area/maintenance/engineering)
-"asL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/highsecurity{name = "Messaging Server"; req_access = list(16)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"asL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/highsecurity{name = "Messaging Server"; req_access = list(16)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"asM" = (/obj/machinery/door/airlock{name = "Private Restroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"asO" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
-"asP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
-"asS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"asO" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"asP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
+"asS" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"asT" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"asU" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/structure/reagent_dispensers/water_cooler,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"asV" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hydroponics)
"asW" = (/obj/machinery/door/window/northleft{req_access = list(63)},/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"asX" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; initialize_directions = 4; use_power = 1; volume_rate = 200},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
-"asY" = (/obj/effect/floor_decal/stairs{dir = 4},/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/button/remote/blast_door{dir = 1; id = "bridge_doors"; name = "Bridge Door Shutters Control"; pixel_x = 6; pixel_y = -24; req_access = list(19)},/obj/machinery/button/remote/blast_door{dir = 1; id = "bridge_window"; name = "Bridge Window Shutters Control"; pixel_x = 6; pixel_y = -32; req_access = list(19)},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/trim/wood,/area/bridge)
+"asX" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; use_power = 1; volume_rate = 200; initialize_directions = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
+"asY" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/button/remote/blast_door{name = "Bridge Door Shutters Control"; dir = 1; pixel_x = 6; pixel_y = -24; id = "bridge_doors"; req_access = list(19)},/obj/machinery/button/remote/blast_door{name = "Bridge Window Shutters Control"; dir = 1; pixel_x = 6; pixel_y = -32; id = "bridge_window"; req_access = list(19)},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/trim/wood,/area/bridge)
"asZ" = (/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"ata" = (/obj/machinery/button/remote/blast_door{dir = 8; id = "Prison Gate"; name = "Brig Lockdown Control"; pixel_x = 31; pixel_y = 23; req_access = list(2)},/obj/machinery/button/remote/airlock{dir = 8; id = "BrigFoyer"; name = "Main Entrance Control"; pixel_x = 22; pixel_y = 23; req_access = list(2)},/obj/structure/bed/chair/office/dark,/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"ata" = (/obj/machinery/button/remote/blast_door{name = "Brig Lockdown Control"; dir = 8; pixel_x = 31; pixel_y = 23; id = "Prison Gate"; req_access = list(2)},/obj/machinery/button/remote/airlock{name = "Main Entrance Control"; dir = 8; pixel_x = 22; pixel_y = 23; id = "BrigFoyer"; req_access = list(2)},/obj/structure/bed/chair/office/dark,/obj/effect/floor_decal/corner/grey{dir = 5},/obj/effect/floor_decal/corner/grey{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"atb" = (/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/obj/machinery/alarm{pixel_y = 24},/obj/structure/largecrate,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"atc" = (/turf/simulated/floor/plating,/area/maintenance/cargo)
"atd" = (/obj/machinery/light,/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"ate" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"atf" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"ate" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"atf" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/item/gun/energy/egun,/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"atg" = (/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"ath" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"ath" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"ati" = (/turf/simulated/mineral,/area/maintenance/bridge/west)
-"atj" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/gun/launcher/grenade,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"atj" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/item/gun/launcher/grenade,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"atk" = (/turf/space,/area/mine/unexplored)
-"atl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/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/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"atl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"atm" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "E.V.A."; req_one_access = list(18)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"atn" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/medical/prepared,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"ato" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/medical/prepared,/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"atp" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/industrial/warning/red{dir = 6},/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"atq" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"atp" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/industrial/warning/red{dir = 6},/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/obj/item/gun/energy/security/pistol,/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"atq" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"atr" = (/turf/simulated/wall/r_wall,/area/security/tactical)
"ats" = (/turf/simulated/wall/r_wall,/area/security/warden)
"att" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"atu" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/item/gun/energy/ionrifle,/obj/item/gun/energy/ionrifle/small,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"atu" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/item/gun/energy/ionrifle,/obj/item/gun/energy/ionrifle/small,/obj/effect/floor_decal/industrial/warning/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
"atv" = (/obj/structure/barricade/security,/obj/effect/floor_decal/industrial/hatch/red,/obj/machinery/light/small,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"atw" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/table/reinforced,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/crowbar/red,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/multitool,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"atx" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aty" = (/obj/item/modular_computer/console/preset/security,/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/security/brig)
-"atz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"aty" = (/obj/item/modular_computer/console/preset/security,/obj/structure/window/reinforced{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"atz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"atA" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"atB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atB" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"atD" = (/obj/structure/closet/crate/medical,/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"atE" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"atF" = (/obj/machinery/flasher{id = "Cell 1"; pixel_y = 28},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"atG" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"atH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"atI" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"atJ" = (/obj/machinery/door/window/brigdoor/westleft{id = "Cell 1"; name = "Cell 1"; req_access = list(2)},/obj/effect/floor_decal/sign/cell1{pixel_x = -1; pixel_y = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"atK" = (/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
-"atM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"atN" = (/obj/effect/floor_decal/corner/red,/obj/machinery/door_timer/cell_6{id = "Cell 1"; name = "Cell 1"; pixel_x = 32},/obj/machinery/camera/network/security{c_tag = "Security - Cell 1"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"atO" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"atF" = (/obj/machinery/flasher{pixel_y = 28; id = "Cell 1"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atG" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"atH" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atI" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"atJ" = (/obj/machinery/door/window/brigdoor/westleft{name = "Cell 1"; id = "Cell 1"; req_access = list(2)},/obj/effect/floor_decal/sign/cell1{pixel_x = -1; pixel_y = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"atM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atN" = (/obj/effect/floor_decal/corner/red,/obj/machinery/door_timer/cell_6{name = "Cell 1"; pixel_x = 32; id = "Cell 1"},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Cell 1"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atO" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/item/modular_computer/console/preset/security,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"atP" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"atQ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 4},/obj/item/device/camera,/obj/item/storage/box/evidence,/obj/item/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"atR" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"atS" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access = list(20)},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"atR" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
+"atS" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access = list(20)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/crew_quarters/captain)
"atU" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red{dir = 4},/obj/item/folder/red,/obj/item/device/taperecorder,/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"atV" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/blue/three_quarters,/obj/item/storage/firstaid/o2,/obj/machinery/camera/network/security{c_tag = "Security - Equipment North"; dir = 4},/obj/machinery/light/he{dir = 8},/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/pill/spaceacillin,/obj/item/reagent_containers/pill/spaceacillin,/obj/item/reagent_containers/pill/spaceacillin,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"atV" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/blue/three_quarters,/obj/item/storage/firstaid/o2,/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Equipment North"},/obj/machinery/light/he{dir = 8},/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/reagent_containers/pill/spaceacillin,/obj/item/reagent_containers/pill/spaceacillin,/obj/item/reagent_containers/pill/spaceacillin,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"atW" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/outpost/research/eva)
"atY" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/blue{dir = 10},/obj/item/bodybag/cryobag,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/vending/wallmed1{pixel_y = -30},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"atZ" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/item/storage/firstaid/adv,/obj/item/storage/firstaid{pixel_x = 5; pixel_y = 5},/obj/item/device/healthanalyzer,/obj/item/device/radio/intercom/department/security{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"aua" = (/obj/structure/bed/chair/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aub" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"auc" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/crew_quarters/captain)
-"aud" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aue" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
-"auf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
+"aub" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"auc" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"aud" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aue" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
+"auf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"aug" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"auh" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/natural/grass,/area/security/prison)
"aui" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"auj" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"auk" = (/obj/structure/bed,/obj/item/bedsheet/orange,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/effect/floor_decal/rust,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
-"aul" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
-"aum" = (/obj/machinery/light/small,/obj/item/stack/nanopaste,/obj/item/stack/nanopaste,/obj/item/stack/nanopaste,/obj/structure/table/standard,/obj/machinery/camera/network/research_outpost{c_tag = "Research Outpost Spectrometry Lab"; dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
+"auk" = (/obj/structure/bed,/obj/item/bedsheet/orange,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
+"aul" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
+"aum" = (/obj/machinery/light/small,/obj/item/stack/nanopaste,/obj/item/stack/nanopaste,/obj/item/stack/nanopaste,/obj/structure/table/standard,/obj/machinery/camera/network/research_outpost{dir = 1; c_tag = "Research Outpost Spectrometry Lab"},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
"aun" = (/obj/structure/table/standard,/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/machinery/microwave{pixel_y = 8},/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/machinery/computer/cryopod{pixel_y = 32},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
-"auo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Power Substation & Maintenance"; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
-"aup" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/binary/pump/on{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
-"aur" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/plating,/area/outpost/research/power)
-"aus" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "lawyer_blast"; name = "Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/lawoffice)
+"auo" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/research{name = "Power Substation & Maintenance"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
+"aup" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/binary/pump/on{dir = 4},/turf/simulated/floor/plating,/area/outpost/research/power)
+"aur" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/plating,/area/outpost/research/power)
+"aus" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "lawyer_blast"},/turf/simulated/floor/plating,/area/lawoffice)
"aut" = (/obj/effect/floor_decal/corner/brown{dir = 10},/obj/effect/floor_decal/oldflood,/obj/machinery/door/airlock/mining{name = "Creaker - Bridge"; req_access = list(50)},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"auu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/quartermaster/storage)
-"auv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "lawyer_blast"; name = "Privacy Shutters"; opacity = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/lawoffice)
-"auw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
+"auv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "lawyer_blast"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/lawoffice)
+"auw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
"aux" = (/obj/structure/closet/crate,/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/cobweb2,/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"auy" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"auz" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 1},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"auA" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
+"auA" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
"auB" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/hydroponics)
-"auC" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 1},/obj/effect/floor_decal/oldflood,/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "mining_west_airlock"; name = "interior access button"; pixel_x = 25; pixel_y = 25},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"auC" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 1},/obj/effect/floor_decal/oldflood,/obj/machinery/access_button{name = "interior access button"; pixel_x = 25; pixel_y = 25; frequency = 1379; command = "cycle_interior"; master_tag = "mining_west_airlock"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"auD" = (/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 1},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"auE" = (/obj/effect/floor_decal/oldflood,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"auF" = (/obj/machinery/mineral/unloading_machine{dir = 4},/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/obj/effect/floor_decal/oldflood,/obj/structure/sign/poster{pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
@@ -1037,77 +1052,76 @@
"auN" = (/obj/item/material/coin/silver{pixel_x = 7; pixel_y = 12},/obj/item/material/coin/silver{pixel_x = 12; pixel_y = 7},/obj/item/material/coin/silver{pixel_x = 4; pixel_y = 8},/obj/item/material/coin/silver{pixel_x = -6; pixel_y = 5},/obj/item/material/coin/silver{pixel_x = 5; pixel_y = -8},/obj/structure/closet/crate{name = "Silver Crate"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/nuke_storage)
"auO" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"auP" = (/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"auQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/highsecurity{name = "AI Vault Access"; req_access = list(16)},/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/dark/rough,/area/turret_protected/ai_upload_foyer)
-"auR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
-"auS" = (/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; pixel_x = -32},/obj/machinery/button/remote/blast_door{dir = 4; id = "chapel"; name = "Privacy Shutters"; pixel_x = -25; pixel_y = 25},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"auQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/highsecurity{name = "AI Vault Access"; req_access = list(16)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"auR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
+"auS" = (/obj/machinery/requests_console{pixel_x = -32; department = "Chapel"; departmentType = 2},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; dir = 4; pixel_x = -25; pixel_y = 25; id = "chapel"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"auT" = (/turf/simulated/wall/r_wall,/area/engineering/atmos)
"auU" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_server_room)
"auV" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Bridge"},/obj/structure/noticeboard{pixel_x = -32},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/trim/wood,/area/bridge)
"auW" = (/obj/structure/table/woodentable,/obj/item/storage/box/ids,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"auX" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"auX" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/security/brig)
"auY" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/machinery/light/small/hl{dir = 1},/turf/unsimulated/floor{icon_state = "asteroidplating"},/area/crew_quarters/sleep/cave)
-"auZ" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/device/radio/intercom/entertainment{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"auZ" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/device/radio/intercom/entertainment{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"ava" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
"avb" = (/obj/structure/bed/chair/comfy/brown,/obj/effect/landmark/start/crew/chaplain,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"avc" = (/obj/structure/rock,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
-"avd" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/brigdoor/southright{name = "interior door"},/obj/item/material/ashtray/plastic,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/security/brig)
+"avd" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/brigdoor/southright{name = "interior door"},/obj/item/material/ashtray/plastic,/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/brig)
"ave" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"avf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"avf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"avg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/atmos)
-"avh" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
+"avh" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"avi" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/random_multi/single_item/captains_spare_id{weight = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"avj" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"avk" = (/obj/structure/closet/crate,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"avl" = (/obj/structure/table/woodentable,/obj/machinery/status_display{pixel_x = 32},/obj/item/device/eftpos{eftpos_name = "Captain EFTPOS scanner"},/obj/random_multi/single_item/captains_spare_id{weight = 10},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"avm" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"avm" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
"avn" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
-"avo" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "heads_meeting"; name = "Meeting Room Window Shutters"; opacity = 0},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
+"avo" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "Meeting Room Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "heads_meeting"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/bridge/meeting_room/cafe)
"avp" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"avq" = (/obj/structure/bed,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"avr" = (/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"avs" = (/obj/machinery/disposal,/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"avt" = (/obj/structure/closet/secure_closet/brig{id = "Cell 1"; name = "Cell 1 Locker"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"avu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"avt" = (/obj/structure/closet/secure_closet/brig{name = "Cell 1 Locker"; id = "Cell 1"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"avu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"avv" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"avw" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{c_tag = "Security - Processing Room 1"; dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"avw" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Processing Room 1"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"avx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"avy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"avz" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"avA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"avA" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"avB" = (/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"avC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"avD" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"avE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"avF" = (/obj/machinery/computer/arcade,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
-"avG" = (/obj/structure/table/woodentable,/obj/item/storage/fancy/crayons,/obj/item/device/eftpos{eftpos_name = "Law EFTPOS scanner"; pixel_y = 5},/obj/item/nullrod,/turf/simulated/floor/trim/lino,/area/chapel/office)
+"avG" = (/obj/structure/table/woodentable,/obj/item/storage/fancy/crayons,/obj/item/device/eftpos{pixel_y = 5; eftpos_name = "Law EFTPOS scanner"},/obj/item/nullrod,/turf/simulated/floor/trim/lino,/area/chapel/office)
"avH" = (/turf/simulated/floor/trim/lino,/area/chapel/office)
"avI" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/rust,/obj/machinery/flasher{id = "solitary1flash"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"avJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green,/turf/simulated/floor/plating,/area/bridge)
-"avK" = (/obj/structure/table/rack,/obj/item/storage/box/lights/bulbs{pixel_x = 5; pixel_y = 5},/obj/item/storage/box/lights/tubes{pixel_x = -5; pixel_y = 5},/obj/item/storage/box/lights/mixed,/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Storage"; dir = 4},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
+"avK" = (/obj/structure/table/rack,/obj/item/storage/box/lights/bulbs{pixel_x = 5; pixel_y = 5},/obj/item/storage/box/lights/tubes{pixel_x = -5; pixel_y = 5},/obj/item/storage/box/lights/mixed,/obj/machinery/camera/network/research_outpost{dir = 4; c_tag = "Xenoarchaeology Storage"},/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"avL" = (/obj/structure/table/rack,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 5},/obj/item/storage/box/samplebags{pixel_x = 3; pixel_y = -3},/obj/item/storage/toolbox/emergency{pixel_x = 5; pixel_y = 5},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"avM" = (/obj/structure/table/standard,/obj/machinery/vending/wallmed1{pixel_x = 32},/obj/item/paper_bin{pixel_y = 5},/obj/item/pen,/obj/structure/window/reinforced,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"avN" = (/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/obj/effect/floor_decal/oldflood,/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/food/packaged/sosjerky,/obj/item/reagent_containers/food/packaged/sosjerky,/obj/item/reagent_containers/food/packaged/sosjerky,/obj/item/reagent_containers/food/packaged/sosjerky,/obj/item/reagent_containers/food/packaged/sosjerky,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"avO" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"avP" = (/obj/effect/floor_decal/corner/brown/three_quarters{dir = 1},/obj/effect/floor_decal/oldflood,/obj/structure/flora/pottedplant/ugly,/obj/machinery/camera/network/mining{c_tag = "Mining Ship - Crew Area"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"avQ" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/effect/floor_decal/oldflood,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/camera/network/mining{c_tag = "Mining Ship - North"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"avP" = (/obj/effect/floor_decal/corner/brown/three_quarters{dir = 1},/obj/effect/floor_decal/oldflood,/obj/structure/flora/pottedplant/ugly,/obj/machinery/camera/network/mining{dir = 8; c_tag = "Mining Ship - Crew Area"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"avQ" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/effect/floor_decal/oldflood,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/camera/network/mining{dir = 4; c_tag = "Mining Ship - North"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"avR" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"avS" = (/obj/structure/dispenser,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"avT" = (/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 8},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"avU" = (/obj/structure/railing{dir = 4},/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"avV" = (/obj/structure/closet/firecloset/full,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/item/backwear/reagent/extinguisher,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"avW" = (/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"},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"avW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"avX" = (/obj/structure/closet/emcloset,/obj/machinery/camera/network/command{c_tag = "Bridge Maintenance"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/sign/warning/lethal_turrets{pixel_y = 32},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"avY" = (/obj/structure/table/standard,/obj/item/book/wiki/nt_regs,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/recharger,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"avZ" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/bed/chair/red,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awa" = (/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"awb" = (/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awc" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"awd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/mob/living/bot/secbot/beepsky,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awe" = (/obj/machinery/vending/engineering{req_one_access = list()},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
"awf" = (/obj/machinery/light/small/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/locker)
"awg" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/plating,/area/outpost/research/emergency_storage)
-"awh" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"awi" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"awh" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/machinery/light{dir = 4},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"awi" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"awj" = (/obj/effect/floor_decal/corner/red,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"awk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Security Processing"; req_access = list(63)},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"awl" = (/obj/effect/floor_decal/oldflood,/obj/structure/closet/crate/internals,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
@@ -1119,22 +1133,22 @@
"awr" = (/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"aws" = (/obj/effect/floor_decal/oldflood,/obj/structure/largecrate,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"awt" = (/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"awu" = (/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/obj/machinery/camera/network/security{c_tag = "Security - Evidence Storage"; dir = 8},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"awu" = (/obj/structure/closet/secure_closet{name = "evidence locker"; req_access = list(1)},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Evidence Storage"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"awv" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/hop)
-"aww" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aww" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"awx" = (/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
"awy" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"awz" = (/obj/structure/table/woodentable,/obj/item/storage/box/donut,/obj/machinery/light,/turf/simulated/floor/trim/carpet,/area/crew_quarters/captain)
"awA" = (/obj/structure/table/woodentable,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/item/melee/whip/chainofcommand,/obj/item/device/megaphone,/turf/simulated/floor/trim/wood,/area/crew_quarters/captain)
-"awB" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"awB" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
"awC" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"awD" = (/obj/structure/table/steel,/obj/item/device/taperecorder,/obj/item/device/flashlight/lamp,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
-"awE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/security{c_tag = "Security - Interrogation"; dir = 8},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
-"awF" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Cold Cell 1"; dir = 4},/obj/structure/sign/poster{pixel_x = -32},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
+"awE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Interrogation"},/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
+"awF" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/camera/network/security{dir = 4; c_tag = "Security - Cold Cell 1"},/obj/structure/sign/poster{pixel_x = -32},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"awG" = (/obj/machinery/light/small,/obj/effect/floor_decal/rust,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"awH" = (/obj/structure/toilet{dir = 8},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/dark/rough,/area/security/brig/solitary)
"awI" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"awJ" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 1; icon_state = "left"; name = "Shower"},/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/item/soap/deluxe,/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
+"awJ" = (/obj/machinery/door/window/eastright{name = "Shower"; icon_state = "left"; dir = 1; base_state = "left"},/obj/machinery/shower{dir = 4; pixel_x = 5; pixel_y = -5},/obj/item/soap/deluxe,/obj/item/bikehorn/rubberducky,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/captain)
"awK" = (/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"awL" = (/obj/structure/bed/chair,/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"awM" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/mining/prepared,/obj/item/clothing/suit/space/void/mining/prepared,/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
@@ -1144,33 +1158,33 @@
"awQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"awR" = (/turf/simulated/wall/r_wall,/area/outpost/research/lab)
"awS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
-"awT" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
+"awT" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/turret_protected/ai_upload_foyer)
"awU" = (/obj/structure/bed/chair/red{dir = 4},/obj/effect/floor_decal/corner/red{dir = 9},/obj/machinery/vending/wallmed2{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awV" = (/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"awW" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"awW" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"awX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"awZ" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/navbeacon/frontier/SEC,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axb" = (/obj/machinery/flasher{id = "Cell 2"; pixel_y = 28},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"axc" = (/obj/machinery/door/window/brigdoor/westleft{id = "Cell 2"; name = "Cell 2"; req_access = list(2)},/obj/effect/floor_decal/sign/cell2{pixel_x = -1; pixel_y = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"axd" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"axf" = (/obj/effect/floor_decal/corner/red,/obj/machinery/door_timer/cell_1{id = "Cell 2"; name = "Cell 2"; pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"axg" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"axh" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"axi" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"axa" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/navbeacon/frontier/SEC,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axb" = (/obj/machinery/flasher{pixel_y = 28; id = "Cell 2"},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"axc" = (/obj/machinery/door/window/brigdoor/westleft{name = "Cell 2"; id = "Cell 2"; req_access = list(2)},/obj/effect/floor_decal/sign/cell2{pixel_x = -1; pixel_y = 2},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"axd" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"axf" = (/obj/effect/floor_decal/corner/red,/obj/machinery/door_timer/cell_1{name = "Cell 2"; pixel_x = 32; id = "Cell 2"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"axg" = (/obj/effect/floor_decal/corner/red{dir = 9},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"axh" = (/obj/structure/table/standard,/obj/item/device/flashlight/lamp,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"axi" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = 5},/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"axj" = (/obj/effect/floor_decal/corner/brown/three_quarters{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/light{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/closet/secure_closet/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"axk" = (/turf/simulated/wall,/area/maintenance/library)
-"axl" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"axl" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"axm" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"axn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/processing)
-"axo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"axp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"axq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"axr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
-"axs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"axn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/processing)
+"axo" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"axp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"axq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"axr" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Evidence Storage"; req_access = list(63)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
+"axs" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"axt" = (/obj/effect/floor_decal/industrial/warning/red,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"axu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"axu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"axv" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"axw" = (/obj/machinery/light/small,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
"axx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/brig/interrogation)
@@ -1182,49 +1196,49 @@
"axD" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/structure/window/reinforced,/obj/effect/floor_decal/corner/brown{dir = 10},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/obj/effect/shuttle_landmark/creaker/station,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"axE" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/corner/brown/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"axF" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 8},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"axG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"axG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/engineering)
"axH" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/machinery/navbeacon/delivery/QM3,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"axI" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/alarm{pixel_y = 24},/obj/structure/table/standard{name = "plastic table frame"},/obj/random/action_figure,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"axJ" = (/obj/machinery/computer/processing_unit_console,/obj/structure/railing{dir = 4},/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"axL" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"axM" = (/obj/effect/floor_decal/corner/brown/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"axN" = (/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/dark/rough,/area/bridge)
+"axN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"axO" = (/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"axP" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axP" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"axQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/natural/grass,/area/security/prison)
-"axR" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axT" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axV" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axW" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/autoname{dir = 1; network = list("Exodus","Master")},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
-"axX" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axR" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axT" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axU" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axV" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axW" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/autoname{dir = 1; network = list("Exodus","Master")},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"axX" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"axY" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"axZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/natural/grass,/area/security/prison)
-"ayb" = (/obj/structure/closet/secure_closet/brig{id = "Cell 2"; name = "Cell 2 Locker"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"ayb" = (/obj/structure/closet/secure_closet/brig{name = "Cell 2 Locker"; id = "Cell 2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
"ayc" = (/obj/effect/floor_decal/corner/red,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"ayd" = (/obj/effect/floor_decal/corner/red,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/security{c_tag = "Security - Cell 2"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"aye" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
+"ayd" = (/obj/effect/floor_decal/corner/red,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Cell 2"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"aye" = (/obj/effect/floor_decal/corner/red/three_quarters,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable,/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"ayf" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
-"ayg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"ayg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"ayh" = (/obj/structure/bed/chair/red{dir = 8},/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"ayi" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/security/brig/processing)
"ayj" = (/obj/structure/table/steel,/obj/item/folder/red,/obj/item/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/hand_labeler,/obj/machinery/light_switch{dir = 1; pixel_x = 4; pixel_y = -25},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ayk" = (/obj/machinery/photocopier,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"ayl" = (/obj/structure/filingcabinet,/turf/simulated/floor/tiled/dark/rough,/area/security/evidence)
"aym" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"ayn" = (/obj/machinery/navbeacon/delivery/SecurityD,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/northright{name = "Brig Delivery"; req_access = list(63)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "Prison Gate"; name = "Security Blast Door"; opacity = 0},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
-"ayo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"ayn" = (/obj/machinery/navbeacon/delivery/SecurityD,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/northright{name = "Brig Delivery"; req_access = list(63)},/obj/machinery/door/blast/regular{name = "Security Blast Door"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "Prison Gate"},/turf/simulated/floor/tiled/dark/rough,/area/security/brig)
+"ayo" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"ayp" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 10},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"ayq" = (/obj/structure/closet/excavation,/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/pickaxe/drill,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/eva)
"ayr" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/space,/area/shuttle/arrival/station)
-"ayt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"ayt" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
"ayu" = (/obj/structure/closet/excavation,/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/item/pickaxe/drill,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/eva)
"ayv" = (/obj/effect/floor_decal/corner/brown/three_quarters,/obj/effect/floor_decal/oldflood,/obj/structure/table/steel_reinforced,/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"ayw" = (/obj/effect/floor_decal/corner/brown{dir = 10},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"ayx" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/corner/brown/three_quarters{dir = 4},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"ayy" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 9},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"ayz" = (/obj/machinery/door/airlock/highsecurity{name = "Bridge Maintenance"; req_access = list(19)},/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/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"ayA" = (/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
+"ayz" = (/obj/machinery/door/airlock/highsecurity{name = "Bridge Maintenance"; req_access = list(19)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"ayA" = (/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"ayB" = (/obj/machinery/door/airlock/glass_security{name = "Security Lobby"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/security/armory_lobby)
"ayC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hydroponics)
"ayD" = (/obj/structure/table/rack,/obj/item/stack/flag/yellow,/obj/item/wrench,/obj/item/clothing/suit/space/void/excavation/prepared,/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/clothing/shoes/magboots,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/eva)
@@ -1234,13 +1248,13 @@
"ayH" = (/obj/structure/closet/crate/hydroponics,/obj/item/device/analyzer/plant_analyzer,/obj/item/storage/plants,/obj/item/material/minihoe,/turf/simulated/floor/natural/grass,/area/security/prison)
"ayI" = (/turf/simulated/floor/natural/grass,/area/security/prison)
"ayK" = (/obj/structure/flora/pottedplant/largeleaves,/obj/machinery/light{dir = 1},/obj/machinery/camera/network/command{c_tag = "Bridge - North"},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"ayL" = (/obj/structure/table/woodentable,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/item/storage/firstaid/regular,/obj/random/medical/lite,/turf/simulated/floor/trim/wood,/area/bridge)
-"ayM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"ayL" = (/obj/structure/table/woodentable,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/item/storage/firstaid/regular,/obj/random/medical/lite,/turf/simulated/floor/trim/wood,/area/bridge)
+"ayM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"ayN" = (/obj/structure/flora/pottedplant/largeleaves,/obj/machinery/light{dir = 1},/obj/machinery/ai_status_display{pixel_y = 32},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"ayO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"ayO" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"ayP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"ayQ" = (/obj/machinery/suit_cycler/science,/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology EVA - Voidsuits"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/eva)
-"ayR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/natural/grass,/area/security/prison)
+"ayQ" = (/obj/machinery/suit_cycler/science,/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/machinery/camera/network/research_outpost{dir = 4; c_tag = "Xenoarchaeology EVA - Voidsuits"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/eva)
+"ayR" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/natural/grass,/area/security/prison)
"ayS" = (/obj/structure/closet/secure_closet/miner,/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"ayT" = (/obj/machinery/equipment_vendor,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"ayU" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/oldflood,/obj/item/pickaxe,/obj/item/pickaxe,/obj/machinery/cell_charger,/obj/machinery/alarm{pixel_y = 25},/obj/item/pickaxe/drill,/obj/item/pickaxe/drill,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
@@ -1252,12 +1266,12 @@
"azb" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/plating,/area/storage/emergency)
"azc" = (/turf/simulated/floor/plating,/area/maintenance/locker)
"azd" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aze" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access = list(17)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
+"aze" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access = list(17)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/captain)
"azf" = (/obj/structure/railing{dir = 4},/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/obj/effect/floor_decal/oldflood,/obj/machinery/conveyor_switch/oneway{id = "mining_shuttle_internal"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"azg" = (/obj/effect/floor_decal/corner/blue/three_quarters,/obj/effect/floor_decal/spline/fancy/wood{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"azh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"azi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/natural/grass,/area/security/prison)
-"azj" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/natural/grass,/area/security/prison)
+"azh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/blue{dir = 10},/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"azi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/natural/grass,/area/security/prison)
+"azj" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/natural/grass,/area/security/prison)
"azk" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"azl" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"azm" = (/obj/machinery/computer/mecha,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
@@ -1267,7 +1281,7 @@
"azq" = (/obj/machinery/seed_extractor,/turf/simulated/floor/natural/grass,/area/security/prison)
"azr" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"azs" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
-"azt" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"azt" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"azu" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"azv" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/natural/grass,/area/hallway/primary/frontier/central_west)
"azw" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Hydroponics Maintenance"; req_access = list(35)},/turf/simulated/floor/tiled/rough,/area/hydroponics)
@@ -1277,9 +1291,9 @@
"azA" = (/turf/simulated/wall,/area/crew_quarters/underdorm/theater/actor)
"azB" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"azC" = (/obj/effect/floor_decal/siding/wood,/obj/effect/floor_decal/siding/wood/corner,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"azD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Hydroponics,/obj/machinery/door/window/eastright{dir = 1; name = "Hydroponics Delivery"; req_access = list(35)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
-"azE" = (/obj/structure/cable/blue{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"azF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"azD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Hydroponics,/obj/machinery/door/window/eastright{name = "Hydroponics Delivery"; dir = 1; req_access = list(35)},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/hydroponics)
+"azE" = (/obj/structure/cable/blue{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"azF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"azG" = (/obj/effect/floor_decal/oldflood,/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"azH" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"azI" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
@@ -1294,114 +1308,114 @@
"azS" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"azT" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"azU" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 1},/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"azV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"azW" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "IA Agent"; sortType = "IA Agent"},/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/machinery/camera/autoname{dir = 8; network = list("Exodus","Master")},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"azX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"azV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"azW" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "IA Agent"; dir = 1; sortType = "IA Agent"},/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/machinery/camera/autoname{dir = 8; network = list("Exodus","Master")},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"azX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"azY" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"azZ" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"azZ" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aAa" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aAb" = (/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
-"aAc" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aAe" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 8},/obj/machinery/camera/network/mining{c_tag = "Mining Ship - South"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aAc" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aAe" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 8},/obj/machinery/camera/network/mining{dir = 4; c_tag = "Mining Ship - South"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aAf" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aAg" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aAh" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aAi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/porta_turret{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/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/corner/blue{dir = 6},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
+"aAi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/porta_turret{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Conference Room"; req_access = list(19)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/spline/fancy/wood/corner{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
"aAk" = (/turf/simulated/wall,/area/turret_protected/ai)
"aAl" = (/obj/effect/landmark/event/other/lightsout,/turf/simulated/wall,/area/turret_protected/ai)
-"aAm" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/window{name = "AI Core Door"; req_one_access = list(109,199)},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAn" = (/obj/effect/floor_decal/corner/blue{dir = 9},/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/dark/rough,/area/bridge)
-"aAo" = (/obj/effect/landmark/start/crew/ai,/obj/machinery/newscaster/security_unit{pixel_x = 32; pixel_y = 32},/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_x = -32; pixel_y = 32},/obj/structure/cable/cyan{d2 = 2; icon_state = "0-2"},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for the AI core maintenance door."; id = "AICore"; name = "AI Maintenance Hatch"; pixel_x = 17; pixel_y = 25; req_one_access = list(109,199)},/obj/item/device/radio/intercom/custom{pixel_x = -28; pixel_y = 4},/obj/item/device/radio/intercom/private{pixel_x = 28; pixel_y = 4},/obj/item/device/radio/intercom/broadcasting{pixel_y = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAp" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/window{dir = 8; name = "AI Core Door"; req_one_access = list(109,199)},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc/super/critical{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAr" = (/obj/machinery/door/window{dir = 2; name = "AI Core Door"; req_one_access = list(109,199)},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/flasher{id = "AI"; pixel_x = 22; pixel_y = 24},/obj/machinery/turretid/stun{check_synth = 1; name = "AI Chamber turret control"; pixel_x = 36; pixel_y = 24},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAm" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/window{name = "AI Core Door"; req_one_access = list(109,199)},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAn" = (/obj/effect/floor_decal/corner/blue{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAo" = (/obj/effect/landmark/start/crew/ai,/obj/machinery/newscaster/security_unit{pixel_x = 32; pixel_y = 32},/obj/machinery/requests_console{pixel_x = -32; pixel_y = 32; department = "AI"; departmentType = 5},/obj/structure/cable/cyan{icon_state = "0-2"; d2 = 2},/obj/machinery/button/remote/blast_door{name = "AI Maintenance Hatch"; desc = "A remote control-switch for the AI core maintenance door."; pixel_x = 17; pixel_y = 25; id = "AICore"; req_one_access = list(109,199)},/obj/item/device/radio/intercom/custom{pixel_x = -28; pixel_y = 4},/obj/item/device/radio/intercom/private{pixel_x = 28; pixel_y = 4},/obj/item/device/radio/intercom/broadcasting{pixel_y = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAp" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/window{name = "AI Core Door"; dir = 8; req_one_access = list(109,199)},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc/super/critical{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAr" = (/obj/machinery/door/window{name = "AI Core Door"; dir = 2; req_one_access = list(109,199)},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/flasher{pixel_x = 22; pixel_y = 24; id = "AI"},/obj/machinery/turretid/stun{name = "AI Chamber turret control"; pixel_x = 36; pixel_y = 24; check_synth = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAs" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/machinery/light/small/he{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAu" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAv" = (/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/hologram/holopad,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAw" = (/obj/effect/floor_decal/corner/blue{dir = 6},/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/rough,/area/bridge)
+"aAt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAu" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAw" = (/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aAx" = (/obj/machinery/porta_turret{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAy" = (/obj/item/modular_computer/console/preset/research,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/all/command{c_tag = "AI Chamber South"; dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aAA" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/all/command{dir = 1; c_tag = "AI Chamber South"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAA" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAC" = (/obj/item/modular_computer/console/preset/engineering,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAD" = (/obj/machinery/ai_status_display,/turf/simulated/wall/r_wall,/area/turret_protected/ai)
-"aAE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/vault/bolted{name = "AI core"; req_access = list(16)},/obj/machinery/door/blast/regular{id = "AICore"; name = "AI core maintenance hatch"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"aAE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/vault/bolted{name = "AI core"; req_access = list(16)},/obj/machinery/door/blast/regular{name = "AI core maintenance hatch"; id = "AICore"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aAF" = (/obj/machinery/status_display,/turf/simulated/wall/r_wall,/area/turret_protected/ai)
"aAG" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_upload)
-"aAH" = (/obj/effect/floor_decal/corner/blue{dir = 9},/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/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAI" = (/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/hologram/holopad,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/junction/yjunction,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/flasher{id = "AI"; pixel_x = -22; pixel_y = 24},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"aAK" = (/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAL" = (/obj/effect/floor_decal/corner/blue{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aAM" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/computer/borgupload,/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"aAN" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aAO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/cyan{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/cyan{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"aAP" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/computer/aiupload,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"aAH" = (/obj/effect/floor_decal/corner/blue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/junction/yjunction,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/flasher{pixel_x = -22; pixel_y = 24; id = "AI"},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"aAK" = (/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAL" = (/obj/effect/floor_decal/corner/blue{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aAM" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/computer/borgupload,/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"aAN" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aAO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/cyan{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/cyan{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
+"aAP" = (/obj/structure/cable/cyan{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/computer/aiupload,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"aAQ" = (/obj/structure/table/standard,/obj/item/aiModule/nanotrasen,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/aiModule/reset,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
"aAR" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aAS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aAT" = (/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Hallway - West"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aAS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aAT" = (/obj/machinery/camera/network/research_outpost{dir = 8; c_tag = "Xenoarchaeology Hallway - West"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"aAU" = (/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/aiModule/protectStation,/obj/item/aiModule/quarantine,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_upload)
-"aAV" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aAW" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/power/emitter/anchored{dir = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aAX" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aAV" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aAW" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/power/emitter/anchored{dir = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aAX" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aAY" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 4},/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aAZ" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBa" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_upload_foyer)
"aBb" = (/obj/machinery/door/airlock/mining{name = "Creaker - Life Support"; req_access = list(50)},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBc" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBd" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aBe" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aBf" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBe" = (/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBf" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBh" = (/turf/simulated/wall/r_wall,/area/turret_protected/ai_server_room)
-"aBi" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/mining{name = "Creaker - SMES"; req_access = list(50)},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aBj" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aBk" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBi" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/mining{name = "Creaker - SMES"; req_access = list(50)},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBj" = (/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/machinery/power/terminal,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBk" = (/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/effect/floor_decal/oldflood,/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBl" = (/obj/effect/floor_decal/corner/blue/three_quarters,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical,/obj/item/storage/box/lights/mixed,/obj/item/device/flashlight,/obj/item/device/multitool,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBm" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/closet/emcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBn" = (/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"aBo" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"aBp" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aBp" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBq" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/structure/flora/pottedplant/pink,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBr" = (/obj/effect/floor_decal/corner/blue/three_quarters,/obj/structure/flora/pottedplant/subterranean,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aBt" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aBt" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBu" = (/obj/effect/landmark/event/other/drones,/turf/space,/area/space)
"aBv" = (/obj/effect/floor_decal/corner/blue{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/obj/machinery/papershredder,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aBw" = (/obj/item/modular_computer/console/preset/command,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"aBx" = (/obj/machinery/computer/message_monitor,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
"aBy" = (/obj/effect/floor_decal/corner/blue/three_quarters{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aBz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aBz" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aBA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aBB" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Hydroponics"; req_one_access = list(28,35)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hydroponics)
"aBC" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aBD" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aBE" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aBF" = (/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aBG" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aBH" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/blue{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/hologram/holopad,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aBI" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aBG" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aBH" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/blue{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/hologram/holopad,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aBI" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aBJ" = (/obj/vehicle/train/cargo/engine,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aBK" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 4},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBL" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"aBM" = (/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBN" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aBO" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBO" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBR" = (/turf/simulated/wall,/area/janitor)
-"aBS" = (/obj/effect/floor_decal/oldflood,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aBS" = (/obj/effect/floor_decal/oldflood,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aBT" = (/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"aBU" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/power/port_gen/pacman{sheets = 25},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBU" = (/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/power/port_gen/pacman{sheets = 25},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aBV" = (/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aBX" = (/obj/effect/floor_decal/oldflood,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/closet/crate/internals,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"aBY" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/smes/buildable/outpost_substation{RCon_tag = "Mining Ship"; capacity = 250000; charge = 100000; input_attempt = 1; input_level = 40000; input_level_max = 80000; output_attempt = 1; output_level = 40000; output_level_max = 80000},/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aBY" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/smes/buildable/outpost_substation{charge = 100000; capacity = 250000; input_attempt = 1; input_level = 40000; input_level_max = 80000; output_attempt = 1; output_level = 40000; output_level_max = 80000; RCon_tag = "Mining Ship"},/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aCb" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
-"aCc" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/oldflood,/obj/structure/table/rack,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/stack/cable_coil,/obj/item/clothing/glasses/welding,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aCd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aCe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aCf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aCg" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Detective Office"; sortType = "Detective Office"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aCc" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/oldflood,/obj/structure/table/rack,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/stack/cable_coil,/obj/item/clothing/glasses/welding,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aCd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aCe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/obj/effect/floor_decal/corner/blue{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aCf" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aCg" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/sortjunction{name = "Detective Office"; dir = 1; sortType = "Detective Office"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aCn" = (/obj/machinery/radiocarbon_spectrometer,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
"aCs" = (/turf/unsimulated/mask,/area/space)
"aCu" = (/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light{dir = 4},/turf/simulated/floor/natural/grass,/area/hallway/primary/frontier/central_west)
@@ -1411,52 +1425,52 @@
"aCB" = (/obj/structure/sign/botany{pixel_y = 32},/obj/effect/floor_decal/sandfloordec,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Entrance"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aCC" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aCD" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aCE" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Hydroponics"; sortType = "Hydroponics"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aCE" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/sortjunction/flipped{name = "Hydroponics"; dir = 4; sortType = "Hydroponics"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aCF" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aCG" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"aCH" = (/obj/machinery/light/small/hl{dir = 1},/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aCH" = (/obj/machinery/light/small/hl{dir = 1},/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aCI" = (/turf/simulated/floor/plating,/area/storage/emergency)
"aCK" = (/turf/simulated/wall,/area/maintenance/substation/civilian_west)
-"aCL" = (/obj/effect/floor_decal/stairs{dir = 8},/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/button/remote/blast_door{id = "bridge_doors"; name = "Bridge Door Shutters Control"; pixel_x = -6; pixel_y = -24; req_access = list(19)},/obj/machinery/button/remote/blast_door{id = "bridge_window"; name = "Bridge Window Shutters Control"; pixel_x = -6; pixel_y = -32; req_access = list(19)},/turf/simulated/floor/trim/wood,/area/bridge)
+"aCL" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/button/remote/blast_door{name = "Bridge Door Shutters Control"; pixel_x = -6; pixel_y = -24; id = "bridge_doors"; req_access = list(19)},/obj/machinery/button/remote/blast_door{name = "Bridge Window Shutters Control"; pixel_x = -6; pixel_y = -32; id = "bridge_window"; req_access = list(19)},/turf/simulated/floor/trim/wood,/area/bridge)
"aCM" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aCO" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Civilian West Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aCP" = (/turf/simulated/mineral,/area/maintenance/locker)
"aCQ" = (/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
-"aCR" = (/obj/structure/sign/warning/radioactive{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aCR" = (/obj/structure/sign/warning/radioactive{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"aCS" = (/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aCT" = (/obj/machinery/atmospherics/valve/digital/open,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/button/remote/airlock{id = "riso1"; name = "Door Bolt Control"; pixel_x = -25; specialfunctions = 4},/obj/machinery/button/remote/blast_door{id = "isolationA"; pixel_x = -36},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aCU" = (/obj/machinery/atmospherics/valve/digital/open,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aCV" = (/obj/machinery/atmospherics/valve/digital/open,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/button/remote/blast_door{id = "isolationC"; pixel_x = 36},/obj/machinery/button/remote/airlock{id = "riso3"; name = "Door Bolt Control"; pixel_x = 25; specialfunctions = 4},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aCW" = (/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/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aCT" = (/obj/machinery/atmospherics/valve/digital/open,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; pixel_x = -25; id = "riso1"; specialfunctions = 4},/obj/machinery/button/remote/blast_door{pixel_x = -36; id = "isolationA"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aCU" = (/obj/machinery/atmospherics/valve/digital/open,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aCV" = (/obj/machinery/atmospherics/valve/digital/open,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/button/remote/blast_door{pixel_x = 36; id = "isolationC"},/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; pixel_x = 25; id = "riso3"; specialfunctions = 4},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aCW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aCX" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"aCY" = (/obj/structure/table/steel_reinforced,/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = -28},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/industrial/warning/dust/corner,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/oldflood,/obj/item/bodybag/cryobag,/obj/random/medical/lite,/obj/random/medical/lite,/obj/item/reagent_containers/hypospray/autoinjector/antirad/mine,/obj/item/reagent_containers/hypospray/autoinjector/antirad/mine,/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aCZ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"aDa" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aCZ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"aDa" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aDb" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/effect/floor_decal/industrial/arrows/blue,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
-"aDc" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/oldflood,/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 1; frequency = 1380; id_tag = "mining_vessel"; pixel_x = 25; pixel_y = -25; req_one_access = list(13,48); tag_door = "mining_vessel_hatch"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
+"aDc" = (/obj/effect/floor_decal/industrial/warning/dust,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/oldflood,/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 1; pixel_x = 25; pixel_y = -25; frequency = 1380; req_one_access = list(13,48); id_tag = "mining_vessel"; tag_door = "mining_vessel_hatch"},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
"aDd" = (/obj/structure/closet/crate,/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/industrial/warning/dust/corner{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/oldflood,/obj/item/stack/material/plasma/ten,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/creaker/station)
-"aDe" = (/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/trim/wood,/area/bridge)
+"aDe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/bridge)
"aDf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/beige/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
"aDg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/light/small{dir = 8},/obj/structure/closet/toolcloset,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"aDh" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/beige/diagonal,/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/obj/machinery/vending/coffee,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
-"aDi" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aDk" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aDl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"aDm" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDi" = (/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/light{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDk" = (/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDl" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"aDm" = (/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aDn" = (/turf/simulated/wall,/area/hallway/secondary/exit)
-"aDo" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aDp" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/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/dark/rough,/area/bridge)
-"aDs" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aDt" = (/obj/machinery/atm{pixel_x = -25},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aDo" = (/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDp" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDs" = (/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/sign/warning/secure_area{pixel_y = 32},/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aDt" = (/obj/machinery/atm{pixel_x = -25},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aDu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aDw" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"aDy" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"aDz" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/sparsegrass{pixel_y = -16},/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"aDB" = (/obj/machinery/atmospherics/pipe/simple/visible/blue,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"aDC" = (/turf/simulated/wall,/area/hallway/secondary/entry/fore)
-"aDE" = (/obj/structure/cable{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},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aDF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aDG" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aDE" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aDF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aDG" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aDH" = (/turf/simulated/mineral,/area/maintenance/arrivals)
"aDL" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aDM" = (/turf/simulated/floor/plating,/area/maintenance/arrivals)
@@ -1469,18 +1483,18 @@
"aDV" = (/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aDW" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/machinery/status_display{pixel_y = 32},/obj/machinery/camera/network/civilian_west{c_tag = "Escape Shuttle Hallway - Center"},/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"aEb" = (/obj/machinery/teleporter_gate,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
-"aEc" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"aEc" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/engineering)
"aEe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/plating,/area/maintenance/library)
"aEf" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/sparsegrass{pixel_y = 16},/turf/simulated/floor/natural/grass,/area/hallway/secondary/exit)
"aEg" = (/obj/effect/floor_decal/sandfloordec,/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/machinery/atm{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aEh" = (/obj/effect/floor_decal/sandfloordec,/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/rough,/area/crew_quarters/sleep/cave)
-"aEi" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aEi" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aEj" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aEk" = (/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/storage/emergency)
"aEl" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aEm" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aEn" = (/obj/machinery/door/airlock/glass{name = "Holodeck"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cave)
-"aEo" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Artifact Storage"; dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
+"aEo" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/research_outpost{dir = 4; c_tag = "Xenoarchaeology Artifact Storage"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aEp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aEq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/storage/tools)
"aEr" = (/turf/simulated/wall,/area/crew_quarters/locker)
@@ -1490,22 +1504,22 @@
"aEv" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"aEw" = (/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"aEx" = (/turf/simulated/wall,/area/storage/primary)
-"aEy" = (/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/effect/floor_decal/oldflood,/obj/machinery/camera/network/civilian_west{c_tag = "Western Public Restroom"; dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"aEz" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
+"aEy" = (/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/effect/floor_decal/oldflood,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Western Public Restroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
+"aEz" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aEA" = (/turf/simulated/wall/r_wall,/area/outpost/research/hallway)
-"aEB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aEB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"aEC" = (/obj/machinery/cryopod{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
"aED" = (/obj/structure/sign/warning/nosmoking_2{pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aEE" = (/obj/structure/flora/pottedplant/crystal,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aEE" = (/obj/structure/flora/pottedplant/crystal,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEF" = (/obj/machinery/firealarm{dir = 1; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEG" = (/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/spline/fancy/corner,/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEH" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"aEJ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/effect/floor_decal/corner/blue{dir = 5},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aEK" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/machinery/meter,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aEK" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/machinery/meter,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEL" = (/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aEM" = (/obj/machinery/cryopod{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/cryo)
-"aEN" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aEN" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/spline/fancy,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEO" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aEP" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aEQ" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
@@ -1515,25 +1529,24 @@
"aEU" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Isolation Monitoring"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aEV" = (/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aEW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/storage/primary)
-"aEX" = (/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/button/remote/blast_door{id = "hop_office"; name = "HoP Shutters Control"; pixel_x = 5; req_access = list(57)},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"aEX" = (/obj/structure/table/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/button/remote/blast_door{name = "HoP Shutters Control"; pixel_x = 5; id = "hop_office"; req_access = list(57)},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aEY" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aEZ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aFa" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/mob/living/simple_animal/corgi/Ian,/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
-"aFb" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"aFb" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aFc" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
-"aFd" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"aFd" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aFe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/obj/effect/floor_decal/corner/beige/diagonal,/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
"aFf" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/corner/red/diagonal{dir = 8},/obj/effect/floor_decal/corner/beige/diagonal,/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/dark/rough,/area/bridge/meeting_room/cafe)
-"aFg" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aFh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{id_tag = "sbridgedoor"; name = "Bridge"; req_access = list(19)},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aFg" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aFh" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_command{name = "Bridge"; req_access = list(19); id_tag = "sbridgedoor"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aFi" = (/obj/structure/closet/jcloset,/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_50"},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/rough,/area/janitor)
"aFj" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/brighall)
-"aFk" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aFl" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/obj/effect/floor_decal/spline/fancy/corner,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aFm" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{pixel_x = -26},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
-"aFs" = (/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/asteroid,/area/mine/explored)
+"aFk" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aFl" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/obj/effect/floor_decal/spline/fancy/corner,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aFm" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light_switch{pixel_x = -26},/turf/simulated/floor/trim/darkwood,/area/bridge/meeting_room/cafe)
+"aFs" = (/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/asteroid,/area/mine/explored)
"aFu" = (/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"aFv" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"aFv" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engineering)
"aFw" = (/turf/simulated/mineral,/area/maintenance/library)
"aFx" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aFB" = (/obj/item/stool/padded,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/trim/carpet,/area/maintenance/chapel/north)
@@ -1541,46 +1554,46 @@
"aFD" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aFE" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/quartermaster/storage)
"aFF" = (/obj/structure/table/woodentable,/obj/random/cash,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"aFG" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
+"aFG" = (/obj/effect/floor_decal/industrial/outline/grey,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aFH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
-"aFI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
-"aFJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Long Term Storage"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
+"aFI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
+"aFJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Long Term Storage"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
"aFK" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/simulated/floor/plating,/area/quartermaster/office)
-"aFL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aFM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
-"aFN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Anomaly Isolation"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aFO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aFL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aFM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aFN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Anomaly Isolation"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aFO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aFP" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/obj/structure/plasticflaps,/turf/simulated/floor/plating,/area/quartermaster/office)
"aFQ" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/plating,/area/quartermaster/office)
-"aFR" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aFS" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aFT" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aFU" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/manifold/visible/yellow,/obj/item/paper_bin,/obj/item/folder,/obj/item/pen,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/blue{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aFR" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aFS" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
+"aFT" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aFU" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/manifold/visible/yellow,/obj/item/paper_bin,/obj/item/folder,/obj/item/pen,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/blue{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aFV" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 1},/obj/item/modular_computer/console/preset/research,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aFW" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aFX" = (/obj/structure/table/woodentable,/obj/random/single{icon = 'icons/obj/playing_cards.dmi'; icon_state = "deck"; name = "randomly spawned deck of cards"; spawn_nothing_percentage = 50; spawn_object = /obj/item/deck/cards},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
+"aFX" = (/obj/structure/table/woodentable,/obj/random/single{name = "randomly spawned deck of cards"; icon = 'icons/obj/playing_cards.dmi'; icon_state = "deck"; spawn_nothing_percentage = 50; spawn_object = /obj/item/deck/cards},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
"aFY" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aFZ" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGa" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGb" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/industrial/loading{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aGc" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/turf/simulated/floor/plating,/area/quartermaster/office)
-"aGd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{dir = 8; id = "qm_warehouse"; name = "Warehouse Shutters"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aGd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Warehouse Shutters"; dir = 8; id = "qm_warehouse"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aGe" = (/obj/machinery/atmospherics/unary/heater{icon_state = "heater"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGf" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort2"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aGg" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/oldflood,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aGg" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/oldflood,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aGh" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"aGi" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Command"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"aGi" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Command"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/maintenance/substation/command)
"aGj" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/sign/warning/compressed_gas{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aGk" = (/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGl" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aGm" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aGm" = (/obj/machinery/requests_console{pixel_y = 30; department = "Cargo Bay"; departmentType = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aGn" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aGo" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Command Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"aGp" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_atmos{name = "Toxins Storage"; req_access = list(24)},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGq" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGr" = (/turf/simulated/wall,/area/quartermaster/miningdock)
-"aGs" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "creaker_dock_outer"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
-"aGt" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "creaker_dock_airlock"; name = "exterior access button"; pixel_x = 25; pixel_y = 5; req_one_access = list(13,48)},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "creaker_dock_outer"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aGs" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "creaker_dock_outer"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aGt" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = 25; pixel_y = 5; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13,48); master_tag = "creaker_dock_airlock"},/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "creaker_dock_outer"},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"aGu" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aGv" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 10},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/turf/simulated/floor/tiled/dark/rough,/area/engineering/atmos)
"aGw" = (/turf/simulated/wall/r_wall,/area/engineering)
@@ -1592,28 +1605,28 @@
"aGC" = (/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aGD" = (/obj/effect/floor_decal/oldflood,/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aGE" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/structure/sign/warning/high_voltage{pixel_x = 32; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aGF" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aGG" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aGH" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aGI" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGF" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGG" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGH" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGI" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aGJ" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aGK" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_north)
"aGL" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/white{icon_state = "1-2"},/obj/item/stamp/chapel,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aGN" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_north)
-"aGO" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/crew/hop,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "hopdoor"; name = "Office Door Control"; pixel_x = -27; pixel_y = 10; req_access = list(57)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"aGO" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/crew/hop,/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = -27; pixel_y = 10; id = "hopdoor"; req_access = list(57)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aGP" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/sign/warning/high_voltage{pixel_x = -32; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aGQ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aGR" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aGS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aGT" = (/obj/machinery/hologram/holopad,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aGU" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGQ" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aGR" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aGS" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aGT" = (/obj/machinery/hologram/holopad,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGU" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aGV" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/machinery/light{dir = 8},/turf/simulated/floor/plating,/area/quartermaster/office)
-"aGW" = (/obj/structure/closet/l3closet/janitor,/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/janitor)
+"aGW" = (/obj/structure/closet/l3closet/janitor,/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/janitor)
"aGX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aGY" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aGY" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aGZ" = (/obj/structure/flora/ausbushes/fullgrass,/obj/machinery/light{dir = 8},/turf/simulated/floor/natural/grass,/area/outpost/research/hallway)
-"aHa" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{dir = 8; id = "qm_warehouse"; name = "Warehouse Shutters"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"aHb" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aHa" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/shutters{name = "Warehouse Shutters"; dir = 8; id = "qm_warehouse"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aHb" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aHc" = (/obj/structure/closet/crate/freezer,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aHd" = (/obj/structure/closet/crate,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aHe" = (/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/vessel/bucket,/obj/machinery/newscaster{pixel_y = 30},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/janitor)
@@ -1623,10 +1636,10 @@
"aHl" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aHy" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHz" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aHA" = (/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/map_ent/func_write_var{ev_activate_at_startup = 1; ev_activate_reader = 1; ev_activate_writer = 1; ev_read_tag = "_ent_choose_bar"; ev_table = list("ev_map_path"="ev_result"); ev_write_tag = "_ent_spawn_bar"},/turf/simulated/floor/plating,/area/maintenance/library)
+"aHA" = (/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/map_ent/func_write_var{ev_read_tag = "_ent_choose_bar"; ev_write_tag = "_ent_spawn_bar"; ev_table = list(ev_map_path="ev_result"); ev_activate_writer = 1; ev_activate_reader = 1; ev_activate_at_startup = 1},/turf/simulated/floor/plating,/area/maintenance/library)
"aHB" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHC" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aHF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aHF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aHH" = (/obj/structure/disposaloutlet{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/plating,/area/quartermaster/office)
"aHK" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHL" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1637,20 +1650,20 @@
"aHQ" = (/obj/machinery/disposal,/obj/effect/floor_decal/sandfloordec,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aHR" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/library)
"aHS" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aHT" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Storage"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/atmos)
+"aHT" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/plasma,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Atmospherics Storage"},/turf/simulated/floor/tiled/dark/rough,/area/engineering/atmos)
"aHU" = (/obj/machinery/atmospherics/pipe/manifold4w/visible,/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHV" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/brown,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aHW" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/visible,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aHX" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "h2_in"; name = "Hydrogen Supply Control"; output_tag = "h2_out"; sensors = list("h2_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aHX" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Hydrogen Supply Control"; sensors = list(h2_sensor="Tank"); input_tag = "h2_in"; output_tag = "h2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHY" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/valve/digital{name = "Hydrogen Outlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aHZ" = (/obj/machinery/atmospherics/binary/pump{name = "H2 to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Hydrogen"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aIa" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "n2_in"; name = "Nitrogen Supply Control"; output_tag = "n2_out"; sensors = list("n2_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aIa" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Nitrogen Supply Control"; sensors = list(n2_sensor="Tank"); input_tag = "n2_in"; output_tag = "n2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIb" = (/obj/machinery/atmospherics/valve/digital/open{name = "Nitrogen Outlet Valve"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIc" = (/obj/machinery/atmospherics/binary/pump{name = "N2 to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aIe" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "o2_in"; name = "Oxygen Supply Control"; output_tag = "o2_out"; sensors = list("o2_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aIe" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Oxygen Supply Control"; sensors = list(o2_sensor="Tank"); input_tag = "o2_in"; output_tag = "o2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIf" = (/turf/simulated/wall/r_wall,/area/security/brig)
"aIg" = (/obj/machinery/atmospherics/valve/digital/open{name = "Oxygen Outlet Valve"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aIh" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
+"aIh" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aIi" = (/obj/machinery/atmospherics/pipe/manifold/visible,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIj" = (/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIk" = (/obj/machinery/atmospherics/binary/pump{name = "O2 to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Air"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1658,9 +1671,9 @@
"aIm" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 1},/obj/effect/floor_decal/corner/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIn" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIo" = (/obj/machinery/atmospherics/pipe/simple/visible/blue,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aIp" = (/obj/machinery/computer/general_air_control/large_tank_control{frequency = 1443; input_tag = "air_in"; name = "Mixed Air Supply Control"; output_tag = "air_out"; pressure_setting = 2000; sensors = list("air_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aIp" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Mixed Air Supply Control"; frequency = 1443; sensors = list(air_sensor="Tank"); input_tag = "air_in"; output_tag = "air_out"; pressure_setting = 2000},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIq" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/obj/machinery/meter,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aIr" = (/obj/machinery/atmospherics/valve/digital/open{dir = 4; name = "Mixed Air Outlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aIr" = (/obj/machinery/atmospherics/valve/digital/open{name = "Mixed Air Outlet Valve"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIs" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIt" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aIu" = (/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
@@ -1670,42 +1683,42 @@
"aIz" = (/turf/simulated/wall/r_wall,/area/security/brig/processing)
"aIA" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/gateway)
"aIB" = (/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/anomaly_storage)
-"aIC" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
+"aIC" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/anomaly_storage)
"aID" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/structure/table/standard,/obj/machinery/recharger,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aIE" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/crew_quarters/toilet/west)
-"aIF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "hop_office"; name = "HoP's Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/crew_quarters/heads/hop)
+"aIF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "HoP's Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "hop_office"},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/crew_quarters/heads/hop)
"aIG" = (/turf/simulated/wall/r_wall,/area/security/brig/interrogation)
"aIH" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aII" = (/turf/simulated/wall/r_wall,/area/security/brig/solitary)
"aIJ" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aIK" = (/obj/structure/table/standard,/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 9},/obj/item/tape_roll,/obj/item/device/camera,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aIL" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/janitor)
+"aIL" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/janitor)
"aIM" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet/blue2,/area/crew_quarters/heads/hop)
"aIN" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/janitor)
"aIO" = (/turf/simulated/floor/tiled/rough,/area/janitor)
-"aIP" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/button/remote/blast_door{id = "isolationB"; pixel_x = -25; pixel_y = 36},/obj/machinery/button/remote/airlock{id = "riso2"; name = "Door Bolt Control"; pixel_x = -25; pixel_y = 25; specialfunctions = 4},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aIP" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/button/remote/blast_door{pixel_x = -25; pixel_y = 36; id = "isolationB"},/obj/machinery/button/remote/airlock{name = "Door Bolt Control"; pixel_x = -25; pixel_y = 25; id = "riso2"; specialfunctions = 4},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aIQ" = (/obj/item/stool,/obj/effect/landmark/start/crew/janitor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/janitor)
-"aIR" = (/obj/structure/table/standard,/obj/machinery/computer/atmoscontrol/laptop{monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three"); req_one_access = list(47,24,11)},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aIR" = (/obj/structure/table/standard,/obj/machinery/computer/atmoscontrol/laptop{req_one_access = list(47,24,11); monitored_alarm_ids = list("isolation_one","isolation_two","isolation_three")},/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aIS" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
-"aIT" = (/obj/effect/floor_decal/oldflood,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Secure Storage"; dir = 8},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"aIT" = (/obj/effect/floor_decal/oldflood,/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Cargo Secure Storage"},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"aIU" = (/obj/machinery/portable_atmospherics/canister/sleeping_agent,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aIV" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/natural/grass,/area/outpost/research/hallway)
"aIW" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/caution/yellow{dir = 4; pixel_x = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aIX" = (/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aIY" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/blue{dir = 4},/obj/item/storage/box,/obj/item/storage/box,/obj/item/storage/box,/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aJa" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aJa" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57)},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aJb" = (/obj/structure/closet/l3closet/command,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
-"aJh" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aJh" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aJi" = (/obj/effect/floor_decal/corner/green,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aJl" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aJm" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_north)
-"aJn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "bridge_window"; name = "Bridge Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aJo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "bridge_window"; name = "Bridge Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aJp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "bridge_window"; name = "Bridge Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
-"aJq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "bridge_window"; name = "Bridge Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aJn" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Bridge Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "bridge_window"},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aJo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Bridge Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "bridge_window"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aJp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Bridge Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "bridge_window"},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"aJq" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Bridge Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "bridge_window"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"aJr" = (/obj/machinery/lapvend,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_north)
"aJs" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aJt" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Mixing to Port"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aJt" = (/obj/machinery/atmospherics/binary/pump{name = "Mixing to Port"; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aJu" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aJv" = (/obj/effect/floor_decal/corner/green/three_quarters,/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aJx" = (/obj/effect/floor_decal/corner/green{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
@@ -1715,57 +1728,57 @@
"aJB" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/sleeping_agent,/turf/simulated/floor/tiled/dark/rough,/area/engineering/atmos)
"aJD" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aJE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aJF" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aJF" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aJG" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/meter,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"aJH" = (/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"aJI" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 1},/obj/machinery/meter,/turf/simulated/wall/r_wall,/area/engineering/atmos)
"aJJ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"aJK" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
+"aJK" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aJL" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aJM" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/brighall)
"aJS" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hallway/primary/frontier/central_west)
-"aKh" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Cargo Subgrid"; name_tag = "Cargo Subgrid"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aKh" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Cargo Subgrid"; name_tag = "Cargo Subgrid"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aKk" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKl" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKm" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aKn" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aKn" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aKo" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKp" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKq" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aKr" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small/hl{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Gym"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aKs" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aKt" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"aKu" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"aKv" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aKu" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"aKv" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aKw" = (/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aKy" = (/obj/machinery/atmospherics/valve{dir = 1; open = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKz" = (/obj/machinery/atmospherics/pipe/manifold/visible/blue{dir = 8},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aKA" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Air Mix to air circuit"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aKB" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aKA" = (/obj/machinery/atmospherics/binary/pump{name = "Air Mix to air circuit"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aKB" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aKC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cave)
"aKD" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aKE" = (/obj/machinery/atmospherics/binary/pump{dir = 4; name = "Air to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aKE" = (/obj/machinery/atmospherics/binary/pump{name = "Air to Connector"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKF" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aKH" = (/obj/structure/bookcase/manuals/xenoarchaeology,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aKI" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aKJ" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/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/white/rough,/area/outpost/research/isolation_monitoring)
-"aKK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters/open{dir = 4; id = "chapel"; name = "Chapel Privacy Shutters"},/turf/simulated/floor/plating,/area/chapel/office)
+"aKK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters/open{name = "Chapel Privacy Shutters"; dir = 4; id = "chapel"},/turf/simulated/floor/plating,/area/chapel/office)
"aKL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aKM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aKM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aKN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aKO" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/isolation_monitoring)
"aKP" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/quartermaster/office)
-"aKQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "hop_office"; name = "HoP's Window Shutters"; opacity = 0},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/crew_quarters/heads/hop)
+"aKQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/shutters{name = "HoP's Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "hop_office"},/obj/structure/cable/green,/turf/simulated/floor/plating,/area/crew_quarters/heads/hop)
"aKR" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aKT" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aKU" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort1"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aKV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/landmark/start/crew/cargotech,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aKW" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/blue{dir = 4},/obj/item/wrapping_paper,/obj/item/wrapping_paper,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/packageWrap,/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aKX" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aKX" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aKY" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Warehouse Maintenance"; req_access = list(31)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/quartermaster/storage/under/secure)
"aKZ" = (/turf/simulated/wall/r_wall,/area/security/nuke_storage)
-"aLa" = (/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/hallway/primary/frontier/ring_north)
+"aLa" = (/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/hallway/primary/frontier/ring_north)
"aLb" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/floor/plating,/area/engineering/atmos)
"aLc" = (/obj/item/stamp/cargo{pixel_x = -3; pixel_y = 3},/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/structure/table/standard,/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/obj/item/stamp/ok,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aLd" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/clipboard,/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/structure/table/standard,/obj/item/device/eftpos{eftpos_name = "Cargo Bay EFTPOS scanner"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
@@ -1774,24 +1787,24 @@
"aLg" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aLh" = (/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aLi" = (/turf/simulated/mineral,/area/maintenance/abandoned_casino)
-"aLj" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/item/storage/toolbox/mechanical,/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"aLj" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/item/storage/toolbox/mechanical,/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"aLk" = (/turf/simulated/wall,/area/hallway/primary/frontier/central_midwest)
"aLl" = (/turf/simulated/wall,/area/hallway/primary/frontier)
-"aLm" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/brown{dir = 1},/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Midwest Cargo"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aLm" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/brown{dir = 1},/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Central Hallway - Midwest Cargo"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aLn" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aLo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
+"aLo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aLp" = (/obj/machinery/disposal,/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aLq" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aLq" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aLr" = (/obj/machinery/disposal,/obj/machinery/light{dir = 1},/obj/structure/disposalpipe/trunk,/obj/machinery/light_switch{pixel_y = 26},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aLs" = (/obj/machinery/papershredder,/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/machinery/camera/network/command{c_tag = "HoP's Office"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aLt" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/keycard_auth{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aLu" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/recharger/wallcharger{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aLv" = (/obj/structure/sign/warning/high_voltage{pixel_x = -32},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{c_tag = "Ring Hallway - Northwest"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aLv" = (/obj/structure/sign/warning/high_voltage{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Ring Hallway - Northwest"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aLy" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aLB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/camera/network/civilian_east{c_tag = "Ring Hallway - Northeast"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aLB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Ring Hallway - Northeast"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aLC" = (/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/ring_north)
"aLD" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aLE" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - South Center"; dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aLE" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - South Center"},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aLF" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aLG" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aLH" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1806,16 +1819,16 @@
"aLW" = (/obj/machinery/disposal,/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Office"},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/trim/lino,/area/chapel/office)
"aLZ" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"aMc" = (/obj/structure/table/glass,/obj/item/autopsy_scanner,/obj/item/scalpel,/obj/item/reagent_containers/spray/sterilizine,/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/device/reagent_scanner,/obj/item/device/mass_spectrometer,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"aMh" = (/obj/machinery/camera/network/security{c_tag = "Security - Detective Office Lab"; dir = 8},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
+"aMh" = (/obj/machinery/camera/network/security{dir = 8; c_tag = "Security - Detective Office Lab"},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"aMi" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/outpost/research/eva)
"aMk" = (/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aMl" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "creaker_dock_pump"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
-"aMm" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
-"aMn" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aMm" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aMn" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aMo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/paper_bin,/obj/item/pen,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aMr" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aMs" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/meter,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aMt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters/open{dir = 2; id = "chapel"; name = "Chapel Privacy Shutters"},/turf/simulated/floor/plating,/area/chapel/office)
+"aMt" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters/open{name = "Chapel Privacy Shutters"; dir = 2; id = "chapel"},/turf/simulated/floor/plating,/area/chapel/office)
"aMu" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/chapel/main/mass_driver)
"aMv" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aMw" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1828,10 +1841,10 @@
"aMD" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aME" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aMF" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/machinery/pipedispenser/disposal,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aMG" = (/obj/structure/flora/pottedplant/mysterious,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/blue{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
-"aMH" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow,/obj/machinery/light,/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/cell_charger,/obj/random/powercell,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Bay"; dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"aMG" = (/obj/structure/flora/pottedplant/mysterious,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/blue{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aMH" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow,/obj/machinery/light,/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/cell_charger,/obj/random/powercell,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Cargo Bay"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aMI" = (/turf/simulated/wall,/area/quartermaster/qm)
-"aMJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/blue{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
+"aMJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/blue{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aMK" = (/obj/structure/closet/medical_wall{pixel_x = 28},/obj/item/stack/medical/bruise_pack,/obj/item/stack/medical/bruise_pack,/obj/item/stack/medical/ointment,/obj/item/stack/medical/ointment,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/isolation_monitoring)
"aML" = (/obj/effect/floor_decal/corner/brown,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aMM" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
@@ -1842,19 +1855,19 @@
"aMR" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/pager/cargo{pixel_x = -22; pixel_y = 42},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aMS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/janitor)
"aMT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aMU" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aMU" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aMV" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aMW" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aMX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aMY" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/camera/network/civilian_west{c_tag = "Cargo - Quartermaster's Office"; dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aMZ" = (/obj/structure/closet/secure_closet/hop,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
-"aNa" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aNb" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "hop_office_desk"; name = "Desk Privacy Shutter"; pixel_x = -5; pixel_y = -23},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/window_frame_tint{pixel_x = 3; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aNc" = (/obj/structure/noticeboard{pixel_y = 27},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "hop_office_desk"; name = "HoP Office Privacy Shutters"; opacity = 0},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/door/window/brigdoor/westleft{name = "Head of Personnel's Desk"; req_access = list(57)},/obj/machinery/door/window/eastright{name = "Reception Window"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aMX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
+"aMY" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Cargo - Quartermaster's Office"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
+"aMZ" = (/obj/structure/closet/secure_closet/hop,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
+"aNa" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aNb" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/button/remote/blast_door{name = "Desk Privacy Shutter"; desc = "A remote control-switch for shutters."; pixel_x = -5; pixel_y = -23; id = "hop_office_desk"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/window_frame_tint{pixel_x = 3; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aNc" = (/obj/structure/noticeboard{pixel_y = 27},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "HoP Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "hop_office_desk"},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/door/window/brigdoor/westleft{name = "Head of Personnel's Desk"; req_access = list(57)},/obj/machinery/door/window/eastright{name = "Reception Window"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aNd" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aNe" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aNf" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aNg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aNe" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aNf" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aNg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aNh" = (/obj/structure/janitorialcart,/obj/item/mop,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/janitor)
"aNi" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Custodial Maintenance"; req_access = list(26)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/janitor)
"aNm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/white{icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
@@ -1863,17 +1876,17 @@
"aNq" = (/obj/effect/floor_decal/corner/red{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aNr" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"aNs" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/fancy/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aNt" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/joinlate/cryo,/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
+"aNt" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/landmark/joinlate/cryo,/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aNu" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aNv" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/joinlate/cryo,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/sleep/cryo)
"aND" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNE" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/chief)
"aNG" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aNH" = (/obj/machinery/light_switch{dir = 4; name = "light switch "; pixel_x = -24; pixel_y = -21},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/janitor)
+"aNH" = (/obj/machinery/light_switch{name = "light switch "; dir = 4; pixel_x = -24; pixel_y = -21},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/janitor)
"aNI" = (/turf/simulated/wall/r_wall,/area/engineering/engine_eva)
"aNJ" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNK" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aNL" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/omni/mixer{tag_east = 2; tag_east_con = 0; tag_north = 1; tag_north_con = 0.21; tag_south_con = 0; tag_west = 1; tag_west_con = 0.79},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aNL" = (/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/omni/mixer{tag_north_con = 0.21; tag_south_con = 0; tag_east_con = 0; tag_west_con = 0.79; tag_north = 1; tag_east = 2; tag_west = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNM" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/atmospherics/pipe/simple/visible/blue{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNN" = (/obj/machinery/atmospherics/pipe/simple/visible/blue{dir = 4},/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNO" = (/obj/machinery/atmospherics/pipe/simple/visible/blue{dir = 9},/obj/machinery/meter,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1885,16 +1898,16 @@
"aNU" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 8},/obj/machinery/pipedispenser,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aNV" = (/obj/machinery/artifact_analyser,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
"aNW" = (/obj/machinery/artifact_scanpad,/obj/effect/floor_decal/industrial/hatch/orange,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
-"aNX" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Anomaly Isolation"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
+"aNX" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Anomaly Isolation"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
"aNY" = (/turf/simulated/wall/r_wall,/area/assembly/chargebay)
-"aNZ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/blast/shutters{dir = 2; id = "Skynet_launch"; name = "Mech Bay"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"aNZ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/machinery/door/blast/shutters{name = "Mech Bay"; dir = 2; id = "Skynet_launch"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"aOa" = (/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/hud/standard/science,/obj/item/clothing/gloves/latex,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
-"aOb" = (/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Delivery Office"; dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aOb" = (/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Cargo Delivery Office"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aOc" = (/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/blue{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aOd" = (/turf/simulated/wall/r_wall,/area/assembly/robotics)
-"aOe" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aOe" = (/obj/machinery/requests_console{pixel_x = -30; department = "Cargo Bay"; departmentType = 2},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aOf" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/primary/frontier/central_midwest)
-"aOg" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/pen,/obj/machinery/door/window/eastright{base_state = "left"; dir = 2; icon_state = "left"; name = "Robotics Desk"; req_access = list(29)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/assembly/robotics)
+"aOg" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/border_only,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/pen,/obj/machinery/door/window/eastright{name = "Robotics Desk"; icon_state = "left"; dir = 2; req_access = list(29); base_state = "left"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/assembly/robotics)
"aOh" = (/obj/item/modular_computer/console/preset/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aOi" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aOj" = (/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
@@ -1902,7 +1915,7 @@
"aOl" = (/turf/simulated/wall/r_wall,/area/rnd/lab)
"aOm" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/photocopier/faxmachine{department = "Quartermaster's Office"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aOn" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/gateway)
-"aOo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_access = list(7)},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/lab)
+"aOo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_access = list(7)},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/rnd/lab)
"aOp" = (/turf/simulated/wall/r_wall,/area/medical/chemistry)
"aOq" = (/turf/simulated/wall,/area/medical/chemistry)
"aOr" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/outpost/research/hallway)
@@ -1916,37 +1929,37 @@
"aOz" = (/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"aOA" = (/turf/simulated/wall,/area/library)
"aOB" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9},/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
-"aOC" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 1},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/terminal{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"aOD" = (/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/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aOE" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aOF" = (/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
+"aOC" = (/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/terminal{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aOD" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aOE" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aOF" = (/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
"aOG" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aOH" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "HoP Office"; sortType = "HoP Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aOH" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/disposalpipe/sortjunction/flipped{name = "HoP Office"; dir = 1; sortType = "HoP Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aOI" = (/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/central_mideast)
"aOJ" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light/small/red{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "creaker_dock_pump"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
-"aOK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aOM" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aOK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/green,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aOM" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aON" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aOO" = (/obj/machinery/camera/autoname{dir = 4; network = list("Exodus","Master")},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aOR" = (/obj/effect/floor_decal/rust,/obj/structure/computerframe,/obj/item/stack/material/glass,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"aOS" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/effect/floor_decal/corner/yellow/three_quarters,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aOT" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/floor_decal/corner/yellow{dir = 10},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aOU" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aOU" = (/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aOV" = (/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aOW" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPb" = (/turf/simulated/mineral,/area/maintenance/engineering)
-"aPc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"aPf" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 8; tag_south = 7; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aPc" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aPf" = (/obj/machinery/atmospherics/omni/filter{tag_north = 8; tag_south = 7; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPg" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPh" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPi" = (/obj/effect/floor_decal/siding/wood/corner,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aPj" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aPk" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 4; tag_south = 5; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aPl" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/airlock_sensor{dir = 8; frequency = 1380; id_tag = "creaker_dock_sensor"; pixel_x = 25; pixel_y = 8},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "creaker_dock_airlock"; pixel_x = 26; pixel_y = -5; req_one_access = list(13,48); tag_airpump = "creaker_dock_pump"; tag_chamber_sensor = "creaker_dock_sensor"; tag_exterior_door = "creaker_dock_outer"; tag_interior_door = "creaker_dock_inner"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aPk" = (/obj/machinery/atmospherics/omni/filter{tag_north = 4; tag_south = 5; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aPl" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 8; frequency = 1380; id_tag = "creaker_dock_sensor"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 26; pixel_y = -5; frequency = 1380; req_one_access = list(13,48); id_tag = "creaker_dock_airlock"; tag_exterior_door = "creaker_dock_outer"; tag_interior_door = "creaker_dock_inner"; tag_airpump = "creaker_dock_pump"; tag_chamber_sensor = "creaker_dock_sensor"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"aPm" = (/turf/simulated/mineral,/area/maintenance/substation/cargo)
"aPn" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPo" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aPp" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 3; tag_south = 6; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aPp" = (/obj/machinery/atmospherics/omni/filter{tag_north = 3; tag_south = 6; tag_east = 1; tag_west = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPq" = (/turf/simulated/floor/asteroid,/area/supply/station{base_turf = /turf/simulated/floor/shuttle/pod})
"aPr" = (/obj/effect/shuttle_landmark/supply/station,/turf/simulated/floor/asteroid,/area/supply/station{base_turf = /turf/simulated/floor/shuttle/pod})
"aPs" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -1956,52 +1969,52 @@
"aPw" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPx" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPy" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aPz" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/quartermaster/office)
-"aPB" = (/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room - Toilet"; dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
+"aPz" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/quartermaster/office)
+"aPB" = (/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Locker Room - Toilet"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"aPC" = (/obj/machinery/atmospherics/pipe/manifold/visible/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aPD" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aPE" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"aPF" = (/obj/effect/floor_decal/spline/fancy/corner,/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"aPG" = (/obj/effect/floor_decal/spline/fancy,/obj/item/device/radio/intercom{pixel_y = 22},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"aPH" = (/obj/effect/floor_decal/spline/fancy,/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"aPI" = (/obj/effect/floor_decal/spline/fancy,/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"aPJ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Bridge"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aPK" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction/untagged{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 8; name = "Sorting Office"; sortType = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access = list(50)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPE" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aPF" = (/obj/effect/floor_decal/spline/fancy/corner,/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aPG" = (/obj/effect/floor_decal/spline/fancy,/obj/item/device/radio/intercom{pixel_y = 22},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aPH" = (/obj/effect/floor_decal/spline/fancy,/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aPI" = (/obj/effect/floor_decal/spline/fancy,/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"aPJ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Bridge"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aPK" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/sortjunction/untagged{dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/sortjunction/flipped{name = "Sorting Office"; dir = 8; sortType = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access = list(50)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aPR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aPS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{id_tag = "cargodoor"; name = "Cargo Office"; req_access = list(50)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aPS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access = list(50); id_tag = "cargodoor"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aPT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aPU" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aPV" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aPW" = (/obj/item/clipboard,/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stamp/qm,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aPX" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/qm,/obj/machinery/button/window_frame_tint{pixel_x = -14; pixel_y = 26},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aPY" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aPZ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aPZ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aQa" = (/obj/structure/table/glass,/obj/item/folder/blue,/obj/item/stamp/hop,/obj/item/device/eftpos{eftpos_name = "HoP EFTPOS scanner"},/obj/item/packageWrap,/obj/item/hand_labeler,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/obj/item/stamp/void,/obj/item/stamp/ok,/obj/item/stamp/denied,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aQb" = (/obj/structure/sign/warning/high_voltage{pixel_y = -32},/obj/structure/cable/green,/obj/structure/window_frame/relectric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/heads/hop)
-"aQc" = (/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"aQc" = (/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"aQd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aQe" = (/obj/structure/railing,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"aQf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aQf" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aQg" = (/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/engineering/atmos)
"aQh" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aQi" = (/obj/effect/floor_decal/corner/brown{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aQj" = (/turf/simulated/wall,/area/maintenance/substation/cargo)
"aQk" = (/turf/simulated/wall,/area/hallway/primary/frontier/central_east)
"aQl" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aQm" = (/obj/machinery/vending/coffee,/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/structure/window/reinforced{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Gateway Arrival Area"; dir = 4},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
-"aQn" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/blast_door{id = "Skynet_launch"; name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24; req_access = list(29)},/obj/machinery/light_switch{pixel_x = 8; pixel_y = 34},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"aQm" = (/obj/machinery/vending/coffee,/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/structure/window/reinforced{dir = 1},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Gateway Arrival Area"},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
+"aQn" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/button/remote/blast_door{name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24; id = "Skynet_launch"; req_access = list(29)},/obj/machinery/light_switch{pixel_x = 8; pixel_y = 34},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aQo" = (/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"aQp" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aQq" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/rough,/area/gateway)
"aQr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/gateway)
"aQs" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/rough,/area/gateway)
-"aQt" = (/obj/machinery/computer/rdconsole/robotics,/obj/effect/floor_decal/corner/paleblue,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/light{dir = 8},/obj/machinery/light_switch{on = 1; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"aQt" = (/obj/machinery/computer/rdconsole/robotics,/obj/effect/floor_decal/corner/paleblue,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/light{dir = 8},/obj/machinery/light_switch{pixel_x = -22; on = 1},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"aQu" = (/obj/structure/sign/warning/biohazard{pixel_x = 32},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/window/reinforced{dir = 1},/obj/structure/closet/emcloset,/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aQv" = (/turf/simulated/wall,/area/quartermaster/office)
"aQw" = (/obj/effect/floor_decal/corner/red{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
@@ -2017,13 +2030,13 @@
"aQL" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aQM" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aQN" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/alarm{pixel_y = 23},/obj/item/reagent_containers/vessel/beaker/sulphuric,/obj/structure/reagent_dispensers/acid{pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"aQO" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/disposal,/obj/machinery/camera/network/research{c_tag = "Research - Robotics"},/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 30},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"aQO" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/disposal,/obj/machinery/camera/network/research{c_tag = "Research - Robotics"},/obj/machinery/requests_console{name = "Robotics RC"; pixel_y = 30; department = "Robotics"; departmentType = 2},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aQP" = (/obj/structure/table/steel,/obj/item/book/wiki/robotics_cyborgs{pixel_x = 2; pixel_y = 5},/obj/item/folder/white{pixel_x = 4; pixel_y = -1},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aQQ" = (/turf/simulated/wall/r_wall,/area/hallway/primary/englobby)
-"aQR" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "creaker_dock_inner"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aQR" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "creaker_dock_inner"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"aQS" = (/obj/structure/sign/directions/supply{dir = 1},/turf/simulated/wall,/area/quartermaster/qm)
"aQT" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
-"aQU" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "creaker_dock_inner"; locked = 1; name = "Mining Dock Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
+"aQU" = (/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "creaker_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/quartermaster/miningdock)
"aQV" = (/turf/simulated/wall/r_wall,/area/rnd/research)
"aQW" = (/obj/structure/closet/secure_closet/atmos_personal,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aQX" = (/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/closet/wardrobe/engineering_yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
@@ -2034,7 +2047,7 @@
"aRc" = (/obj/structure/table/standard,/obj/item/flame/lighter/random,/obj/item/device/healthanalyzer,/obj/item/reagent_containers/dropper{pixel_y = -4},/obj/item/crowbar,/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aRd" = (/obj/machinery/autolathe,/obj/machinery/computer/guestpass{pixel_y = -28},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aRe" = (/turf/simulated/mineral,/area/mine/explored)
-"aRf" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stack/material/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/material/steel/fifty,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/yellow,/obj/machinery/light,/obj/item/storage/belt/utility,/obj/item/tape_roll,/obj/machinery/camera/network/civilian_west{c_tag = "Cargo Supply Office"; dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aRf" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/stack/material/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/material/steel/fifty,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/yellow,/obj/machinery/light,/obj/item/storage/belt/utility,/obj/item/tape_roll,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Cargo Supply Office"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aRg" = (/turf/simulated/wall/r_wall,/area/maintenance/exterior)
"aRh" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aRi" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
@@ -2049,13 +2062,13 @@
"aRt" = (/obj/item/folder/yellow,/obj/item/pen{pixel_x = 4; pixel_y = 4},/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/device/eftpos{eftpos_name = "Quartermaster EFTPOS scanner"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aRu" = (/obj/item/modular_computer/console/preset/supply,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"aRv" = (/obj/structure/closet/secure_closet/quartermaster,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
-"aRw" = (/obj/machinery/light{dir = 8},/obj/machinery/status_display{pixel_x = -32},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aRw" = (/obj/machinery/light{dir = 8},/obj/machinery/status_display{pixel_x = -32},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aRx" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/item/pen,/obj/machinery/alarm{dir = 1; pixel_y = -25},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aRy" = (/obj/structure/table/glass,/obj/machinery/photocopier/faxmachine{department = "Head of Personnel's Office"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
-"aRz" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aRz" = (/obj/machinery/requests_console{name = "Head of Personnel RC"; pixel_y = -30; department = "Head of Personnel's Desk"; departmentType = 5; announcementConsole = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aRA" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/table/standard{name = "plastic table frame"},/obj/item/paper_bin,/obj/item/folder/white,/obj/item/pen,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aRB" = (/obj/structure/filingcabinet/chestdrawer{name = "Medical Forms"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"aRC" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller,/obj/item/bodybag/cryobag{pixel_x = 6},/obj/machinery/light{dir = 4},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"aRC" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller,/obj/item/bodybag/cryobag{pixel_x = 6},/obj/machinery/light{dir = 4},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aRD" = (/obj/structure/morgue,/obj/effect/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
"aRE" = (/obj/machinery/computer/account_database,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aRF" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
@@ -2065,9 +2078,9 @@
"aRJ" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/security/prepared,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aRK" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/engineering/atmos)
"aRL" = (/obj/structure/table/standard,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/storage/box/lights/mixed/quartz,/obj/item/storage/box/lights/mixed/he,/obj/item/storage/box/lights/bulbs/old,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/simulated/floor/tiled/rough,/area/janitor)
-"aRM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
-"aRN" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/item/wirecutters,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"aRO" = (/obj/structure/bed/chair/wood/wings{dir = 4; icon_state = "wooden_chair_wings"},/obj/random/plushie,/turf/simulated/floor/plating,/area/maintenance/chapel/north)
+"aRM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aRN" = (/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/item/wirecutters,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aRO" = (/obj/structure/bed/chair/wood/wings{icon_state = "wooden_chair_wings"; dir = 4},/obj/random/plushie,/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"aRP" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aRQ" = (/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aRR" = (/obj/structure/bookcase{name = "bookcase (Adult)"},/turf/simulated/floor/trim/wood,/area/library)
@@ -2078,101 +2091,101 @@
"aRZ" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aSb" = (/obj/structure/table/rack,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
"aSd" = (/obj/structure/table/gamblingtable,/obj/item/deck/cards{pixel_y = 4},/turf/simulated/floor/trim/wood,/area/maintenance/chapel/north)
-"aSe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aSe" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aSf" = (/obj/machinery/computer/teleporter,/turf/simulated/floor/tiled/dark/rough,/area/teleporter)
"aSg" = (/obj/effect/floor_decal/corner/brown{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"aSh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
-"aSj" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "n2o_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
+"aSh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"aSj" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "n2o_in"; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
"aSl" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2o_sensor"},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
-"aSm" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "n2o_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
-"aSn" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "co2_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
+"aSm" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "n2o_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
+"aSn" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "co2_in"; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
"aSo" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "co2_sensor"},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
-"aSp" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "co2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
-"aSq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "tox_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
+"aSp" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "co2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/carbon_dioxide,/area/engineering/atmos)
+"aSq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "tox_in"; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
"aSr" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "tox_sensor"},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
-"aSs" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "tox_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
-"aSt" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "waste_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"aSu" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "waste_sensor"; output = 63},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
-"aSv" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/item/crowbar/red,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/white{icon_state = "0-4"},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
-"aSw" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "waste_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"aSs" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "tox_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/plasma,/area/engineering/atmos)
+"aSt" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "waste_in"; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"aSu" = (/obj/machinery/air_sensor{frequency = 1441; output = 63; id_tag = "waste_sensor"},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
+"aSv" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/item/crowbar/red,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/white{icon_state = "0-4"},/obj/effect/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
+"aSw" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "waste_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/turf/simulated/floor/reinforced/airless,/area/engineering/atmos)
"aSx" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/gateway)
"aSy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/gateway)
-"aSz" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"aSz" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"aSA" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/rough,/area/gateway)
"aSB" = (/obj/machinery/light{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/structure/closet/l3closet,/obj/effect/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/gateway)
"aSC" = (/turf/simulated/floor/plating,/area/maintenance/library)
"aSD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
"aSE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/brighall)
-"aSF" = (/obj/machinery/navbeacon/delivery/Janitor,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{dir = 8; name = "Custodial Delivery"; req_access = list(26)},/turf/simulated/floor/tiled/dark/rough,/area/janitor)
-"aSH" = (/obj/structure/window/reinforced{health = 1e+007},/obj/structure/lattice,/turf/space,/area/space)
-"aSL" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aSF" = (/obj/machinery/navbeacon/delivery/Janitor,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{name = "Custodial Delivery"; dir = 8; req_access = list(26)},/turf/simulated/floor/tiled/dark/rough,/area/janitor)
+"aSH" = (/obj/structure/window/reinforced{health = 1e+07},/obj/structure/lattice,/turf/space,/area/space)
+"aSL" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aSN" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/table/standard{name = "plastic table frame"},/obj/random/action_figure,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aSO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
-"aSP" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aSQ" = (/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/lattice,/turf/space,/area/space)
-"aSR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aSP" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aSQ" = (/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/lattice,/turf/space,/area/space)
+"aSR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aSS" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aST" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aSU" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/item/stool/padded,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aSV" = (/obj/machinery/mech_recharger,/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"aSW" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"aSX" = (/obj/machinery/door/airlock/glass_mining{name = "Equipment storage"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"aSX" = (/obj/machinery/door/airlock/glass_mining{name = "Equipment storage"; req_access = list(65)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"aSY" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"aSZ" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/item/hand_labeler,/obj/item/pen,/obj/item/packageWrap,/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aTa" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aTb" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aTc" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"aTc" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aTd" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aTe" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/item/stool/padded,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"aTf" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"aTg" = (/obj/machinery/atmospherics/binary/pump/on{name = "Air to Supply"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Southeast"; dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"aTg" = (/obj/machinery/atmospherics/binary/pump/on{name = "Air to Supply"},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Atmospherics Southeast"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"aTh" = (/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
-"aTi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"aTj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"aTk" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"aTi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"aTj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"aTk" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aTl" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
-"aTm" = (/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
+"aTm" = (/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"aTn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aTo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/hologram/holopad,/obj/effect/landmark/start/crew/atmostech,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aTp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aTq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
-"aTr" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aTs" = (/obj/machinery/camera/network/engineering{c_tag = "Engineering Locker Room"; dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
+"aTr" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aTs" = (/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering Locker Room"},/obj/effect/floor_decal/corner/yellow{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aTt" = (/obj/machinery/power/emitter/anchored{dir = 4},/obj/effect/floor_decal/industrial/outline/orange,/obj/machinery/door/window/northleft{name = "Laser Testing"; req_access = list(65)},/obj/structure/cable/blue,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
-"aTu" = (/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/machinery/light,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
+"aTu" = (/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/machinery/light,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
"aTv" = (/obj/effect/floor_decal/industrial/hatch/orange,/obj/machinery/door/window/northleft{name = "Laser Testing"; req_access = list(65)},/turf/simulated/floor/tiled/dark/rough,/area/outpost/research/lab)
-"aTw" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/requests_console{department = "Janitorial"; departmentType = 1; pixel_y = -29},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/janitor)
+"aTw" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/requests_console{pixel_y = -29; department = "Janitorial"; departmentType = 1},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/janitor)
"aTx" = (/obj/structure/table/standard,/obj/item/clothing/head/welding,/obj/item/weldingtool,/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aTy" = (/obj/structure/table/standard,/obj/machinery/cell_charger,/obj/item/screwdriver{pixel_y = 15},/obj/item/melee/baton/loaded,/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"aTA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Chapel Office"; req_access = list(27)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/lino,/area/chapel/office)
"aTB" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_west)
"aTC" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_west)
"aTD" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_west)
-"aTE" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aTE" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aTF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"aTG" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/door/window/westright{name = "Medbay Reception"; req_access = list(5)},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/item/storage/box/rxglasses,/obj/random/snack,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aTH" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aTI" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aTJ" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aTK" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"aTL" = (/obj/machinery/door/airlock/command{id_tag = "hopdoor"; name = "Head of Personnel"; req_access = list(57)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
+"aTK" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aTL" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access = list(57); id_tag = "hopdoor"},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/hop)
"aTM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"aTN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_medical{name = "Medical Voidsuits"; req_one_access = list(5)},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aTO" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aTP" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_security{name = "Security Voidsuits"; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aTQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aTQ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aTR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aTS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aTT" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aTU" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/command{c_tag = "EVA"; dir = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aTU" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/light{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/command{dir = 4; c_tag = "EVA"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aTV" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/table/reinforced,/obj/item/stack/material/plasteel{amount = 10},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/rods{amount = 50},/obj/item/stack/material/glass{amount = 50},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aTW" = (/obj/machinery/light/small{dir = 8},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/trim/wood,/area/library)
-"aTX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"aTX" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"aTY" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/trim/wood,/area/library)
"aTZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"aUb" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"aUc" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
-"aUd" = (/obj/machinery/light/small{dir = 4},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/trim/wood,/area/library)
+"aUd" = (/obj/machinery/light/small{dir = 4},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/trim/wood,/area/library)
"aUg" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"aUq" = (/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
"aUr" = (/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent,/obj/machinery/light/small,/turf/simulated/floor/reinforced/n20,/area/engineering/atmos)
@@ -2192,23 +2205,23 @@
"aUF" = (/obj/machinery/vending/snack/medbay,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"aUH" = (/obj/structure/dispenser/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
"aUI" = (/turf/simulated/wall/r_wall,/area/engineering/workshop)
-"aUJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(29)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/assembly/chargebay)
+"aUJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(29)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/turf/simulated/floor/plating,/area/assembly/chargebay)
"aUK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"aUL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
-"aUM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"aUL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"aUM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"aUN" = (/obj/structure/table/steel,/obj/item/stack/material/plasteel/ten,/obj/item/crowbar,/obj/item/device/multitool{pixel_x = -4; pixel_y = 3},/obj/item/device/assembly/prox_sensor{pixel_x = -4; pixel_y = 4},/obj/item/device/assembly/prox_sensor{pixel_x = -4; pixel_y = 4},/obj/machinery/ai_status_display{pixel_x = 32},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"aUO" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/table/glass,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/item/stack/cable_coil,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = -30},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aUO" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/table/glass,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/console_screen,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/scanning_module,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/item/stack/cable_coil,/obj/machinery/requests_console{name = "Science Requests Console"; pixel_x = -30; department = "Science"; departmentType = 2},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aUP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aUQ" = (/obj/structure/disposalpipe/segment,/turf/simulated/wall,/area/quartermaster/qm)
"aUR" = (/obj/structure/cryofeed{dir = 1},/turf/simulated/floor/plating,/area/crew_quarters/sleep/cryo)
-"aUS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aUS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aUT" = (/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"aUU" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aUU" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aUV" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"aVa" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/landmark/joinlate/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"aVa" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/landmark/joinlate/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aVb" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light/small/hl{dir = 4},/obj/structure/closet/walllocker/emerglocker{pixel_x = 28},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"aVc" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/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/effect/landmark/start/crew/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"aVd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Robotics Lab"; req_access = list(29)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{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/dark/rough,/area/assembly/chargebay)
+"aVc" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"aVd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Robotics Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(29)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aVe" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/structure/flora/pottedplant/faketree,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aVf" = (/obj/structure/bed/pew/pewchapel/right{dir = 4},/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aVg" = (/obj/structure/bed/pew/pewchapel/right{dir = 4},/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
@@ -2219,12 +2232,12 @@
"aVl" = (/obj/machinery/light{dir = 8},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"aVm" = (/obj/structure/sign/poster{pixel_y = -32},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/janitor)
"aVn" = (/obj/structure/bed/pew/pewchapel/left,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"aVo" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"aVo" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aVp" = (/obj/structure/window/reinforced{dir = 8},/obj/item/modular_computer/console/preset/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"aVq" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/button/remote/blast_door{id = "medbayrecquar"; name = "Medbay Entrance Lockdown Shutters Control"; pixel_x = 6; pixel_y = 8; req_access = list(5)},/obj/item/device/radio/phone/medbay{name = "reception emergency phone"; pixel_x = -5},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; name = "Medbay Doors Control"; pixel_x = 6; pixel_y = -2},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"aVq" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/machinery/button/remote/blast_door{name = "Medbay Entrance Lockdown Shutters Control"; pixel_x = 6; pixel_y = 8; id = "medbayrecquar"; req_access = list(5)},/obj/item/device/radio/phone/medbay{name = "reception emergency phone"; pixel_x = -5},/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = 6; pixel_y = -2; id = "MedbayFoyerStar"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aVr" = (/obj/structure/morgue,/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light/he{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
"aVs" = (/obj/structure/morgue{dir = 8},/obj/effect/floor_decal/industrial/outline/grey,/obj/machinery/light/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
-"aVt" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"aVt" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"aVu" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/red{dir = 4},/obj/effect/floor_decal/corner/green,/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aVv" = (/obj/structure/bed/pew/pewchapel/right,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"aVw" = (/obj/structure/bookcase/prefitted/fiction,/turf/simulated/floor/trim/wood,/area/library)
@@ -2240,19 +2253,19 @@
"aVH" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aVL" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aVM" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 4},/turf/space,/area/space)
-"aVN" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/lattice,/turf/space,/area/space)
+"aVN" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/lattice,/turf/space,/area/space)
"aVO" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aVP" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment,/turf/space,/area/space)
"aVQ" = (/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering)
"aVR" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aVS" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/alarm{pixel_y = 23},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aVS" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/machinery/alarm{pixel_y = 23},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aVT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aVU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aVU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aVV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/corner/purple{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aVW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aVY" = (/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/space)
"aVZ" = (/obj/machinery/shield_diffuser,/obj/structure/catwalk,/turf/simulated/floor/plating/airless,/area/space)
-"aWa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy/corner{dir = 1},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - West 2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
@@ -2260,85 +2273,85 @@
"aWf" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWg" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWh" = (/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -7; pixel_y = 32},/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aWi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aWj" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/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/dark/rough,/area/assembly/robotics)
-"aWk" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"aWl" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/steel{amount = 50; pixel_x = 2; pixel_y = 8},/obj/item/stack/material/steel{amount = 50; pixel_x = 6; pixel_y = 6},/obj/item/stack/material/glass{amount = 50; pixel_x = 2; pixel_y = 4},/obj/item/stack/cable_coil,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"aWn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aWo" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWj" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"aWk" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"aWl" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/steel{pixel_x = 2; pixel_y = 8; amount = 50},/obj/item/stack/material/steel{pixel_x = 6; pixel_y = 6; amount = 50},/obj/item/stack/material/glass{pixel_x = 2; pixel_y = 4; amount = 50},/obj/item/stack/cable_coil,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
+"aWn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWo" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWp" = (/obj/machinery/hologram/holopad,/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"aWq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"aWr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"aWr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"aWs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aWu" = (/obj/structure/table/steel,/obj/machinery/cell_charger{pixel_x = -1; pixel_y = -3},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aWv" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/table/glass,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/obj/item/reagent_containers/dropper{pixel_y = -4},/obj/item/computer_hardware/hard_drive/portable,/obj/item/computer_hardware/hard_drive/portable,/obj/item/clothing/glasses/hud/standard/science,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aWx" = (/obj/structure/table/glass,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/storage/belt/utility,/obj/item/device/multitool{pixel_x = -4; pixel_y = 3},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aWy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"aWz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWB" = (/obj/structure/disposalpipe/tagger/partial{dir = 8; name = "Sorting Office"; sort_tag = "Sorting Office"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWC" = (/obj/structure/disposalpipe/sortjunction/wildcard,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWz" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWB" = (/obj/structure/disposalpipe/tagger/partial{name = "Sorting Office"; dir = 8; sort_tag = "Sorting Office"},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWC" = (/obj/structure/disposalpipe/sortjunction/wildcard,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aWD" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"aWE" = (/obj/machinery/computer/rdconsole/core,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
-"aWF" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWF" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/loading,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aWG" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/light{dir = 4},/obj/item/reagent_containers/vessel/beaker/sulphuric,/obj/structure/reagent_dispensers/acid{pixel_x = 30},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"aWH" = (/obj/machinery/cryopod/robot{dir = 4; pixel_x = -5},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/computer/cryopod/robot{pixel_x = -30},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"aWI" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm{pixel_y = 23},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWI" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/alarm{pixel_y = 23},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aWJ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/item/storage/toolbox/mechanical,/obj/machinery/firealarm{pixel_y = -28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"aWK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 4},/obj/structure/sign/poster{pixel_y = 32},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Midwest 2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWO" = (/obj/effect/floor_decal/corner/brown{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 4},/obj/structure/sign/poster{pixel_y = 32},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Midwest 2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWO" = (/obj/effect/floor_decal/corner/brown{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aWP" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cave)
-"aWQ" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWR" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWS" = (/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWW" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/research{c_tag = "Research - Mech Bay"; dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
-"aWX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/closet/walllocker/emerglocker{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aWY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWQ" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWR" = (/obj/effect/floor_decal/corner/brown{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWS" = (/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/brown{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/corner/brown{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/vending/wallmed2{pixel_x = 7; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWW" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Mech Bay"},/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
+"aWX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/closet/walllocker/emerglocker{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aWY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"aWZ" = (/turf/simulated/wall/r_wall,/area/mine/explored)
"aXa" = (/obj/machinery/light,/obj/machinery/portable_atmospherics/canister/oxygen,/obj/structure/railing{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/eva)
-"aXb" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aXc" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aXd" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"aXe" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXf" = (/obj/machinery/computer/guestpass{pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"aXg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXb" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aXc" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aXd" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"aXe" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXf" = (/obj/machinery/computer/guestpass{pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"aXg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"aXh" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/machinery/door/window/westleft{name = "Medbay Reception"; req_access = list(5)},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aXi" = (/turf/simulated/wall/r_wall,/area/security/evidence)
"aXj" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/atmos/prepared,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aXk" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aXl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXn" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aXo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXp" = (/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Hallway - North"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aXq" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/assembly/robotics)
+"aXl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXn" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aXo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXp" = (/obj/machinery/camera/network/research_outpost{dir = 4; c_tag = "Xenoarchaeology Hallway - North"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aXq" = (/obj/structure/window_frame/rglass,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/assembly/robotics)
"aXr" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/cell/high,/obj/item/cell/high,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aXs" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aXt" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aXu" = (/obj/machinery/camera/network/civilian_east{c_tag = "Library Central"; dir = 8},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
-"aXv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - EVA Entrance"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atm{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXB" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "conpipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"aXD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXt" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aXu" = (/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Library Central"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
+"aXv" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/blue{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - EVA Entrance"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atm{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXB" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"aXD" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"aXG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aXJ" = (/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/blue{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aXP" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"aXQ" = (/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"aXJ" = (/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/blue{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aXP" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"aXQ" = (/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aXR" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aXS" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aXT" = (/obj/machinery/atm{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"aXU" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"aXU" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aXV" = (/turf/simulated/wall,/area/security/detectives_office)
"aXW" = (/obj/structure/closet/secure_closet/detective,/obj/item/reagent_containers/spray/pepper,/obj/item/clothing/gloves/forensic,/obj/machinery/camera/network/security{c_tag = "Security - Detective Office Fore"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aXX" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
@@ -2346,12 +2359,12 @@
"aXZ" = (/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aYa" = (/obj/item/storage/secure/safe{pixel_y = 26},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aYb" = (/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aYc" = (/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aYc" = (/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aYd" = (/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aYe" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/dark/rough,/area/assembly/chargebay)
"aYf" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"aYg" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"aYh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"aYh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"aYi" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYj" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/mecha_part_fabricator{pixel_x = 4; pixel_y = 3},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aYk" = (/obj/effect/floor_decal/industrial/hatch/yellow{pixel_y = 2},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
@@ -2359,18 +2372,18 @@
"aYm" = (/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"aYn" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYo" = (/obj/structure/table/steel,/obj/item/storage/firstaid{pixel_x = 4},/obj/item/storage/firstaid,/obj/item/device/healthanalyzer{pixel_x = 3; pixel_y = 8},/obj/item/device/healthanalyzer{pixel_y = 8},/obj/item/device/flash/synthetic{pixel_x = 4; pixel_y = 4},/obj/item/device/flash/synthetic{pixel_x = 4; pixel_y = 4},/obj/item/device/flash/synthetic{pixel_x = 4; pixel_y = 4},/obj/item/device/flash/synthetic{pixel_x = 4; pixel_y = 4},/obj/item/device/flash{pixel_x = -4; pixel_y = 4},/obj/machinery/status_display{pixel_x = 32},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"aYp" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/table/glass,/obj/machinery/recharger,/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/machinery/newscaster{pixel_x = -27; pixel_y = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"aYq" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/lab)
+"aYp" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/table/glass,/obj/machinery/recharger,/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/glass{pixel_x = 3; pixel_y = 3; amount = 50},/obj/machinery/newscaster{pixel_x = -27; pixel_y = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"aYq" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/plating,/area/rnd/lab)
"aYr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYs" = (/obj/machinery/smartfridge/secure/medbay{req_one_access = list(33,66)},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/medical/chemistry)
-"aYt" = (/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aYu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "chemwindow"; name = "Pharmacy Counter Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/medical/chemistry)
+"aYt" = (/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aYu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Pharmacy Counter Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "chemwindow"},/turf/simulated/floor/plating,/area/medical/chemistry)
"aYv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"aYw" = (/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aYw" = (/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aYx" = (/obj/machinery/light/small/hl,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aYy" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"aYz" = (/obj/machinery/camera/network/civilian_east{c_tag = "Central Hallway - East 1"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"aYA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/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/item/device/bluespace_beacon,/turf/simulated/floor/trim/wood,/area/bridge)
+"aYA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/item/device/bluespace_beacon,/turf/simulated/floor/trim/wood,/area/bridge)
"aYB" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/medical/reception)
"aYC" = (/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aYD" = (/obj/structure/bookcase,/obj/item/book/wiki/detective,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
@@ -2382,18 +2395,18 @@
"aYJ" = (/obj/structure/fitness/weightlifter,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"aYK" = (/obj/structure/fitness/punchingbag,/obj/effect/floor_decal/rust,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"aYL" = (/obj/structure/bookcase,/obj/item/book/wiki/nt_regs,/obj/item/book/wiki/trials,/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"aYP" = (/obj/structure/bed/chair/comfy/brown,/obj/effect/landmark/start/crew/detective,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; dir = 8; id = "detdoor"; name = "Office Door Control"; pixel_x = 26; pixel_y = 6; req_access = list(4)},/obj/machinery/button/window_frame_tint{dir = 4; pixel_x = 26; pixel_y = -3},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aYP" = (/obj/structure/bed/chair/comfy/brown,/obj/effect/landmark/start/crew/detective,/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; dir = 8; pixel_x = 26; pixel_y = 6; id = "detdoor"; req_access = list(4)},/obj/machinery/button/window_frame_tint{dir = 4; pixel_x = 26; pixel_y = -3},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aYQ" = (/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aYR" = (/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aYS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"aYS" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYT" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy/corner{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"aYW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aYY" = (/obj/machinery/newscaster{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/spline/fancy/corner{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"aYZ" = (/obj/structure/cable/yellow,/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Cargo"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"aYZ" = (/obj/structure/cable/yellow,/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Cargo"},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"aZb" = (/obj/structure/window_frame/grille,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"aZc" = (/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"aZc" = (/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"aZf" = (/obj/machinery/light,/turf/simulated/floor/trim/wood,/area/lawoffice)
"aZh" = (/obj/structure/table/woodentable,/obj/item/storage/photo_album{pixel_y = -10},/obj/item/device/camera,/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"aZi" = (/obj/structure/table/steel,/obj/random/toolbox,/turf/simulated/floor/trim/wood{icon_state = "wood_broken1"},/area/maintenance/bridge/west)
@@ -2402,18 +2415,18 @@
"aZn" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/start/crew/paramedic,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aZo" = (/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/folder/yellow,/obj/item/folder/white,/obj/item/folder/blue,/obj/item/pen,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
"aZp" = (/obj/item/device/flashlight/lamp,/obj/structure/table/woodentable,/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aZr" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"aZr" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"aZs" = (/obj/machinery/door/window/westright{name = "Medbay Reception"; req_access = list(5)},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"aZt" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aZv" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aZt" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
+"aZv" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/shoes/magboots,/obj/item/clothing/suit/space,/obj/item/clothing/head/helmet/space,/obj/item/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aZw" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/corner/yellow{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"aZx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering Voidsuits"; req_one_access = list(11,24)},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"aZy" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aZz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
-"aZB" = (/obj/structure/table/woodentable,/obj/item/clothing/gloves/latex,/obj/item/reagent_containers/spray/luminol,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"aZD" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aZE" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"aZF" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aZy" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aZz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/trim/carpet,/area/security/detectives_office)
+"aZB" = (/obj/structure/table/woodentable,/obj/item/clothing/gloves/latex,/obj/item/reagent_containers/spray/luminol,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"aZD" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aZE" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"aZF" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"aZG" = (/obj/structure/bookcase/prefitted/religious,/turf/simulated/floor/trim/wood,/area/library)
"aZK" = (/obj/structure/table/woodentable,/obj/item/device/camera_film,/obj/item/device/camera_film,/obj/item/tape_roll,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/library)
"aZL" = (/obj/machinery/libraryscanner,/turf/simulated/floor/trim/wood,/area/library)
@@ -2424,33 +2437,33 @@
"aZT" = (/obj/effect/floor_decal/chapel,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aZU" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"aZV" = (/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"aZW" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
+"aZW" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"aZY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"aZZ" = (/obj/effect/floor_decal/corner/white,/obj/structure/flora/pottedplant/stoutbush,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"bab" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/effect/landmark/start/antags/borer,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"bac" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bad" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"baf" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "n2o_in"; name = "Nitrous Oxide Supply Control"; output_tag = "n2o_out"; sensors = list("n2o_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bac" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bad" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier/central_midwest)
+"baf" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Nitrous Oxide Supply Control"; sensors = list(n2o_sensor="Tank"); input_tag = "n2o_in"; output_tag = "n2o_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bag" = (/obj/machinery/atmospherics/valve/digital{name = "N2O Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"bah" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "N2O to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Nitrous Oxide"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"bai" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "co2_in"; name = "Carbon Dioxide Supply Control"; output_tag = "co2_out"; sensors = list("co2_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bah" = (/obj/machinery/atmospherics/binary/pump{name = "N2O to Connector"; dir = 1},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - Nitrous Oxide"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bai" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Carbon Dioxide Supply Control"; sensors = list(co2_sensor="Tank"); input_tag = "co2_in"; output_tag = "co2_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"baj" = (/obj/machinery/atmospherics/valve/digital{name = "CO2 Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bak" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bal" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"ban" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bao" = (/obj/effect/landmark/start/crew/scientist,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
-"bap" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"baq" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "CO2 to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bal" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"ban" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bao" = (/obj/effect/landmark/start/crew/scientist,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
+"bap" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"baq" = (/obj/machinery/atmospherics/binary/pump{name = "CO2 to Connector"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bar" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
-"bas" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
-"bat" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "tox_in"; name = "Plasma Supply Control"; output_tag = "tox_out"; sensors = list("tox_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bas" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
+"bat" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Plasma Supply Control"; sensors = list(tox_sensor="Tank"); input_tag = "tox_in"; output_tag = "tox_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bau" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/storage/tools)
"bav" = (/obj/machinery/atmospherics/valve/digital{name = "Plasma Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"bax" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "Plasma to Connector"},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Tank - Plasma"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"bax" = (/obj/machinery/atmospherics/binary/pump{name = "Plasma to Connector"; dir = 1},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Atmospherics Tank - Plasma"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bay" = (/obj/machinery/atmospherics/valve/digital{name = "Gas Mix Inlet Valve"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"baz" = (/obj/machinery/computer/general_air_control/large_tank_control{input_tag = "waste_in"; name = "Gas Mix Tank Control"; output_tag = "waste_out"; sensors = list("waste_sensor"="Tank")},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"baz" = (/obj/machinery/computer/general_air_control/large_tank_control{name = "Gas Mix Tank Control"; sensors = list(waste_sensor="Tank"); input_tag = "waste_in"; output_tag = "waste_out"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"baA" = (/obj/machinery/atmospherics/valve/digital{name = "Gas Mix Outlet Valve"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"baB" = (/obj/machinery/atmospherics/binary/pump{dir = 1; name = "Mix Tank to Connector"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"baB" = (/obj/machinery/atmospherics/binary/pump{name = "Mix Tank to Connector"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"baC" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/locker)
"baD" = (/obj/machinery/atmospherics/pipe/manifold/visible/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"baE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
@@ -2465,11 +2478,11 @@
"baN" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"baO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Chapel Office"; req_access = list(27)},/turf/simulated/floor/trim/lino,/area/chapel/office)
"baP" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
-"baQ" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"baQ" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"baR" = (/obj/random/closet,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"baS" = (/obj/effect/floor_decal/corner/yellow{dir = 5},/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/rough,/area/engineering)
-"baT" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Engineering - Access"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"baU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"baT" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Engineering - Access"},/turf/simulated/floor/tiled/rough,/area/engineering)
+"baU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"baV" = (/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/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering)
"baW" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/machinery/door/firedoor/border_only,/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/effect/floor_decal/corner/yellow{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"baX" = (/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/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
@@ -2487,21 +2500,21 @@
"bbk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cave)
"bbl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Engineering Lobby"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"bbm" = (/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/rough,/area/hallway/primary/frontier/central_west)
-"bbo" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/machinery/camera/network/medbay{c_tag = "Medbay Morgue"; dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bbo" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/obj/item/storage/box/bodybags,/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Morgue"},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bbp" = (/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bbq" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/item/paper_bin{pixel_y = -6},/obj/item/device/camera,/obj/item/pen/blue{pixel_x = 3; pixel_y = -5},/obj/item/pen/red{pixel_x = -1; pixel_y = -9},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bbr" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/standard,/obj/item/scalpel,/obj/item/reagent_containers/spray/sterilizine,/obj/item/autopsy_scanner,/obj/item/autopsy_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bbs" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/grille/rglass,/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
-"bbt" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbu" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"bbw" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"bby" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbA" = (/obj/structure/extinguisher_cabinet{pixel_x = -25},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"bbB" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/requests_console{department = "EVA"; pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"bbt" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbu" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"bbw" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
+"bby" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbA" = (/obj/structure/extinguisher_cabinet{pixel_x = -25},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"bbB" = (/obj/effect/floor_decal/corner/grey{dir = 6},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/requests_console{pixel_x = -32; department = "EVA"},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"bbC" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/grey{dir = 6},/obj/structure/table/reinforced,/obj/item/inflatable_dispenser,/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/storage/briefcase/inflatable{pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
"bbD" = (/obj/effect/floor_decal/corner/grey{dir = 9},/obj/effect/floor_decal/corner/green{dir = 6},/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
-"bbE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"bbE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"bbG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/machinery/computer/shuttle_control/multi/mining_ship,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bbH" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/caution/yellow,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"bbI" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/storage/art)
@@ -2511,91 +2524,91 @@
"bbM" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
"bbN" = (/obj/structure/table/woodentable,/obj/machinery/recharger,/obj/item/packageWrap,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/wood,/area/library)
"bbO" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/crew/librarian,/turf/simulated/floor/trim/wood,/area/library)
-"bbQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bbZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bca" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcb" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "creaker_dock_airlock"; name = "interior access button"; pixel_x = 25; pixel_y = 25; req_one_access = list(13,48)},/obj/effect/floor_decal/industrial/caution/yellow,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bcc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bce" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/tagger/partial{dir = 8; name = "Sorting Office"; sort_tag = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcg" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bch" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/sortjunction{dir = 8; name = "Cargo Bay"; sortType = "Cargo Bay"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bci" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bck" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Cargo Substation Bypass"},/obj/machinery/camera/network/engineering{c_tag = "Cargo Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"bcl" = (/obj/structure/coatrack,/obj/machinery/light_switch{dir = 4; on = 1; pixel_x = -24; pixel_y = 6},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"bcm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bco" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/sortjunction{dir = 8; name = "QM Office"; sortType = "QM Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcq" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcr" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bcs" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bct" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/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/rough,/area/hallway/primary/frontier)
-"bcv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcy" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bbQ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbR" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbS" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbT" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bbZ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bca" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcb" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/access_button{name = "interior access button"; pixel_x = 25; pixel_y = 25; frequency = 1380; command = "cycle_interior"; req_one_access = list(13,48); master_tag = "creaker_dock_airlock"},/obj/effect/floor_decal/industrial/caution/yellow,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bcc" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcd" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bce" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcf" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/tagger/partial{name = "Sorting Office"; dir = 8; sort_tag = "Sorting Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcg" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bch" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/sortjunction{name = "Cargo Bay"; dir = 8; sortType = "Cargo Bay"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bci" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bck" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Cargo Substation Bypass"},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Cargo Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"bcl" = (/obj/structure/coatrack,/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = 6; on = 1},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
+"bcm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcn" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bco" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/sortjunction{name = "QM Office"; dir = 8; sortType = "QM Office"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bcq" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier/central_midwest)
+"bcr" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier/central_midwest)
+"bcs" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier/central_midwest)
+"bct" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier)
+"bcu" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/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/rough,/area/hallway/primary/frontier)
+"bcv" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier)
+"bcw" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcx" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcy" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcz" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bcA" = (/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"bcB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcB" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bcC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
-"bcD" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
-"bcE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bcG" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/device/taperecorder{pixel_x = -6; pixel_y = 6},/obj/item/pen/blue,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bcH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bcD" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
+"bcE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcG" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = 4; pixel_y = -1},/obj/item/device/taperecorder{pixel_x = -6; pixel_y = 6},/obj/item/pen/blue,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"bcH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
"bcI" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
-"bcJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/navbeacon/frontier/DOME_W2,/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcJ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/navbeacon/frontier/DOME_W2,/obj/structure/disposalpipe/segment{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bcK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"bcL" = (/obj/structure/closet{name = "Evidence Closet"},/obj/item/storage/box/bodybags,/obj/item/storage/box/evidence,/obj/item/storage/box/swabs,/obj/item/storage/box/fingerprints,/obj/item/storage/briefcase/crimekit,/obj/item/clothing/suit/storage/toggle/forensics/labcoat,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/trim/lino,/area/security/detectives_office)
"bcM" = (/obj/structure/window/basic{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -11},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"bcN" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/navbeacon/frontier/DOME_W1,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/camera/network/civilian_west{c_tag = "Ring Hallway - West"; dir = 8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bcN" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/navbeacon/frontier/DOME_W1,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Ring Hallway - West"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bcO" = (/obj/machinery/door/window/northleft{name = "Forensics Area"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"bcP" = (/obj/structure/window/basic{dir = 1},/obj/structure/table/glass,/obj/item/forensics/sample_kit,/obj/item/forensics/sample_kit/powder,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"bcQ" = (/obj/structure/window/basic{dir = 1},/obj/structure/table/glass,/obj/machinery/microscope,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"bcR" = (/obj/machinery/dnaforensics,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"bcS" = (/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
"bcT" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"bcW" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/frontier/DOME_E1,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/camera/network/civilian_east{c_tag = "Ring Hallway - East"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bcX" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"bcY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/navbeacon/frontier/DOME_E2,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bcW" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/navbeacon/frontier/DOME_E1,/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Ring Hallway - East"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bcX" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"bcY" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/navbeacon/frontier/DOME_E2,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bcZ" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/records,/obj/item/device/radio/intercom/department/security{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/freezer,/area/security/detectives_office)
-"bda" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bdb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bdc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bdd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bde" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"bdf" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"bdg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bda" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bdb" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bdc" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bdd" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bde" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"bdf" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"bdg" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bdh" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/cargo)
-"bdi" = (/obj/machinery/button/remote/blast_door{dir = 8; id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = 24; pixel_y = 4; req_access = list(31)},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"bdj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/navbeacon/frontier/SE1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/junction/yjunction{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdi" = (/obj/machinery/button/remote/blast_door{name = "Warehouse Door Control"; dir = 8; pixel_x = 24; pixel_y = 4; id = "qm_warehouse"; req_access = list(31)},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"bdj" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdl" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/rough,/area/hallway/primary/frontier/central_east)
+"bdm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/machinery/navbeacon/frontier/SE1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdn" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/junction/yjunction{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdo" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdp" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bdq" = (/obj/structure/reagent_dispensers/fueltank,/obj/structure/sign/warning/nosmoking_1{pixel_x = 28},/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bdr" = (/obj/effect/floor_decal/corner/purple/three_quarters,/obj/machinery/autolathe,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"bds" = (/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"bdt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdu" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bdv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdw" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdt" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdu" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"bdv" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdw" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bdx" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/primary/frontier/central_east)
"bdy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bdz" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdA" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bdI" = (/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Morgue"; req_access = list(6,5)},/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/freezer,/area/medical/morgue)
-"bdJ" = (/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/freezer,/area/medical/morgue)
-"bdK" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/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/freezer,/area/medical/morgue)
-"bdL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bdA" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bdI" = (/obj/machinery/door/airlock/medical{name = "Morgue"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(6,5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bdJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bdK" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"bdL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bdM" = (/obj/machinery/optable,/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"bdN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "E.V.A. Maintenance"; req_access = list(12,18)},/turf/simulated/floor/plating,/area/ai_monitored/storage/eva)
"bdO" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/ai_monitored/storage/eva)
@@ -2609,54 +2622,53 @@
"bdW" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/carpet,/area/library)
"bdX" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen/red{pixel_x = 2; pixel_y = 6},/obj/item/pen/blue{pixel_x = 5; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/library)
"bdY" = (/obj/machinery/light/small{dir = 4},/obj/structure/filingcabinet,/turf/simulated/floor/trim/wood,/area/library)
-"bec" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Chapel"; sortType = "Chapel"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bec" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/sortjunction/flipped{name = "Chapel"; dir = 2; sortType = "Chapel"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bed" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bee" = (/obj/structure/window_frame/grille,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"bef" = (/obj/structure/window_frame/grille,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Air to Supply"},/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"bel" = (/obj/structure/synthesized_instrument/synthesizer/minimoog/chaotic,/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Mass Driver"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
+"bef" = (/obj/structure/window_frame/grille,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/binary/pump/on{name = "Air to Supply"; dir = 1},/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"bel" = (/obj/structure/synthesized_instrument/synthesizer/minimoog/chaotic,/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Chapel Mass Driver"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"bem" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"ben" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"beo" = (/obj/machinery/button/remote/driver{dir = 8; id = "chapelgun"; pixel_x = 26; pixel_y = 26},/obj/effect/floor_decal/corner/white/three_quarters{icon_state = "corner_white_full"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"bep" = (/obj/machinery/atmospherics/binary/passive_gate{dir = 8; name = "Waste to Space"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"beo" = (/obj/machinery/button/remote/driver{dir = 8; pixel_x = 26; pixel_y = 26; id = "chapelgun"},/obj/effect/floor_decal/corner/white/three_quarters{icon_state = "corner_white_full"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
+"bep" = (/obj/machinery/atmospherics/binary/passive_gate{name = "Waste to Space"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"beq" = (/obj/machinery/atmospherics/pipe/manifold/visible/red,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"ber" = (/obj/machinery/atmospherics/binary/pump/on{dir = 8; name = "Scrubber to Waste"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
+"ber" = (/obj/machinery/atmospherics/binary/pump/on{name = "Scrubber to Waste"; dir = 8},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"bet" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"beu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics"; req_access = list(24)},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"bev" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bev" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bew" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/meter,/turf/simulated/floor/tiled/rough,/area/engineering)
-"bex" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/camera/network/engineering{c_tag = "Engineering - Atmospherics Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering)
+"bex" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering - Atmospherics Access"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering)
"bey" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering)
"bez" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/engineering)
"beA" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering)
-"beB" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
-"beC" = (/obj/effect/floor_decal/corner/purple{dir = 10},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
-"beD" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"beB" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"beC" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"beE" = (/obj/machinery/r_n_d/protolathe,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"beF" = (/turf/simulated/wall/r_wall,/area/maintenance/substation/atmospherics)
"beG" = (/obj/machinery/r_n_d/destructive_analyzer,/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/rnd/lab)
"beH" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/table/standard,/obj/item/pen,/obj/item/organ/internal/cerebrum/mmi,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"beI" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/table/standard,/obj/item/device/robotanalyzer{pixel_y = 6},/obj/item/reagent_containers/spray/sterilizine,/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"beJ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
-"beK" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering)
-"beL" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"beM" = (/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/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
-"beN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"beO" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/engineering)
-"beP" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beJ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
+"beK" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/engineering)
+"beL" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"beM" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"beN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"beO" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Hallway"; req_one_access = list(10)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow,/turf/simulated/floor/tiled/rough,/area/engineering)
+"beP" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"beQ" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/sink{dir = 1; pixel_y = 16},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"beR" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beR" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"beS" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/structure/window/reinforced{dir = 4},/obj/machinery/organ_printer/robot/mapped{pixel_x = -3},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"beT" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beT" = (/obj/effect/floor_decal/corner/yellow{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"beU" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/structure/bed/chair{dir = 4},/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"beV" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"beW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"beX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"beY" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beV" = (/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beW" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"beY" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"beZ" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"bfa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Engineering Lobby"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"bfb" = (/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bfc" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bfe" = (/obj/machinery/light,/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - West 3"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bfb" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bfc" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bfe" = (/obj/machinery/light,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Central Hallway - West 3"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bfg" = (/turf/simulated/wall/r_wall,/area/rnd/test_area)
"bfh" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bfi" = (/obj/machinery/mass_driver{id = "toxinsdriver"},/turf/simulated/floor/plating,/area/rnd/test_area)
@@ -2669,13 +2681,13 @@
"bfp" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/machinery/light,/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bfq" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/rnd/test_area)
"bfs" = (/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bft" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bfu" = (/obj/machinery/shield_diffuser,/obj/machinery/door/blast/regular{id = "toxinsdriver"; name = "Toxins Launcher Bay Door"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"bft" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bfu" = (/obj/machinery/shield_diffuser,/obj/machinery/door/blast/regular{name = "Toxins Launcher Bay Door"; id = "toxinsdriver"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"bfv" = (/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/item/stock_parts/matter_bin,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"bfw" = (/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"bfx" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/plating/airless,/area/space)
"bfy" = (/turf/simulated/mineral,/area/rnd/test_area)
-"bfz" = (/obj/machinery/door/blast/regular{id = "toxinsdriver"; name = "Toxins Launcher Bay Door"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"bfz" = (/obj/machinery/door/blast/regular{name = "Toxins Launcher Bay Door"; id = "toxinsdriver"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"bfA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bfB" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"bfC" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
@@ -2699,16 +2711,16 @@
"bfU" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/table/rack,/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"bfV" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/table/rack,/obj/item/rig/eva/equipped,/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"bfW" = (/obj/structure/dispenser/oxygen,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
-"bfX" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/trim/wood,/area/library)
+"bfX" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/trim/wood,/area/library)
"bfY" = (/obj/machinery/light,/obj/structure/bed/chair/office/dark{dir = 1},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/trim/wood,/area/library)
-"bfZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bfZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bga" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/library)
"bgb" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/library)
"bgc" = (/obj/machinery/door/window/westright{name = "Library Desk Door"},/obj/machinery/light/small,/obj/machinery/status_display{pixel_y = -32},/turf/simulated/floor/trim/wood,/area/library)
"bgd" = (/obj/machinery/light_switch{name = "light switch "; pixel_x = -5; pixel_y = -22},/turf/simulated/floor/trim/wood,/area/library)
"bge" = (/obj/structure/sign/poster{pixel_x = 32},/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/library)
"bgf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
-"bgg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - West 1"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
+"bgg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Central Hallway - West 1"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bgh" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgi" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
@@ -2722,39 +2734,39 @@
"bgr" = (/obj/structure/disposalpipe/junction/yjunction,/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bgu" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bgv" = (/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bgu" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bgv" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgw" = (/obj/structure/bed/chair{dir = 8},/obj/effect/decal/cleanable/cobweb2,/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/bridge/west)
"bgx" = (/obj/machinery/light,/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/atm{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgy" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/yellow,/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgz" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bgA" = (/obj/machinery/camera/network/civilian_west{c_tag = "Central Hallway - Midwest 1"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bgA" = (/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Central Hallway - Midwest 1"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgB" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgC" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgF" = (/turf/simulated/wall/r_wall,/area/storage/tech)
-"bgG" = (/obj/machinery/door/firedoor/border_only,/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
+"bgG" = (/obj/machinery/door/firedoor/border_only,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgH" = (/obj/effect/floor_decal/stairs{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgI" = (/obj/effect/floor_decal/stairs{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
"bgJ" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgM" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/power/sensor{name = "Powernet Sensor - Atmospherics Subgrid"; name_tag = "Atmospherics Subgrid"},/obj/structure/cable,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bgK" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgM" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/power/sensor{name = "Powernet Sensor - Atmospherics Subgrid"; name_tag = "Atmospherics Subgrid"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bgN" = (/obj/structure/closet/walllocker/emerglocker{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgO" = (/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgO" = (/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgQ" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgR" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgQ" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgR" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/blue,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgV" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgW" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgX" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
-"bgY" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgX" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
+"bgY" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier)
"bgZ" = (/turf/simulated/wall/r_wall,/area/rnd/misc_lab)
"bhc" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"bhe" = (/obj/structure/bed,/obj/item/bedsheet/clown,/obj/random/plushie/large,/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/trim/wood{icon_state = "wood_broken1"},/area/maintenance/bridge/west)
"bhf" = (/obj/structure/closet/cabinet,/turf/simulated/floor/trim/wood,/area/maintenance/bridge/west)
-"bhj" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bhj" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhk" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhl" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"bhm" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
@@ -2763,7 +2775,7 @@
"bhp" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhq" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhr" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/machinery/alarm{dir = 1; pixel_y = -25},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
-"bhs" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/civilian_east{c_tag = "Central Hallway - Mideast"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
+"bhs" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Central Hallway - Mideast"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bht" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhu" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_mideast)
"bhv" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
@@ -2773,7 +2785,7 @@
"bhz" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhA" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhB" = (/obj/effect/floor_decal/spline/fancy/corner,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bhC" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Atmospherics"; charge = 5e+006; input_attempt = 1; input_level = 250000; output_attempt = 1; output_level = 250000},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bhC" = (/obj/machinery/power/smes/buildable{charge = 5e+06; input_attempt = 1; input_level = 250000; output_attempt = 1; output_level = 250000; RCon_tag = "Substation - Atmospherics"},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bhD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/assembly/chargebay)
"bhE" = (/turf/simulated/wall/r_wall,/area/server)
"bhF" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/device/multitool,/obj/item/clothing/glasses/hud/standard/meson,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
@@ -2783,22 +2795,22 @@
"bhJ" = (/obj/effect/floor_decal/spline/fancy,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhK" = (/obj/structure/table/rack{dir = 8},/obj/item/stock_parts/manipulator,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/machinery/camera/network/security{c_tag = "Engineering - Technical Storage"},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bhL" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bhM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bhM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhN" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bhO" = (/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"bhP" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/closet/walllocker/emerglocker{pixel_y = -32},/obj/machinery/camera/network/civilian_east{c_tag = "Central Hallway - East 2"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bhO" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
+"bhP" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/closet/walllocker/emerglocker{pixel_y = -32},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Central Hallway - East 2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhQ" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhR" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/junction{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
"bhT" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/library)
-"bhU" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bhV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bia" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
+"bhU" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bhV" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bia" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
"big" = (/turf/simulated/wall,/area/medical/surgery)
"bik" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"bil" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
"bim" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Library Maintenance"; req_one_access = list(12,37)},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/library)
"bin" = (/obj/structure/table/rack{dir = 8},/obj/item/airlock_brace,/obj/item/airlock_brace,/obj/item/airlock_brace,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bio" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/engineering{c_tag = "Atmospherics Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bio" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Atmospherics Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bir" = (/obj/effect/floor_decal/chapel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"biv" = (/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"biw" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
@@ -2806,16 +2818,16 @@
"biy" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"biA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"biB" = (/obj/structure/table/woodentable,/obj/item/modular_computer/tablet/lease/preset/command,/turf/simulated/floor/trim/carpet/blue,/area/bridge)
-"biC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
+"biC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
"biD" = (/obj/effect/floor_decal/corner/white{dir = 4},/obj/structure/flora/pottedplant/stoutbush,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
"biE" = (/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"biF" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"biG" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"biG" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
"biH" = (/obj/item/modular_computer/console/preset/research,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
"biI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
"biJ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"biK" = (/obj/machinery/door/window/northleft{name = "Engineering Lobby"; req_access = list(24)},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"biL" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"biL" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"biO" = (/turf/simulated/wall/r_wall,/area/engineering/storage)
"biP" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"biQ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/chapel/main)
@@ -2823,31 +2835,31 @@
"biS" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/storage)
"biT" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/plating,/area/engineering/storage)
"biU" = (/obj/structure/table/reinforced,/obj/machinery/door/window/northright{name = "Engineering Lobby"; req_access = list(24)},/obj/item/clipboard,/obj/item/folder/yellow,/obj/effect/floor_decal/corner/yellow{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"biV" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/machinery/recharger,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/obj/machinery/camera/network/engineering{c_tag = "Engineering Foyer"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"biV" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/machinery/recharger,/obj/effect/floor_decal/corner/yellow/three_quarters{dir = 1},/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Foyer"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"biW" = (/obj/structure/table/standard,/obj/item/device/assembly/igniter,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"biX" = (/obj/structure/table/standard,/obj/machinery/cell_charger,/obj/item/stack/cable_coil,/obj/item/device/multitool,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"biY" = (/obj/machinery/door/airlock/engineering{name = "Tech Storage"; req_access = list(23)},/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/dark/rough,/area/storage/tech)
-"biZ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Mech Bay"; req_access = list(29)},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
+"biY" = (/obj/machinery/door/airlock/engineering{name = "Tech Storage"; req_access = list(23)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"biZ" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/machinery/door/airlock/research{name = "Mech Bay"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(29)},/turf/simulated/floor/tiled/rough,/area/assembly/chargebay)
"bja" = (/obj/effect/floor_decal/corner/purple/three_quarters,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bjb" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bjc" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_west)
"bjd" = (/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/library)
-"bje" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bje" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bjf" = (/obj/structure/bed/couch/left/brown{dir = 4},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
"bjg" = (/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/library)
-"bjh" = (/obj/structure/table/woodentable,/obj/random/smokes,/obj/random/single{icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; name = "randomly spawned lighter"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
+"bjh" = (/obj/structure/table/woodentable,/obj/random/smokes,/obj/random/single{name = "randomly spawned lighter"; icon = 'icons/obj/items.dmi'; icon_state = "lighter-g"; spawn_nothing_percentage = 50; spawn_object = /obj/item/flame/lighter},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
"bji" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
"bjj" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
"bjk" = (/turf/simulated/wall,/area/hallway/secondary/entry/starboard)
-"bjl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bjm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Morgue"; req_one_access = list(6,5)},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
-"bjn" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bjo" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bjl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bjm" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Morgue"; icon = 'icons/obj/doors/doorviro.dmi'; req_one_access = list(6,5)},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
+"bjn" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bjo" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/glass{name = "Central Access"},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bjp" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bju" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bjv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bjw" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/chapel/main)
-"bjx" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/art)
+"bjx" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bjy" = (/obj/effect/floor_decal/corner/grey/three_quarters,/obj/machinery/vending/cigarette,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bjz" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bjA" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/random/pottedplant,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
@@ -2856,20 +2868,20 @@
"bjD" = (/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
"bjE" = (/obj/structure/sign/directions/bridge{dir = 1; pixel_y = 10},/obj/structure/sign/directions/evac{pixel_y = 4},/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/ring_north)
"bjF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/chapel/main)
-"bjG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
+"bjG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/security_starboard)
"bjH" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bjI" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bjJ" = (/obj/effect/floor_decal/corner/grey,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bjK" = (/obj/effect/floor_decal/corner/grey{dir = 10},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bjL" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"bjM" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
-"bjN" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; layer = 7; master_tag = "incinerator_access_control"; name = "Incinerator airlock control"; pixel_x = 10; pixel_y = -22},/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/atmospherics/binary/pump,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"bjN" = (/obj/machinery/access_button{name = "Incinerator airlock control"; dir = 1; layer = 7; pixel_x = 10; pixel_y = -22; frequency = 1379; command = "cycle_exterior"; master_tag = "incinerator_access_control"},/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/atmospherics/binary/pump,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"bjO" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/chapel/main)
"bjR" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bjS" = (/obj/structure/table/woodentable,/obj/item/reagent_containers/vessel/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/trim/carpet,/area/chapel/main)
"bjT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bjU" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bjV" = (/obj/structure/bed/pew/pewchapel/left{dir = 8; name = "bench"},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bjV" = (/obj/structure/bed/pew/pewchapel/left{name = "bench"; dir = 8},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bjW" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"bjX" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bjY" = (/obj/structure/bed/chair/shuttle/blue{dir = 8},/obj/effect/landmark/joinlate,/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle"},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
@@ -2882,28 +2894,28 @@
"bkf" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bkg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bkh" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"bki" = (/obj/structure/bed/pew/pewchapel/left{dir = 1; icon_state = "chair_pewchapel_left_over"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"bkj" = (/obj/structure/bed/pew/pewchapel/right{dir = 1; icon_state = "chair_pewchapel_right_over"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
-"bkk" = (/obj/structure/closet/secure_closet/engineering_chief,/obj/item/rig/ce/equipped,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"bki" = (/obj/structure/bed/pew/pewchapel/left{icon_state = "chair_pewchapel_left_over"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
+"bkj" = (/obj/structure/bed/pew/pewchapel/right{icon_state = "chair_pewchapel_right_over"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main/mass_driver)
+"bkk" = (/obj/structure/closet/secure_closet/engineering_chief,/obj/item/rig/ce/equipped,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bkl" = (/obj/structure/table/reinforced,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/rcd_ammo,/obj/item/backwear/powered/rpd/loaded,/obj/item/rcd,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bkm" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "Chief Engineer's Office"},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bkn" = (/turf/simulated/wall/r_wall,/area/engineering/drone_fabrication)
"bko" = (/obj/machinery/computer/message_monitor,/turf/simulated/floor/tiled/dark/rough,/area/server)
"bkp" = (/obj/machinery/photocopier,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"bkq" = (/obj/effect/landmark/start/crew/chaplain,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet,/area/chapel/main)
+"bkq" = (/obj/effect/landmark/start/crew/chaplain,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/carpet,/area/chapel/main)
"bkr" = (/obj/machinery/papershredder,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"bks" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
+"bks" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering)
"bkt" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
-"bku" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/camera/network/engineering{c_tag = "Engineering - EVA"; dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"bkv" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"bkw" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"bkx" = (/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"bku" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Engineering - EVA"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"bkv" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"bkw" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
+"bkx" = (/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"bky" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"bkz" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"bkA" = (/obj/structure/table/reinforced,/obj/item/tape_roll,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/newscaster{pixel_x = 28; pixel_y = 3},/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"bkB" = (/obj/machinery/light_switch{pixel_x = -22; pixel_y = 22},/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/dark/rough,/area/storage/tech)
-"bkC" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; id_tag = "researchdoor"; name = "Research Division Access"; req_access = list(47)},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bkD" = (/obj/structure/table/glass,/obj/structure/sign/periodic{pixel_y = 32},/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/item/storage/box/beakers,/obj/item/storage/box/beakers,/obj/item/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bkB" = (/obj/machinery/light_switch{pixel_x = -22; pixel_y = 22},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"bkC" = (/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47); id_tag = "researchdoor"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bkD" = (/obj/structure/table/glass,/obj/structure/sign/periodic{pixel_y = 32},/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/item/storage/box/beakers,/obj/item/storage/box/beakers,/obj/item/reagent_containers/spray/cleaner{name = "Chemistry Cleaner"; desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bkE" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/obj/item/stack/material/plasma,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bkF" = (/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/obj/structure/closet/wardrobe/chemistry_white,/obj/item/book/wiki/medical_chemistry,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bkG" = (/obj/machinery/disposal,/obj/machinery/camera/network/medbay{c_tag = "Medbay - Chemistry"},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/firealarm{pixel_y = 24},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
@@ -2917,15 +2929,15 @@
"bkQ" = (/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
"bkR" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/storage/tools)
"bkV" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bkX" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bkZ" = (/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/manifold/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge)
-"blb" = (/obj/structure/table/woodentable,/obj/machinery/button/remote/blast_door{id = "bridge_window"; name = "Bridge Window Shutters Control"; pixel_x = 6; pixel_y = -4; req_access = list(19)},/obj/machinery/button/remote/blast_door{id = "bridge_doors"; name = "Bridge Door Shutters Control"; pixel_x = 6; pixel_y = 4; req_access = list(19)},/obj/machinery/button/window_frame_tint{pixel_x = -1; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/bridge)
+"bkX" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bkZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge)
+"blb" = (/obj/structure/table/woodentable,/obj/machinery/button/remote/blast_door{name = "Bridge Window Shutters Control"; pixel_x = 6; pixel_y = -4; id = "bridge_window"; req_access = list(19)},/obj/machinery/button/remote/blast_door{name = "Bridge Door Shutters Control"; pixel_x = 6; pixel_y = 4; id = "bridge_doors"; req_access = list(19)},/obj/machinery/button/window_frame_tint{pixel_x = -1; pixel_y = 5},/turf/simulated/floor/trim/wood,/area/bridge)
"blc" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bld" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"ble" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/light_switch{on = 1; pixel_y = 28},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"ble" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/light_switch{pixel_y = 28; on = 1},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"blf" = (/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"blg" = (/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"blh" = (/obj/structure/closet/toolcloset,/obj/item/clothing/head/welding,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/camera/network/civilian_east{c_tag = "Aux Tool Storage"; dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"blh" = (/obj/structure/closet/toolcloset,/obj/item/clothing/head/welding,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Aux Tool Storage"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bli" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/rough,/area/storage/art)
"blk" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bll" = (/obj/effect/floor_decal/corner/grey/three_quarters,/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
@@ -2933,47 +2945,46 @@
"bln" = (/obj/effect/floor_decal/corner/grey/three_quarters{dir = 4},/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/central_east)
"bls" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"blv" = (/obj/machinery/light/small/hl{dir = 8},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"blw" = (/obj/structure/bed/pew/pewchapel/right{dir = 8; name = "bench"},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"blw" = (/obj/structure/bed/pew/pewchapel/right{name = "bench"; dir = 8},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"blx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bly" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"blz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
+"blz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/trim/wood,/area/bridge)
"blA" = (/obj/structure/sign/warning/docking_area{name = "\improper KEEP CLEAR: LANDING AREA"},/turf/simulated/wall,/area/mine/explored)
-"blB" = (/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"blC" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 10},/mob/living/simple_animal/parrot/Poly,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"blB" = (/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"blD" = (/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"blE" = (/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"blF" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"blF" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"blG" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/electric/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/chief)
-"blI" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"blJ" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"blI" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"blJ" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"blL" = (/obj/structure/dispenser,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"blM" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"blN" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"blP" = (/obj/structure/sign/poster{pixel_x = -32},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
-"blQ" = (/obj/machinery/requests_console{department = "Engineering"; departmentType = 3; name = "Engineering RC"; pixel_y = -32},/obj/machinery/computer/general_air_control{frequency = 1443; level = 3; name = "Distribution and Waste Monitor"; sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Engine Waste")},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"blM" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"blN" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/engineering/prepared,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
+"blP" = (/obj/structure/sign/poster{pixel_x = -32},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
+"blQ" = (/obj/machinery/requests_console{name = "Engineering RC"; pixel_y = -32; department = "Engineering"; departmentType = 3},/obj/machinery/computer/general_air_control{name = "Distribution and Waste Monitor"; frequency = 1443; level = 3; sensors = list(mair_in_meter="Mixed Air In", air_sensor="Mixed Air Supply Tank", mair_out_meter="Mixed Air Out", dloop_atm_meter="Distribution Loop", wloop_atm_meter="Engine Waste")},/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"blR" = (/obj/machinery/computer/guestpass{pixel_y = -28},/obj/item/modular_computer/console/preset/engineering,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"blS" = (/obj/item/modular_computer/console/preset/engineering,/obj/effect/floor_decal/corner/yellow{dir = 6},/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/englobby)
"blT" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"blU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"blV" = (/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 = 9},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"blW" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"blX" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/engineering/workshop)
-"blY" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"blV" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"blW" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"blX" = (/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/engineering/workshop)
+"blY" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"blZ" = (/obj/machinery/door/firedoor,/obj/structure/curtain/medical,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"bma" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bmb" = (/turf/simulated/wall,/area/medical/exam_room)
"bmc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bme" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/network/research{c_tag = "Research Division Access"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bmf" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{name = "Chemistry Desk"; req_access = list(33)},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bmf" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{name = "Chemistry Desk"; req_access = list(33)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bmg" = (/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bmh" = (/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bmi" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bmj" = (/obj/machinery/camera/network/research{c_tag = "Research - Miscellaneous Test Chamber"; network = list("Research","Miscellaneous Reseach")},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"bmj" = (/obj/machinery/camera/network/research{network = list("Research","Miscellaneous Reseach"); c_tag = "Research - Miscellaneous Test Chamber"},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bml" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bmm" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bmn" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/westright{name = "Chemistry Desk"; req_access = list(33)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "chemwindow"; name = "Pharmacy Counter Shutters"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bmm" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bmn" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/westright{name = "Chemistry Desk"; req_access = list(33)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/blast/shutters{name = "Pharmacy Counter Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "chemwindow"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bmo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
-"bmp" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/structure/disposalpipe/sortjunction{dir = 2; name = "Chemistry"; sortType = "Chemistry"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
+"bmp" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/structure/disposalpipe/sortjunction{name = "Chemistry"; dir = 2; sortType = "Chemistry"},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bmq" = (/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/locker)
"bmr" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bmt" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
@@ -2986,17 +2997,17 @@
"bmD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bmE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bmF" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bmG" = (/obj/structure/closet/toolcloset,/obj/item/clothing/head/welding,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bmG" = (/obj/structure/closet/toolcloset,/obj/item/clothing/head/welding,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bmH" = (/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bmI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/chapel/crematorium)
"bmJ" = (/obj/structure/cable/white{icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/storage/art)
"bmN" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/assembly/robotics)
"bmQ" = (/obj/structure/flora/tree/dead/deadtree_1,/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"bmS" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Central"; dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bmS" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Cave Dorm - Central"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bmT" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"bmU" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"bmV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Server Room"; req_access = list(30)},/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/dark/rough,/area/server)
-"bmW" = (/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/dark/rough,/area/server)
+"bmU" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bmV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Server Room"; req_access = list(30)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
+"bmW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
"bmX" = (/obj/structure/table/standard,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bmY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bmZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Hallway"},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
@@ -3006,20 +3017,20 @@
"bnd" = (/obj/structure/table/reinforced,/obj/item/book/wiki/engineering_singularity_safety,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bne" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/gas/clear,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bnf" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"bng" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"bng" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"bnh" = (/obj/structure/table/steel_reinforced,/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"bni" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"bnj" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/atmos/prepared,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"bnk" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/server)
-"bnl" = (/obj/machinery/camera/network/research{c_tag = "Research - Server Room"},/obj/machinery/power/apc/high{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/dark/rough,/area/server)
-"bnm" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Monitoring Room"; req_one_access = list(10)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bni" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"bnj" = (/obj/structure/table/rack{dir = 8},/obj/item/clothing/suit/space/void/atmos/prepared,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
+"bnk" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/server)
+"bnl" = (/obj/machinery/camera/network/research{c_tag = "Research - Server Room"},/obj/machinery/power/apc/high{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/dark/rough,/area/server)
+"bnm" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Monitoring Room"; req_one_access = list(10)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bnn" = (/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bno" = (/obj/machinery/camera/network/medbay{c_tag = "Medbay Cryo"; dir = 8},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"bno" = (/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Cryo"},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"bnp" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bnq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bnr" = (/obj/machinery/shower{dir = 8},/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bns" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/library)
-"bnt" = (/obj/structure/table/glass,/obj/item/reagent_containers/vessel/beaker/large,/obj/item/reagent_containers/vessel/beaker/large,/obj/item/reagent_containers/dropper,/obj/machinery/button/remote/blast_door{dir = 4; id = "chemwindow"; name = "Pharmacy Windows Shutter Control"; pixel_x = -24; pixel_y = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bnt" = (/obj/structure/table/glass,/obj/item/reagent_containers/vessel/beaker/large,/obj/item/reagent_containers/vessel/beaker/large,/obj/item/reagent_containers/dropper,/obj/machinery/button/remote/blast_door{name = "Pharmacy Windows Shutter Control"; dir = 4; pixel_x = -24; pixel_y = 6; id = "chemwindow"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bnu" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/effect/landmark/start/crew/chemist,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bnv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bnw" = (/obj/structure/closet/secure_closet/chemical,/obj/item/storage/box/pillbottles,/obj/item/reagent_containers/vessel/bottle/chemical/inaprovaline{pixel_x = 1},/obj/item/reagent_containers/vessel/bottle/chemical/antitoxin{pixel_x = 5; pixel_y = 5},/obj/item/reagent_containers/vessel/beaker/plass,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
@@ -3029,16 +3040,16 @@
"bnA" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bnB" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bnC" = (/turf/simulated/wall,/area/medical/storage2)
-"bnD" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bnD" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bnE" = (/obj/structure/closet/secure_closet/medical_wall{name = "Pill Cabinet"},/obj/item/storage/pill_bottle/dylovene,/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/obj/item/storage/pill_bottle/tramadol,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/syringe/inaprovaline/packaged,/turf/simulated/wall,/area/medical/sleeper)
-"bnG" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bnG" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bnH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/rnd/lab)
"bnJ" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bnN" = (/obj/effect/floor_decal/corner/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bnO" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
+"bnO" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bnP" = (/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bnQ" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bnR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bnR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bnS" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/medical/sleeper)
"bnT" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bnU" = (/obj/machinery/light/small/he{dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/art)
@@ -3052,7 +3063,7 @@
"boo" = (/obj/machinery/shieldgen,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
"bop" = (/turf/simulated/floor/trim/carpet,/area/maintenance/chapel/north)
"boq" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"bor" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/eastleft{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/westright{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"bor" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/eastleft{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/obj/machinery/door/window/westright{name = "Test Chamber"; req_one_access = list(7,8,29,55)},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bou" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bov" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bow" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
@@ -3062,185 +3073,185 @@
"boA" = (/obj/structure/flora/pottedplant/orientaltree,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"boB" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/arcade/battle,/obj/item/circuitboard/arcade/orion_trail,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"boC" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/sleeper{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/sleeper{pixel_x = 1; pixel_y = -1},/obj/item/circuitboard/biogenerator{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"boD" = (/obj/machinery/keycard_auth{dir = 4; pixel_x = -24; pixel_y = -6},/obj/machinery/button/remote/blast_door{dir = 4; id = "SRelay"; name = "Station Relay Hatch Control"; pixel_x = -24; pixel_y = 8; req_one_access = list(56)},/obj/effect/floor_decal/corner/yellow/full,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"boE" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "cedoor"; name = "Office Door Control"; pixel_x = 26; pixel_y = 17; req_access = list(56)},/obj/effect/landmark/start/crew/ce,/obj/effect/floor_decal/corner/yellow/full,/obj/effect/floor_decal/corner/yellow/three_quarters,/obj/machinery/button/window_frame_tint{pixel_x = 36; pixel_y = 18},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"boD" = (/obj/machinery/keycard_auth{dir = 4; pixel_x = -24; pixel_y = -6},/obj/machinery/button/remote/blast_door{name = "Station Relay Hatch Control"; dir = 4; pixel_x = -24; pixel_y = 8; id = "SRelay"; req_one_access = list(56)},/obj/effect/floor_decal/corner/yellow/full,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"boE" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = 26; pixel_y = 17; id = "cedoor"; req_access = list(56)},/obj/effect/landmark/start/crew/ce,/obj/effect/floor_decal/corner/yellow/full,/obj/effect/floor_decal/corner/yellow/three_quarters,/obj/machinery/button/window_frame_tint{pixel_x = 36; pixel_y = 18},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"boF" = (/obj/structure/table/reinforced,/obj/item/folder/yellow,/obj/item/stamp/ce,/obj/item/pen,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/flame/lighter/zippo,/obj/item/device/megaphone,/obj/effect/floor_decal/corner/yellow/full,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"boG" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/yellow{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
"boH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/medical/morgue)
"boI" = (/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/window/southleft{name = "Server"; req_access = list(30)},/obj/machinery/door/window/northright{name = "Server"; req_access = list(30)},/turf/simulated/floor/tiled/rough,/area/server)
"boK" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/library)
-"boL" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"boM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{id_tag = "cedoor"; name = "Chief Engineer"; req_access = list(56)},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
-"boN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"boL" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"boM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/command{name = "Chief Engineer"; req_access = list(56); id_tag = "cedoor"},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/chief)
+"boN" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"boO" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering)
"boP" = (/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"boQ" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/cell_charger,/obj/item/circuitboard/recharger{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning/cee{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"boR" = (/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"boS" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/powermonitor{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/stationalert{pixel_x = 1; pixel_y = -1},/obj/item/circuitboard/atmos_alert{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"boT" = (/obj/structure/table/steel_reinforced,/obj/item/inflatable_dispenser,/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 3},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/obj/item/tank/emergency/oxygen/double,/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
-"boU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"boU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"boV" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/medical/storage1)
"boW" = (/obj/machinery/suit_cycler/engineering,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/engine_eva)
-"boX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"boX" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"boY" = (/obj/machinery/vending/engineering,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"boZ" = (/obj/machinery/vending/engivend,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"bpa" = (/obj/machinery/vending/tool,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"bpb" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bpc" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
+"bpc" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bpd" = (/obj/machinery/optable,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bpe" = (/obj/structure/gas_stand/anesthetic,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bpf" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bpp" = (/obj/machinery/requests_console{department = "Tech storage"; pixel_x = 28},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
+"bpp" = (/obj/machinery/requests_console{pixel_x = 28; department = "Tech storage"},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bpq" = (/obj/machinery/power/emitter,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating,/area/engineering/storage)
"bpr" = (/obj/machinery/power/rad_collector,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/storage)
"bps" = (/obj/machinery/shieldwallgen,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/engineering/storage)
"bpt" = (/obj/machinery/shieldgen,/obj/effect/floor_decal/industrial/warning,/obj/machinery/light{dir = 4},/turf/simulated/floor/plating,/area/engineering/storage)
-"bpu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/library)
+"bpu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/library)
"bpv" = (/obj/structure/closet/firecloset,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bpw" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bpx" = (/obj/structure/bed/couch/left/brown{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/wood/broken4,/area/maintenance/law)
"bpy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bpA" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bpB" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bpB" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
"bpC" = (/obj/machinery/chemical_dispenser/full,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bpD" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bpE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
-"bpF" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/table/glass,/obj/item/device/mass_spectrometer,/obj/item/clothing/glasses/hud/standard/science,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bpE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bpF" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/table/glass,/obj/item/device/mass_spectrometer,/obj/item/clothing/glasses/hud/standard/science,/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
"bpG" = (/obj/structure/bed/chair/comfy/blue{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bpH" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bpI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bpJ" = (/obj/effect/floor_decal/corner/paleblue,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/reception)
"bpK" = (/obj/structure/table/rack{dir = 8},/obj/item/module/power_control,/obj/item/module/power_control,/obj/item/airlock_electronics,/obj/item/airlock_electronics,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bpL" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bpM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bpM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bpN" = (/obj/machinery/r_n_d/server/robotics,/obj/machinery/alarm/server{dir = 4; pixel_x = -24},/turf/simulated/floor/grid/bluegrid,/area/server)
"bpO" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/machinery/light/small/he,/turf/simulated/floor/tiled/dark/rough,/area/server)
"bpP" = (/obj/machinery/r_n_d/server/core,/turf/simulated/floor/grid/bluegrid,/area/server)
-"bpR" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/structure/closet/secure_closet/paramedic,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/item/storage/box/syringegun,/obj/item/gun/launcher/syringe,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"bpR" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/structure/closet/secure_closet/paramedic,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/item/storage/box/syringegun,/obj/item/gun/launcher/syringe,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bpU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bpV" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/unary_atmos/heater,/obj/item/circuitboard/unary_atmos/cooler{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bpW" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/rdconsole,/obj/item/circuitboard/destructive_analyzer,/obj/item/circuitboard/protolathe,/obj/item/circuitboard/rdserver{pixel_x = 3; pixel_y = -3},/obj/item/circuitboard/autolathe{pixel_x = 3; pixel_y = -3},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bpX" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/machinery/camera/network/research{c_tag = "Research - Robotics Operating Theatre"; dir = 4},/obj/item/roller{pixel_x = -3; pixel_y = 3},/obj/item/clothing/gloves/latex/nitrile{pixel_x = -3; pixel_y = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bpY" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/storage/tools)
+"bpX" = (/obj/effect/floor_decal/corner/paleblue{dir = 6},/obj/structure/table/standard,/obj/machinery/camera/network/research{dir = 4; c_tag = "Research - Robotics Operating Theatre"},/obj/item/roller{pixel_x = -3; pixel_y = 3},/obj/item/clothing/gloves/latex/nitrile{pixel_x = -3; pixel_y = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"bpY" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bpZ" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/shield_diffuser,/obj/item/circuitboard/shield_diffuser,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bqa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/freezer,/area/assembly/robotics)
"bqb" = (/obj/structure/table/rack{dir = 8},/obj/machinery/light,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/tools)
"bqc" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/alarm{dir = 1; pixel_y = -25},/turf/simulated/floor/tiled/rough,/area/storage/tools)
-"bqd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/library)
+"bqd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/library)
"bqf" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/carpet,/area/library)
"bqh" = (/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bqi" = (/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bqj" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/tiled/freezer,/area/medical/surgery)
"bqk" = (/turf/simulated/wall/wood,/area/maintenance/abandoned_casino)
-"bqn" = (/obj/map_ent/func_write_var{ev_activate_at_startup = 1; ev_activate_reader = 1; ev_activate_writer = 1; ev_read_tag = "_ent_choose_engine"; ev_table = list("ev_map_path"="ev_result"); ev_write_tag = "_ent_engine_spawn"},/turf/space,/area/shuttle/syndicate_elite/southwest)
+"bqn" = (/obj/map_ent/func_write_var{ev_read_tag = "_ent_choose_engine"; ev_write_tag = "_ent_engine_spawn"; ev_table = list(ev_map_path="ev_result"); ev_activate_writer = 1; ev_activate_reader = 1; ev_activate_at_startup = 1},/turf/space,/area/shuttle/syndicate_elite/southwest)
"bqx" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Crematorium"; req_access = list(27)},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"bqC" = (/obj/machinery/sparker{id = "Xenobio"; pixel_x = -25},/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "n2o_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
+"bqC" = (/obj/machinery/sparker{pixel_x = -25; id = "Xenobio"},/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "n2o_in"; use_power = 1},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bqD" = (/obj/machinery/portable_atmospherics/canister,/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"bqH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
+"bqH" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering)
"bqI" = (/obj/structure/disposalpipe/sortjunction{name = "CE Office"; sortType = "CE Office"},/turf/simulated/floor/tiled/rough,/area/engineering)
-"bqJ" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
+"bqJ" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering EVA Storage"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/engine_eva)
"bqL" = (/turf/simulated/wall/r_wall,/area/crew_quarters/heads/hor)
"bqM" = (/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bqN" = (/obj/machinery/light{dir = 4},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bqO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; id_tag = "researchdoor"; name = "Research Division Access"; req_access = list(47)},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bqO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47); id_tag = "researchdoor"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bqP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bqQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Chemistry Laboratory"; req_access = list(33)},/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/white/rough,/area/medical/chemistry)
-"bqR" = (/obj/structure/closet/secure_closet/medical3,/obj/item/device/hudmatrix/medical,/obj/item/device/hudmatrix/medical,/obj/item/device/radio/headset/headset_med,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/standard/medical,/obj/item/clothing/glasses/hud/standard/medical,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Secondary Storage"; dir = 8},/obj/item/device/flashlight/pen,/obj/item/clothing/accessory/stethoscope,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"bqQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Chemistry Laboratory"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_access = list(33)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/chemistry)
+"bqR" = (/obj/structure/closet/secure_closet/medical3,/obj/item/device/hudmatrix/medical,/obj/item/device/hudmatrix/medical,/obj/item/device/radio/headset/headset_med,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/storage/belt/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/one_eyed/oneye/medical,/obj/item/clothing/glasses/hud/standard/medical,/obj/item/clothing/glasses/hud/standard/medical,/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Secondary Storage"},/obj/item/device/flashlight/pen,/obj/item/clothing/accessory/stethoscope,/obj/machinery/light/small/hl{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bqS" = (/obj/machinery/cell_charger{pixel_y = 5},/obj/item/device/multitool,/obj/machinery/status_display{pixel_x = -32},/obj/structure/table/steel,/obj/item/device/analyzer/plant_analyzer,/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"bqT" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/bed/roller,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/camera/network/medbay{c_tag = "Medbay Lobby"; dir = 1},/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bqU" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
-"bqW" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bqT" = (/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/bed/roller,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/camera/network/medbay{dir = 1; c_tag = "Medbay Lobby"},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bqU" = (/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bqW" = (/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bqY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/freezer,/area/assembly/robotics)
-"bqZ" = (/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "medbayrecquar"; name = "Medbay Emergency Quarantine Shutters"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/bed/roller,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/medical/reception)
+"bqZ" = (/obj/machinery/door/blast/shutters{name = "Medbay Emergency Quarantine Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "medbayrecquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/bed/roller,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/medical/reception)
"bra" = (/obj/item/screwdriver{pixel_y = 16},/obj/item/wirecutters,/obj/structure/table/steel,/obj/item/crowbar/brace_jack,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"brb" = (/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/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"brb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"brc" = (/obj/item/aicard,/obj/item/aiModule/reset,/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
-"brd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
+"brd" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
"bre" = (/obj/item/modular_computer/console/preset/engineering,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
-"brf" = (/obj/structure/table/rack{dir = 8},/obj/item/module/power_control,/obj/machinery/button/remote/blast_door{dir = 4; id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = -24; pixel_y = 4; req_access = list(31)},/obj/item/cell{maxcharge = 2000},/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"brg" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{c_tag = "Ring Hallway - Southwest"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bri" = (/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/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"brm" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"brf" = (/obj/structure/table/rack{dir = 8},/obj/item/module/power_control,/obj/machinery/button/remote/blast_door{name = "Warehouse Door Control"; dir = 4; pixel_x = -24; pixel_y = 4; id = "qm_warehouse"; req_access = list(31)},/obj/item/cell{maxcharge = 2000},/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
+"brg" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Ring Hallway - Southwest"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bri" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"brm" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"bro" = (/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/device/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/device/flash,/obj/item/device/flash,/obj/machinery/ai_status_display{pixel_x = 32},/obj/structure/table/steel,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"brp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"brq" = (/obj/map_ent/func_load_map{ev_clear_conents = 0; tag = "_ent_engine_spawn"},/turf/space,/area/space)
-"brt" = (/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Central 2"; dir = 4},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
+"brq" = (/obj/map_ent/func_load_map{tag = "_ent_engine_spawn"; ev_clear_conents = 0},/turf/space,/area/space)
+"brt" = (/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Cave Dorm - Central 2"},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"brv" = (/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"brw" = (/obj/effect/floor_decal/corner/yellow/full,/obj/structure/bookcase{name = "Forbidden Knowledge"},/turf/simulated/floor/tiled/rough,/area/library)
"brx" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"bry" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"brD" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"brE" = (/obj/item/stock_parts/matter_bin,/turf/simulated/floor/plating,/area/maintenance/chapel/north)
-"brG" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
+"brG" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"brH" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/ppflowers{pixel_x = 14},/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"brJ" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/brflowers{pixel_x = -12},/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"brM" = (/obj/effect/floor_decal/corner/pink,/obj/effect/floor_decal/corner/pink/three_quarters{dir = 8},/obj/structure/table/standard,/obj/item/bodybag/cryobag,/obj/random/medical,/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"brN" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/machinery/alarm{pixel_y = 24},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"brP" = (/obj/structure/table/steel,/obj/item/storage/fancy/cigarettes,/obj/item/storage/box/matches,/obj/item/deck/cards,/obj/machinery/camera/network/engineering{c_tag = "Engineering Drone Fabrication"; dir = 8},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
+"brN" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/machinery/alarm{pixel_y = 24},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"brP" = (/obj/structure/table/steel,/obj/item/storage/fancy/cigarettes,/obj/item/storage/box/matches,/obj/item/deck/cards,/obj/machinery/camera/network/engineering{dir = 8; c_tag = "Engineering Drone Fabrication"},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"brZ" = (/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/structure/table/steel,/obj/item/device/healthanalyzer,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bsa" = (/obj/machinery/vending/assist,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/storage/tech)
"bsb" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/tiled/rough,/area/rnd/research)
"bsg" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
"bsh" = (/obj/machinery/power/port_gen/pacman{sheets = 25},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
-"bsi" = (/obj/structure/bed/chair/pedalgen{anchored = 0; dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
+"bsi" = (/obj/structure/bed/chair/pedalgen{dir = 4; anchored = 0},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
"bsj" = (/obj/structure/closet/crate,/obj/item/circuitboard/smes,/obj/item/circuitboard/smes,/obj/item/smes_coil,/obj/item/smes_coil,/obj/item/smes_coil/super_capacity,/obj/item/smes_coil/super_capacity,/obj/item/smes_coil/super_io,/obj/item/smes_coil/super_io,/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/plating,/area/engineering/storage)
"bsk" = (/obj/effect/floor_decal/corner/red,/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/button/crematorium{pixel_x = 10; pixel_y = 25},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bsl" = (/obj/structure/closet/crate/solar,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/engineering/storage)
"bsm" = (/turf/simulated/wall/r_wall,/area/rnd/xenobiology)
"bsn" = (/obj/effect/floor_decal/corner/red{dir = 10},/obj/structure/flora/pottedplant/flower,/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; layer = 2.4; level = 2},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
-"bsq" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bsq" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bsr" = (/obj/machinery/door/airlock/glass_engineering{name = "Engineering Workshop"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bss" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/rough,/area/rnd/research)
"bst" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bsu" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bsu" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bsv" = (/obj/item/device/radio/off{pixel_y = 6},/obj/item/device/radio/off{pixel_x = 6; pixel_y = 4},/obj/item/device/radio/off{pixel_x = -6; pixel_y = 4},/obj/item/device/radio/off,/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bsw" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Secondary Storage"; req_access = list(66)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bsw" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Secondary Storage"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(66)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bsx" = (/turf/simulated/wall,/area/crew_quarters/medbreak)
"bsy" = (/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor/tiled/rough,/area/rnd/research)
"bsz" = (/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/table/steel_reinforced,/obj/item/storage/toolbox/mechanical{pixel_y = 5},/obj/item/storage/toolbox/electrical,/obj/item/reagent_containers/spray/cleaner,/obj/machinery/light{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bsA" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bsB" = (/obj/structure/window_frame/grille,/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{frequency = 1443; id = "mair_out_meter"; name = "Mixed Air Tank Out"},/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"bsB" = (/obj/structure/window_frame/grille,/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{name = "Mixed Air Tank Out"; frequency = 1443; id = "mair_out_meter"},/turf/simulated/wall/r_wall,/area/engineering/atmos)
"bsC" = (/turf/simulated/wall,/area/medical/medbay4)
"bsJ" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/electric/rglass,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin1)
-"bsN" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bsN" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bsQ" = (/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"bsR" = (/obj/structure/table/steel_reinforced,/obj/item/stack/cable_coil,/obj/item/wrench,/obj/item/crowbar,/obj/item/screwdriver{layer = 4; pixel_y = 4},/obj/item/weldingtool/largetank,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bsS" = (/obj/structure/closet/secure_closet/engineering_electrical,/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"bsU" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/machinery/door/window/northleft{name = "Robotics Desk"; req_access = list(29)},/turf/simulated/floor/tiled/rough,/area/assembly/robotics)
"bsV" = (/turf/simulated/wall/r_wall,/area/rnd/restroom)
-"bsW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bsW" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bsX" = (/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"bsY" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 28},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bsZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"bta" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bsY" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 28},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bsZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/rnd/research)
+"bta" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "researchlockdown"},/turf/simulated/floor/tiled/rough,/area/rnd/research)
"btb" = (/obj/machinery/door/firedoor/border_only,/obj/structure/table/reinforced,/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/door/window/northleft{name = "Research and Development Desk"; req_access = list(7)},/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"btc" = (/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/wall,/area/crew_quarters/medbreak)
"btd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bte" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Research and Development"; req_access = list(7)},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 5},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
+"bte" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Research and Development"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(7)},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/lab)
"btf" = (/obj/structure/closet/emcloset,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
"btg" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 8},/obj/structure/table/standard,/obj/item/packageWrap,/obj/item/hand_labeler,/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bth" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/structure/table/rack,/obj/item/crowbar,/obj/item/crowbar,/obj/item/roller,/obj/item/roller,/obj/item/defibrillator/loaded,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/storage/box/cdeathalarm_kit,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bti" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/borgupload{pixel_x = -1; pixel_y = 1},/obj/item/circuitboard/aiupload{pixel_x = 2; pixel_y = -2},/obj/machinery/door/window/brigdoor/northright{name = "Restricted Tech"; req_access = list(19,23)},/obj/machinery/camera/network/security{c_tag = "Engineering - Secure Technical Storage"; dir = 4},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/plating,/area/storage/tech)
+"bti" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/borgupload{pixel_x = -1; pixel_y = 1},/obj/item/circuitboard/aiupload{pixel_x = 2; pixel_y = -2},/obj/machinery/door/window/brigdoor/northright{name = "Restricted Tech"; req_access = list(19,23)},/obj/machinery/camera/network/security{dir = 4; c_tag = "Engineering - Secure Technical Storage"},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/plating,/area/storage/tech)
"btj" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/crew{pixel_x = -1; pixel_y = 1},/obj/item/circuitboard/message_monitor{pixel_x = 3; pixel_y = -3},/obj/machinery/door/window/brigdoor/northright{name = "Restricted Tech"; req_access = list(19,23)},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/plating,/area/storage/tech)
-"btl" = (/obj/effect/floor_decal/corner/beige{dir = 5},/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"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"btm" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"btl" = (/obj/effect/floor_decal/corner/beige{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"btm" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"btn" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/table/standard,/obj/item/storage/box/bodybags,/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bto" = (/turf/simulated/wall,/area/medical/patient_a)
"btp" = (/obj/structure/sign/directions/bridge{dir = 1},/turf/simulated/wall/r_wall,/area/teleporter)
-"btq" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"btr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; id_tag = "privateward1"; name = "Isolation A"},/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/white/rough,/area/medical/patient_a)
-"btB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/multi_tile/glass{id_tag = "MedbayFoyerStar"; req_access = list(5)},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"btq" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"btr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Isolation A"; icon = 'icons/obj/doors/doorviroglass.dmi'; id_tag = "privateward1"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/patient_a)
+"btB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/multi_tile/glass{req_access = list(5); id_tag = "MedbayFoyerStar"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"btD" = (/obj/structure/table/rack{dir = 8},/obj/item/circuitboard/robotics{pixel_x = -2; pixel_y = 2},/obj/item/circuitboard/mecha_control{pixel_x = 1; pixel_y = -1},/obj/machinery/door/window/brigdoor/northright{name = "Restricted Tech"; req_access = list(19,23)},/obj/effect/floor_decal/industrial/hatch/red,/turf/simulated/floor/plating,/area/storage/tech)
"btE" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"btF" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
-"btG" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/beige{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/light_switch{on = 1; pixel_x = -22},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"btF" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
+"btG" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/floor_decal/corner/beige{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/light_switch{pixel_x = -22; on = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"btH" = (/obj/structure/table/standard,/obj/item/disk/design_disk{pixel_x = 6; pixel_y = -6},/obj/item/disk/tech_disk{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"btI" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/crew/rd,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"btJ" = (/obj/structure/table/standard,/obj/item/device/paicard{pixel_x = -4; pixel_y = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"btK" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"btL" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Medbay Reception"; req_access = list(66)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"btM" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/light,/obj/map_ent/func_write_var{ev_activate_at_startup = 1; ev_activate_reader = 1; ev_activate_writer = 1; ev_read_tag = "_ent_choose_biodome"; ev_table = list("ev_map_path"="ev_result"); ev_write_tag = "_ent_spawn_biodome"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"btO" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/navbeacon/frontier/DOME_SW,/obj/map_ent/func_load_map{ev_clear_conents = 0; tag = "_ent_spawn_biodome"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"btK" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"btL" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Medbay Reception"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_access = list(66)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"btM" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/light,/obj/map_ent/func_write_var{ev_read_tag = "_ent_choose_biodome"; ev_write_tag = "_ent_spawn_biodome"; ev_table = list(ev_map_path="ev_result"); ev_activate_writer = 1; ev_activate_reader = 1; ev_activate_at_startup = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"btO" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/navbeacon/frontier/DOME_SW,/obj/map_ent/func_load_map{tag = "_ent_spawn_biodome"; ev_clear_conents = 0},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"btS" = (/obj/effect/floor_decal/corner/green{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"btT" = (/obj/effect/floor_decal/corner/green{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"btV" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
@@ -3256,40 +3267,40 @@
"bup" = (/obj/effect/floor_decal/corner/pink{dir = 5},/obj/machinery/light{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"buq" = (/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/table/standard,/obj/item/reagent_containers/spray/sterilizine,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bur" = (/obj/structure/iv_drip,/obj/effect/floor_decal/corner/pink{dir = 6},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"bus" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; id_tag = "privateward2"; name = "Isolation B"},/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/white/rough,/area/medical/patient_b)
+"bus" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Isolation B"; icon = 'icons/obj/doors/doorviroglass.dmi'; id_tag = "privateward2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/patient_b)
"buH" = (/obj/machinery/reagentgrinder,/obj/item/stack/material/plasma{amount = 5},/obj/item/reagent_containers/dropper,/obj/effect/floor_decal/corner/black/full,/obj/machinery/camera/network/research{c_tag = "Xenobiology Center"},/obj/structure/table/standard,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"buJ" = (/obj/machinery/door/window/westright{dir = 2; name = "Containment Pen"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"buJ" = (/obj/machinery/door/window/westright{name = "Containment Pen"; dir = 2; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"buK" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"buN" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"buO" = (/obj/structure/table/standard,/obj/item/folder{pixel_x = 6; pixel_y = 6},/obj/item/pen/multi{pixel_x = 6; pixel_y = 6},/obj/item/paper_bin{pixel_y = 6},/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
"buP" = (/obj/structure/table/standard,/obj/item/dice/dp,/obj/item/reagent_containers/vessel/mug/heart{pixel_y = -4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/trim/carpet/purple,/area/rnd/restroom)
-"buS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Medbay Substation"; req_one_access = list(11,24,5)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"buT" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"buU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/item/tape_roll,/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"buV" = (/obj/machinery/power/terminal,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"buW" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "surgeryobs2"; name = "Operating Theatre Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/medical/surgery)
+"buS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Medbay Substation"; req_one_access = list(11,24,5)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"buT" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/beige{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"buU" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "2-8"},/obj/item/tape_roll,/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"buV" = (/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"buW" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/rglass,/obj/machinery/door/blast/shutters{name = "Operating Theatre Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "surgeryobs2"},/turf/simulated/floor/plating,/area/medical/surgery)
"buX" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood,/area/maintenance/chapel/north)
"buY" = (/obj/structure/table/gamblingtable,/obj/random/coin,/obj/item/instrument/accordion,/turf/simulated/floor/trim/wood,/area/maintenance/chapel/north)
"buZ" = (/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/computer/operating{name = "Robotics Operating Computer"},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bvb" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/power/sensor{name = "Powernet Sensor - Medbay Subgrid"; name_tag = "Medbay Subgrid"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bvb" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/power/sensor{name = "Powernet Sensor - Medbay Subgrid"; name_tag = "Medbay Subgrid"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"bve" = (/obj/item/firstaid_arm_assembly,/obj/structure/table/steel,/obj/item/stock_parts/manipulator,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bvk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id = "surgeryobs2"; name = "Operating Theatre Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/medical/surgery)
+"bvk" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/shutters{name = "Operating Theatre Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 4; id = "surgeryobs2"},/turf/simulated/floor/plating,/area/medical/surgery)
"bvm" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bvo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple/full,/obj/effect/floor_decal/spline/plain/grey{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bvp" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/server_room{pixel_x = -32},/turf/simulated/floor/plating,/area/server)
-"bvq" = (/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/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvs" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Engineering"; sortType = "Engineering"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvt" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvv" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvw" = (/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/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvx" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bvy" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvq" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvs" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 5},/obj/structure/disposalpipe/sortjunction/flipped{name = "Engineering"; dir = 2; sortType = "Engineering"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvt" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvv" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/yellow{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvw" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvx" = (/obj/structure/bed/chair{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/landmark/start/crew/engineer,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvy" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bvz" = (/turf/simulated/wall,/area/maintenance/locker)
-"bvA" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bvA" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bvB" = (/obj/structure/table/steel_reinforced,/obj/machinery/cell_charger,/obj/item/cell/high,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/device/lightreplacer,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bvE" = (/obj/structure/closet/secure_closet/engineering_welding,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"bvF" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Robotics Lab"; req_access = list(29,47)},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
-"bvI" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/diversion_junction{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bvF" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Robotics Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(29,47)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/assembly/robotics)
+"bvI" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/diversion_junction{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bvJ" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bvK" = (/obj/structure/extinguisher_cabinet{pixel_x = 25},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bvM" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
@@ -3299,20 +3310,20 @@
"bvR" = (/obj/structure/bed/chair/wood/wings{dir = 1},/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/trim/wood,/area/maintenance/chapel/north)
"bvS" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bvT" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bvU" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Robotics"; sortType = "Robotics"},/obj/effect/landmark/event/other/lightsout,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bvV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Medbay Substation"; req_access = list(5)},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/crew_quarters/medbreak)
+"bvU" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{name = "Robotics"; dir = 1; sortType = "Robotics"},/obj/effect/landmark/event/other/lightsout,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bvV" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Medbay Substation"; req_access = list(5)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/crew_quarters/medbreak)
"bvZ" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bwa" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/research{c_tag = "Research Division - Central Hallway A"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bwb" = (/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bwc" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bwd" = (/obj/machinery/light,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable{name = "Robotics Operating Table"},/obj/machinery/oxygen_pump{desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; icon_state_closed = "anesthetic_tank"; icon_state_open = "anesthetic_tank_open"; mask_type = /obj/item/clothing/mask/breath/anesthetic; name = "anesthetic pump"; pixel_y = -28; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
-"bwe" = (/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"bwc" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bwd" = (/obj/machinery/light,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/optable{name = "Robotics Operating Table"},/obj/machinery/oxygen_pump{name = "anesthetic pump"; desc = "A wall mounted anesthetic pump with a retractable face mask that you can pull over patient face."; icon_state = "anesthetic_tank"; pixel_y = -28; icon_state_open = "anesthetic_tank_open"; icon_state_closed = "anesthetic_tank"; mask_type = /obj/item/clothing/mask/breath/anesthetic; spawn_type = /obj/item/tank/anesthetic},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
+"bwe" = (/obj/effect/floor_decal/corner/pink{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bwf" = (/obj/effect/floor_decal/corner/pink{dir = 6},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bwg" = (/obj/effect/floor_decal/corner/pink{dir = 9},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bwh" = (/obj/effect/floor_decal/corner/pink{dir = 6},/obj/machinery/resleever{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bwn" = (/obj/structure/table/standard,/obj/item/reagent_containers/vessel/bottle/chemical/stoxin{pixel_x = -6; pixel_y = 10},/obj/item/reagent_containers/vessel/bottle/chemical/antitoxin{pixel_x = 5; pixel_y = 5},/obj/item/reagent_containers/vessel/bottle/chemical/inaprovaline{pixel_x = 1},/obj/random/medical,/obj/effect/floor_decal/corner/beige{dir = 9},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/item/reagent_containers/spray/sterilizine,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bwo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bwp" = (/obj/machinery/hologram/holopad,/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/white/rough,/area/medical/storage1)
+"bwp" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bwq" = (/obj/effect/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bwr" = (/obj/structure/iv_drip,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bws" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
@@ -3323,46 +3334,46 @@
"bwy" = (/obj/machinery/atmospherics/pipe/tank/air,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"bwA" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bwB" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/smokes,/obj/effect/decal/cleanable/cobweb,/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"bwC" = (/obj/machinery/bodyscanner{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/camera/network/medbay{c_tag = "Medbay Scanning Room"},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyerStar"; name = "Medbay Doors Control"; pixel_x = -6; pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bwD" = (/obj/machinery/body_scanconsole{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bwC" = (/obj/machinery/bodyscanner{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/machinery/camera/network/medbay{c_tag = "Medbay Scanning Room"},/obj/machinery/button/remote/airlock{name = "Medbay Doors Control"; desc = "A remote control switch for the medbay foyer."; pixel_x = -6; pixel_y = 24; id = "MedbayFoyerStar"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bwD" = (/obj/machinery/body_scanconsole{dir = 8},/obj/effect/floor_decal/corner/blue{dir = 9},/obj/effect/floor_decal/corner/blue{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bwE" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bwF" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bwF" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bwG" = (/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"bwH" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"bwI" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/alarm{pixel_y = 23},/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/white/rough,/area/medical/sleeper)
-"bwK" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/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/white/rough,/area/medical/sleeper)
-"bwL" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atm{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwO" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwP" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwQ" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/navbeacon/frontier/DOME_S2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwR" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwS" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/navbeacon/frontier/DOME_S1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwT" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwU" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwI" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bwK" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bwL" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atm{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwO" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwP" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwQ" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/navbeacon/frontier/DOME_S2,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwR" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwS" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/navbeacon/frontier/DOME_S1,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwT" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bwU" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bwV" = (/obj/machinery/vending/robotics,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bwW" = (/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bwX" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bwY" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/corner/beige{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"bwY" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/corner/beige{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bwZ" = (/turf/simulated/wall,/area/medical/patient_b)
"bxa" = (/obj/effect/floor_decal/corner/yellow/full,/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/library)
-"bxb" = (/obj/machinery/organ_printer/robot/mapped,/obj/machinery/light_switch{dir = 4; pixel_x = -20; pixel_y = 3},/obj/machinery/button/holosign{dir = 4; id = "sosurgian2"; pixel_x = -24; pixel_y = 11},/obj/machinery/button/remote/blast_door{dir = 4; id = "surgeryobs2"; name = "Privacy Shutters"; pixel_x = -24; pixel_y = 1; req_access = list(45)},/obj/effect/floor_decal/corner/pink/three_quarters,/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"bxb" = (/obj/machinery/organ_printer/robot/mapped,/obj/machinery/light_switch{dir = 4; pixel_x = -20; pixel_y = 3},/obj/machinery/button/holosign{dir = 4; pixel_x = -24; pixel_y = 11; id = "sosurgian2"},/obj/machinery/button/remote/blast_door{name = "Privacy Shutters"; dir = 4; pixel_x = -24; pixel_y = 1; id = "surgeryobs2"; req_access = list(45)},/obj/effect/floor_decal/corner/pink/three_quarters,/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bxc" = (/obj/structure/table/standard,/obj/item/stack/material/steel,/obj/effect/floor_decal/corner/pink{dir = 10},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bxk" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/eftpos{eftpos_name = "Library EFTPOS scanner"},/obj/effect/floor_decal/corner/yellow/full,/obj/item/device/tvcamera,/obj/item/clothing/accessory/badge/press,/obj/item/device/taperecorder,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/rough,/area/library)
"bxm" = (/obj/structure/closet/wardrobe/robotics_black,/obj/item/device/radio/headset/headset_sci,/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/dark/rough,/area/assembly/robotics)
"bxp" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxq" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/trim/wood,/area/library)
-"bxr" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet,/area/library)
-"bxs" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"bxr" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/trim/carpet,/area/library)
+"bxs" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bxt" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxu" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxv" = (/obj/structure/cable/white{icon_state = "2-8"},/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxw" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxx" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bxy" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/light/small/hl{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"bxz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"bxA" = (/obj/machinery/camera/network/civilian_east{c_tag = "Chapel Crematorium"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/white{icon_state = "1-2"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
+"bxz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
+"bxA" = (/obj/machinery/camera/network/civilian_east{dir = 4; c_tag = "Chapel Crematorium"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/white{icon_state = "1-2"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bxB" = (/obj/effect/floor_decal/corner/red{dir = 4},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
"bxC" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/server_room{pixel_x = 32},/turf/simulated/floor/plating,/area/server)
"bxD" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/structure/flora/pottedplant/flower,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/chapel/crematorium)
@@ -3373,52 +3384,51 @@
"bxL" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/wood,/area/maintenance/chapel/north)
"bxM" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"bxO" = (/obj/effect/floor_decal/corner/beige/three_quarters,/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"byb" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byc" = (/obj/machinery/door/firedoor,/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/structure/disposalpipe/segment{dir = 4},/obj/structure/curtain/medical,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
-"byd" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bye" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byg" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byb" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byc" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/curtain/medical,/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"byd" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bye" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byg" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"byh" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"byk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -23},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bys" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/network/engineering{c_tag = "Engineering - Workshop East"; dir = 1},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byu" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byv" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byr" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -23},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bys" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Engineering - Workshop East"},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byu" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"byv" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"byw" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"byx" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"byy" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"byz" = (/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/white/rough,/area/rnd/research)
-"byA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byx" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byy" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"byB" = (/turf/simulated/wall,/area/medical/med_toilet)
-"byC" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"byD" = (/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byC" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"byD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"byE" = (/turf/simulated/wall,/area/medical/psych)
"byF" = (/obj/structure/table/rack,/obj/item/rig/medical/equipped,/obj/item/defibrillator/compact/loaded,/obj/effect/floor_decal/corner/beige{dir = 10},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
-"byG" = (/obj/structure/table/rack,/obj/item/storage/toolbox/emergency,/obj/item/storage/toolbox/emergency,/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/crowbar,/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/effect/floor_decal/corner/beige{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
+"byG" = (/obj/structure/table/rack,/obj/item/storage/toolbox/emergency,/obj/item/storage/toolbox/emergency,/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/storage/toolbox/mechanical,/obj/item/crowbar,/obj/item/crowbar,/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/effect/floor_decal/corner/beige{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"byR" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/medical/exam_room)
-"byS" = (/obj/machinery/light{dir = 8},/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{dir = 4; id = "xenobio3"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/research{c_tag = "Xenobiology West"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"byS" = (/obj/machinery/light{dir = 8},/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 4; pixel_y = 4; id = "xenobio3"; req_access = list(55)},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/research{dir = 4; c_tag = "Xenobiology West"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"byT" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/medical/sleeper)
-"byU" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "misclab"; name = "Test Chamber Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
+"byU" = (/obj/machinery/door/blast/regular{name = "Test Chamber Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "misclab"},/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/structure/window_frame/reinforced/thermal,/turf/simulated/floor/plating,/area/rnd/misc_lab)
"byW" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/storage/primary)
-"byY" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/engineering)
"bza" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Medbay Maintenance Access"; req_access = list(66)},/turf/simulated/floor/plating,/area/medical/storage2)
-"bzb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bzc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bzd" = (/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/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bzb" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bzc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bzd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bze" = (/obj/structure/table/rack,/obj/random/tank,/obj/random/medical/lite,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bzf" = (/obj/structure/bed/psych,/obj/item/bedsheet/brown,/obj/machinery/newscaster{dir = 4; pixel_x = -32},/turf/simulated/floor/trim/carpet/green,/area/medical/psych)
"bzg" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/trim/carpet/green,/area/medical/psych)
-"bzh" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bzh" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bzi" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood,/area/medical/psych)
-"bzj" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/trim/wood,/area/medical/psych)
-"bzk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; id_tag = "mentaldoor"; name = "Mental Health"; req_access = list(64)},/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/trim/wood,/area/medical/psych)
-"bzo" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio3"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"bzj" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/trim/wood,/area/medical/psych)
+"bzk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Mental Health"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(64); id_tag = "mentaldoor"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/medical/psych)
+"bzo" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio3"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
"bzp" = (/obj/machinery/disposal,/obj/structure/window/reinforced,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bzq" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bzr" = (/obj/effect/floor_decal/corner/beige{dir = 9},/obj/structure/table/standard,/obj/item/storage/firstaid/fire{pixel_x = -8; pixel_y = -8},/obj/item/storage/firstaid/regular{pixel_x = -8; pixel_y = 8},/obj/item/storage/firstaid/o2{pixel_x = 8; pixel_y = -8},/obj/item/storage/firstaid/toxin{pixel_x = 8; pixel_y = 8},/obj/machinery/vending/wallmed1{pixel_x = -25},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bzs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/landmark/start/crew/paramedic,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bzt" = (/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"},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
-"bzu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/random/trash,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bzt" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bzu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/random/trash,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bzv" = (/obj/structure/table/steel,/obj/random/tech_supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bzw" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bzx" = (/obj/random/pottedplant,/turf/simulated/floor/trim/carpet/green,/area/medical/psych)
@@ -3429,24 +3439,24 @@
"bzN" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/chapel/main)
"bzO" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/trim/wood,/area/medical/psych)
"bzP" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/trim/wood,/area/medical/psych)
-"bzS" = (/obj/effect/floor_decal/corner/beige{dir = 6},/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/white/rough,/area/medical/storage1)
-"bzT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Medicine Storage"; req_one_access = list(33,66)},/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/white/rough,/area/medical/storage1)
-"bzU" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/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/white/rough,/area/medical/sleeper)
-"bzV" = (/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/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bzW" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bzX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bzY" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/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/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bzZ" = (/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzS" = (/obj/effect/floor_decal/corner/beige{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bzT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Medicine Storage"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_one_access = list(33,66)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bzU" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzW" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzX" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzY" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bzZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bAa" = (/obj/structure/window_frame/rglass,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/crew_quarters/medbreak)
"bAd" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/rnd/restroom)
-"bAe" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bAe" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bAf" = (/turf/simulated/wall,/area/maintenance/substation/civilian_east)
"bAh" = (/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bAk" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/bed/chair/wheelchair{dir = 8},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bAl" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bAl" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bAm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bAp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/civilian_west{c_tag = "Ring Hallway - South"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"bAq" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bAp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Ring Hallway - South"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bAq" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bAr" = (/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bAs" = (/obj/structure/firedoor_assembly,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bAu" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
@@ -3456,10 +3466,10 @@
"bAz" = (/turf/simulated/floor/asteroid,/area/creaker/north)
"bAA" = (/obj/effect/shuttle_landmark/creaker/north,/turf/simulated/floor/asteroid,/area/creaker/north)
"bAB" = (/turf/simulated/floor/asteroid,/turf/simulated/shuttle/wall/corner/merchant/nw,/area/creaker/station)
-"bAC" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "mining_west_outer"; locked = 1; name = "Creaker - External Access"},/turf/simulated/floor/plating,/area/creaker/station)
+"bAC" = (/obj/machinery/door/airlock/external{name = "Creaker - External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; id_tag = "mining_west_outer"},/turf/simulated/floor/plating,/area/creaker/station)
"bAE" = (/obj/structure/door_assembly/door_assembly_med,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bAF" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "mining_west_outer"; locked = 1; name = "Creaker - External Access"},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "mining_west_airlock"; name = "exterior access button"; pixel_x = 22; pixel_y = -5},/turf/simulated/floor/plating,/area/creaker/station)
-"bAG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bAF" = (/obj/machinery/door/airlock/external{name = "Creaker - External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; id_tag = "mining_west_outer"},/obj/machinery/access_button{name = "exterior access button"; pixel_x = 22; pixel_y = -5; frequency = 1379; command = "cycle_exterior"; master_tag = "mining_west_airlock"},/turf/simulated/floor/plating,/area/creaker/station)
+"bAG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bAJ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
"bAK" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bAM" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
@@ -3469,20 +3479,20 @@
"bAR" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bAS" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bAT" = (/turf/simulated/floor/asteroid,/turf/simulated/shuttle/wall/corner/merchant/ne,/area/creaker/station)
-"bAU" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bAU" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bAV" = (/obj/structure/bed/padded,/obj/structure/curtain/open/bed{anchored = 1},/obj/item/bedsheet/purple,/obj/effect/floor_decal/spline/fancy,/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bAW" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"bAX" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/sign/warning/nosmoking_2{pixel_y = 32},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Anomalous Materials"},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"bBd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
-"bBe" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bAW" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "0-2"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bAX" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/sign/warning/nosmoking_2{pixel_y = 32},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Anomalous Materials"},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"bBd" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
+"bBe" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/engineering/workshop)
"bBf" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/plasteel/ten,/obj/item/stack/material/plasteel/ten,/obj/item/stack/material/plasteel/ten,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"bBg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
+"bBg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"bBh" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/glass/fifty{pixel_x = 2; pixel_y = -2},/obj/item/stack/material/steel/fifty{pixel_x = -2; pixel_y = 2},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"bBi" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bBi" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bBj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bBk" = (/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Research"; sortType = "Research"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bBl" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/computer/guestpass{pixel_x = 28},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bBm" = (/obj/effect/floor_decal/corner/beige/three_quarters,/obj/structure/table/standard,/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -4},/obj/item/storage/box/masks{pixel_x = 8; pixel_y = -4},/obj/item/storage/box/beakers{pixel_x = -7; pixel_y = 10},/obj/item/storage/box/syringes{pixel_x = 8; pixel_y = 10},/obj/machinery/camera/network/medbay{c_tag = "Medbay Storage"; dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bBk" = (/obj/structure/disposalpipe/sortjunction{name = "Research"; dir = 1; sortType = "Research"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bBl" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/computer/guestpass{pixel_x = 28},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bBm" = (/obj/effect/floor_decal/corner/beige/three_quarters,/obj/structure/table/standard,/obj/item/storage/box/gloves{pixel_x = -7; pixel_y = -4},/obj/item/storage/box/masks{pixel_x = 8; pixel_y = -4},/obj/item/storage/box/beakers{pixel_x = -7; pixel_y = 10},/obj/item/storage/box/syringes{pixel_x = 8; pixel_y = 10},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Storage"},/obj/structure/extinguisher_cabinet{pixel_y = -30},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bBn" = (/obj/effect/floor_decal/corner/beige{dir = 10},/obj/structure/closet/secure_closet/medical1,/obj/item/reagent_containers/food/packaged/hematogen,/obj/item/reagent_containers/food/packaged/hematogen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/storage/belt/medical,/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bBo" = (/obj/effect/floor_decal/corner/beige{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bBp" = (/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/structure/table/rack,/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/bodybag/cryobag{pixel_x = 6},/obj/item/cane{pixel_x = -6; pixel_y = 4},/obj/item/cane{pixel_x = -6; pixel_y = 4},/obj/item/cane{pixel_x = -6; pixel_y = 4},/obj/item/stack/nanopaste,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
@@ -3490,24 +3500,24 @@
"bBr" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bBs" = (/obj/effect/floor_decal/corner/paleblue,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bBt" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bBv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bBv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bBw" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bBx" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/recharge_station,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bBy" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bBz" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_south)
"bBA" = (/obj/machinery/vending/snack,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_south)
"bBB" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/primary/frontier/ring_south)
-"bBC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"bBC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"bBE" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/asteroid,/area/mine/explored)
"bBF" = (/obj/structure/table/rack{dir = 8},/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
-"bBG" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bBH" = (/turf/simulated/shuttle/wall/merchant{dir = 8; icon_state = "merchwall_straight"},/area/creaker/station)
+"bBG" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bBH" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall_straight"; dir = 8},/area/creaker/station)
"bBJ" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bBL" = (/obj/structure/table/steel,/obj/random/smokes,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bBM" = (/turf/simulated/floor/plating,/area/maintenance/medbay)
"bBN" = (/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/asteroid,/area/mine/explored)
-"bBO" = (/obj/machinery/light/small{dir = 8},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 4; id_tag = "research_airlock"; pixel_x = -25; tag_airpump = "research_pump"; tag_chamber_sensor = "research_sensor"; tag_exterior_door = "research_outer"; tag_interior_door = "research_inner"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/cable/blue{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/outpost/research/eva)
-"bBP" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"bBO" = (/obj/machinery/light/small{dir = 8},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 4; pixel_x = -25; id_tag = "research_airlock"; tag_exterior_door = "research_outer"; tag_interior_door = "research_inner"; tag_airpump = "research_pump"; tag_chamber_sensor = "research_sensor"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/cable/blue{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor,/area/outpost/research/eva)
+"bBP" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bBQ" = (/obj/structure/lattice,/turf/simulated/floor/asteroid,/area/mine/explored)
"bBR" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/asteroid,/area/mine/explored)
"bBS" = (/obj/structure/closet/secure_closet/psychiatry,/turf/simulated/floor/trim/carpet/green,/area/medical/psych)
@@ -3518,20 +3528,20 @@
"bBX" = (/obj/structure/bed/chair/brown{dir = 4},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bBY" = (/obj/structure/table/standard,/obj/machinery/light/small/hl{dir = 1},/obj/effect/floor_decal/sandfloordec,/obj/random/toy,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bBZ" = (/obj/structure/bed/chair/brown{dir = 8},/obj/effect/floor_decal/sandfloordec,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"bCa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bCb" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bCa" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bCb" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Engineering Hard Storage"; req_access = list(11)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bCc" = (/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/clipboard,/obj/item/folder/blue{pixel_x = -5; pixel_y = 10},/obj/item/folder/white{pixel_x = 5; pixel_y = 10},/obj/item/pen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/wood,/area/medical/psych)
"bCd" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/effect/floor_decal/spline/fancy,/obj/random/coin,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bCe" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/wood/fifty,/obj/item/stack/material/plastic/fifty,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
"bCg" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/glass/plass/ten,/obj/item/stack/material/glass/plass/ten,/obj/item/stack/material/glass/plass/ten,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/engineering/workshop)
-"bCh" = (/obj/machinery/shieldwallgen{anchored = 1; req_access = list(47)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/rnd/misc_lab)
+"bCh" = (/obj/machinery/shieldwallgen{req_access = list(47); anchored = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/rnd/misc_lab)
"bCi" = (/obj/structure/table/woodentable,/obj/item/flame/candle,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/carpet,/area/chapel/main)
-"bCj" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bCj" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bCk" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bCl" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/machinery/light/small,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/medical/psych)
"bCm" = (/turf/simulated/wall,/area/crew_quarters/heads/cmo)
"bCn" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bCp" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bCp" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bCq" = (/obj/machinery/light/small,/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"bCr" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/white/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bCt" = (/obj/effect/floor_decal/corner/white/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/lamarr,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
@@ -3540,8 +3550,8 @@
"bCw" = (/obj/structure/closet/secure_closet/RD,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bCx" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/carpet,/area/chapel/main)
"bCy" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bCz" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bCA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Medicine Storage"; req_one_access = list(33,66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
+"bCz" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bCA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_medical{name = "Medicine Storage"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_one_access = list(33,66)},/turf/simulated/floor/tiled/white/rough,/area/medical/storage1)
"bCB" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/light{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bCC" = (/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/medical/psych)
"bCD" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
@@ -3555,51 +3565,51 @@
"bCL" = (/obj/machinery/atmospherics/valve{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bCM" = (/obj/machinery/sleeper{dir = 8},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bCN" = (/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bCO" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 2; name = "Medbay"; sortType = "Medbay"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bCO" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/sortjunction{name = "Medbay"; dir = 2; sortType = "Medbay"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bCQ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bCR" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/closet/secure_closet/medical1,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/medbay{c_tag = "Medbay Scanning Room East"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bCS" = (/obj/structure/cable/white{icon_state = "0-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
+"bCR" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/closet/secure_closet/medical1,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Scanning Room East"},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bCS" = (/obj/structure/cable/white{icon_state = "0-4"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"bCT" = (/obj/structure/table/standard,/obj/item/storage/firstaid/surgery,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/machinery/vending/wallmed1{pixel_y = -32},/turf/simulated/floor/tiled/white,/area/medical/surgery)
"bCU" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
-"bCV" = (/obj/structure/closet/secure_closet/medical2,/obj/item/wrench,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/item/modular_computer/telescreen/preset/medical{name = "telescreen"; pixel_x = 32},/obj/machinery/camera/network/medbay{c_tag = "Medbay Operating Theatre 1"; dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery)
-"bCW" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light_switch{pixel_y = 26},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Medbay Isolation A"; dir = 4},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
+"bCV" = (/obj/structure/closet/secure_closet/medical2,/obj/item/wrench,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/item/modular_computer/telescreen/preset/medical{name = "telescreen"; pixel_x = 32},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Operating Theatre 1"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery)
+"bCW" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light_switch{pixel_y = 26},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Isolation A"},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
"bCX" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
"bCY" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
-"bCZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
+"bCZ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bDa" = (/obj/random/closet,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bDb" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bDc" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bDd" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bDe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bDe" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bDf" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bDg" = (/obj/structure/closet/wardrobe/black,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/black{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bDh" = (/obj/structure/closet/wardrobe/grey,/obj/effect/floor_decal/corner/grey{dir = 5},/obj/machinery/light{dir = 1},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bDi" = (/obj/structure/closet/wardrobe/white,/obj/effect/floor_decal/corner/white{dir = 5},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bDj" = (/obj/structure/closet/wardrobe/mixed,/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bDk" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 6},/obj/machinery/light{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/misc_lab)
-"bDm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bDq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bDu" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bDv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bDm" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bDq" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bDu" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bDv" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bDw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bDx" = (/obj/structure/curtain/open/bed{anchored = 1},/obj/structure/bed/padded,/obj/item/bedsheet/purple,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/spline/fancy,/obj/structure/sign/double/picturesky/left{pixel_y = 32},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bDy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bDz" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bDA" = (/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bDB" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bDB" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bDC" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bDD" = (/obj/structure/closet/bombcloset,/obj/effect/floor_decal/corner/purple{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bDE" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bDF" = (/obj/machinery/door/airlock/command{id_tag = "directordoor"; name = "Research Director"; req_access = list(30)},/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"},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDE" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bDF" = (/obj/machinery/door/airlock/command{name = "Research Director"; req_access = list(30); id_tag = "directordoor"},/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{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bDH" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bDI" = (/obj/effect/floor_decal/corner/white/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/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/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bDJ" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/bed/chair/purp,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bDK" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bDL" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDI" = (/obj/effect/floor_decal/corner/white/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDJ" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/bed/chair/purp,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDK" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDL" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bDM" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bDN" = (/obj/machinery/door/airlock/command{id_tag = "directordoor"; name = "Research Director"; req_access = list(30)},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bDO" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "RD Office"; sortType = "RD Office"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bDP" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bDN" = (/obj/machinery/door/airlock/command{name = "Research Director"; req_access = list(30); id_tag = "directordoor"},/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bDO" = (/obj/structure/disposalpipe/sortjunction/flipped{name = "RD Office"; dir = 1; sortType = "RD Office"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bDP" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bDQ" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = -2},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bDR" = (/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"bDT" = (/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
@@ -3607,70 +3617,69 @@
"bDV" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bDW" = (/obj/structure/table/standard,/obj/structure/sign/eyetest{pixel_y = 32},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bDX" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bEb" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bEb" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bEd" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/closet/secure_closet/medical3,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bEe" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{name = "Chapel Maintenance"; req_access = list(27)},/turf/simulated/floor/plating,/area/chapel/main)
"bEf" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/clipboard,/obj/item/pen,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/medical/patient_a)
-"bEg" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
-"bEh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
-"bEi" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/mob/living/simple_animal/mouse,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
+"bEg" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
+"bEh" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/machinery/light/small{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bEj" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
-"bEk" = (/obj/machinery/requests_console{department = "Tool Storage"; pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bEk" = (/obj/machinery/requests_console{pixel_y = 30; department = "Tool Storage"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bEl" = (/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bEm" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bEn" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bEo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bEo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bEp" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bEq" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bEr" = (/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bEs" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bEt" = (/obj/structure/cable/green,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bEu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bEt" = (/obj/structure/cable/green,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bEu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bEv" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/light/small/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"bEw" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bEx" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bEy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bEz" = (/obj/effect/floor_decal/corner/purple{dir = 6},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bEA" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Miscellaneous Research Room"; req_one_access = list(7,8,29,55)},/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"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bEB" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bEw" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bEx" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bEy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bEz" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bEA" = (/obj/machinery/door/airlock/research{name = "Miscellaneous Research Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_one_access = list(7,8,29,55)},/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{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bEB" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bEE" = (/turf/simulated/wall/r_wall,/area/maintenance/research_port)
"bEF" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bEG" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/photocopier/faxmachine{department = "Research Director's Office"},/obj/machinery/light{dir = 8},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bEH" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bEI" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/toy/torchmodel,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bEJ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bEJ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bEK" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/table/rack,/obj/item/rig/hazmat/equipped,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bEL" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bEL" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bEM" = (/turf/simulated/wall,/area/crew_quarters/sleep/dorms)
"bEN" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"bEO" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/structure/table/standard,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/item/reagent_containers/ivbag,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bEP" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
+"bEP" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bEQ" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bER" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
"bES" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bET" = (/obj/structure/bed/chair/blue{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bEU" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/obj/machinery/door/window/northright{name = "Coffin Storage"},/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
"bEV" = (/obj/structure/closet/l3closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/item/clothing/head/bio_hood/general,/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 8},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bEW" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bEX" = (/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/white/rough,/area/medical/sleeper)
-"bEY" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/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/white/rough,/area/medical/sleeper)
-"bEZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Operating Theatre 2"; req_access = list(45)},/obj/machinery/holosign/surgery{id = "sosurgian2"},/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/white/rough,/area/medical/surgery)
+"bEW" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bEX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bEY" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bEZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Operating Theatre 2"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(45)},/obj/machinery/holosign/surgery{id = "sosurgian2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/surgery)
"bFa" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
"bFc" = (/obj/effect/floor_decal/corner/paleblue,/obj/item/bedsheet/medical,/obj/structure/bed/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/button/window_frame_tint{pixel_x = 6; pixel_y = -26},/turf/simulated/floor/tiled/white,/area/medical/patient_a)
-"bFe" = (/obj/structure/cable{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/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
+"bFe" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bFi" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bFj" = (/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bFk" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bFk" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bFl" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bFm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bFn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bFn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bFo" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bFp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Locker Room"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bFq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bFr" = (/obj/item/stool,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bFs" = (/turf/simulated/wall,/area/chapel/crematorium)
-"bFt" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/hydroponics{closed_system = 1; name = "isolation tray"},/obj/machinery/camera/network/research{c_tag = "Xenoflora"; dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
-"bFu" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/hydroponics{closed_system = 1; name = "isolation tray"},/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
+"bFt" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/hydroponics{name = "isolation tray"; closed_system = 1},/obj/machinery/camera/network/research{dir = 1; c_tag = "Xenoflora"},/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
+"bFu" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/hydroponics{name = "isolation tray"; closed_system = 1},/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
"bFv" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
"bFw" = (/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bFx" = (/turf/simulated/wall/r_wall,/area/medical/virology)
@@ -3678,103 +3687,103 @@
"bFz" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bFA" = (/obj/structure/table/standard,/obj/item/stack/cable_coil,/obj/item/frame/apc,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bFB" = (/obj/structure/toilet{dir = 4},/obj/machinery/light/small{dir = 1},/obj/effect/landmark/start/antags/xeno,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bFF" = (/obj/machinery/camera/network/engineering{c_tag = "Engineering Storage"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = -25},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bFG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bFH" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bFF" = (/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Engineering Storage"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/extinguisher_cabinet{pixel_x = -25},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bFG" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bFH" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bFI" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bFJ" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/structure/table/reinforced,/obj/machinery/button/ignition{id = "Xenobio"; pixel_x = -4; pixel_y = 4},/obj/machinery/button/remote/blast_door{id = "misclab"; name = "Test Chamber Blast Doors"; pixel_x = -4; pixel_y = -6; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bFK" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/vending/wallmed2{pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bFJ" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/structure/table/reinforced,/obj/machinery/button/ignition{pixel_x = -4; pixel_y = 4; id = "Xenobio"},/obj/machinery/button/remote/blast_door{name = "Test Chamber Blast Doors"; pixel_x = -4; pixel_y = -6; id = "misclab"; req_access = list(47)},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bFK" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/vending/wallmed2{pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bFL" = (/obj/structure/table/standard,/obj/effect/floor_decal/spline/fancy,/obj/random/toy,/obj/structure/sign/double/picturesky/right{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bFM" = (/obj/item/modular_computer/console/preset/research,/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bFN" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/bed/chair/office/dark{dir = 1},/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the cargo doors."; id = "researchdoor"; name = "Research door control"; pixel_x = 13; pixel_y = 25; req_access = list(30)},/obj/machinery/button/remote/blast_door{id = "Biohazard"; name = "Biohazard Shutter Control"; pixel_x = 13; pixel_y = 33; req_access = list(47)},/obj/machinery/button/remote/blast_door{id = "researchlockdown"; name = "Research Division Emergency Lockdown Control"; pixel_x = 13; pixel_y = 41; req_access = list(47)},/obj/effect/landmark/start/crew/rd,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; id = "directordoor"; name = "Office Door Control"; pixel_x = 4; pixel_y = 41; req_access = list(20)},/obj/machinery/button/window_frame_tint{pixel_x = -13; pixel_y = 41},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bFN" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/bed/chair/office/dark{dir = 1},/obj/machinery/button/remote/airlock{name = "Research door control"; desc = "A remote control-switch for the cargo doors."; pixel_x = 13; pixel_y = 25; id = "researchdoor"; req_access = list(30)},/obj/machinery/button/remote/blast_door{name = "Biohazard Shutter Control"; pixel_x = 13; pixel_y = 33; id = "Biohazard"; req_access = list(47)},/obj/machinery/button/remote/blast_door{name = "Research Division Emergency Lockdown Control"; pixel_x = 13; pixel_y = 41; id = "researchlockdown"; req_access = list(47)},/obj/effect/landmark/start/crew/rd,/obj/machinery/button/remote/airlock{name = "Office Door Control"; desc = "A remote control-switch for the office door."; pixel_x = 4; pixel_y = 41; id = "directordoor"; req_access = list(20)},/obj/machinery/button/window_frame_tint{pixel_x = -13; pixel_y = 41},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bFO" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/item/device/megaphone,/obj/item/stamp/rd,/obj/item/stamp/void,/obj/item/stamp/ok,/obj/item/stamp/denied,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bFP" = (/obj/structure/closet/wardrobe/pjs,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Bedroom"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bFQ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bFP" = (/obj/structure/closet/wardrobe/pjs,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Bedroom"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"bFQ" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bFR" = (/obj/structure/table/standard,/obj/item/device/taperecorder{pixel_x = -3},/obj/item/device/paicard{pixel_x = 4},/obj/item/circuitboard/teleporter,/obj/item/circuitboard/aicore{pixel_x = -2; pixel_y = 4},/obj/effect/floor_decal/corner/black/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bFS" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bFT" = (/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_open"; id_tag = "cubicle1"; name = "Cubicle 1"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bFU" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bFV" = (/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/iv_drip,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bFS" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/green,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bFT" = (/obj/machinery/door/airlock/medical{name = "Cubicle 1"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_open"; id_tag = "cubicle1"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bFU" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bFV" = (/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/iv_drip,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bFW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bFX" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bFX" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bFY" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/coffin,/turf/simulated/floor/tiled/dark/rough,/area/chapel/main)
-"bFZ" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bGa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bGb" = (/obj/machinery/door/firedoor,/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/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass_medical{icon = 'icons/obj/doors/doorviroglass.dmi'; name = "Examination Room"; req_one_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bGc" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bGd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bFZ" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bGa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bGb" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass_medical{name = "Examination Room"; icon = 'icons/obj/doors/doorviroglass.dmi'; req_one_access = list(5)},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bGc" = (/obj/effect/floor_decal/corner/paleblue{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bGd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bGe" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/structure/bed/chair/comfy/black{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bGf" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/light_switch{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
+"bGf" = (/obj/effect/floor_decal/corner/paleblue{dir = 1},/obj/machinery/light_switch{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
"bGg" = (/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
"bGh" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
-"bGi" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 30},/obj/machinery/camera/network/medbay{c_tag = "Medbay Washroom"; dir = 8},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bGi" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 30},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Washroom"},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
"bGj" = (/obj/effect/floor_decal/rust,/obj/structure/bed/chair,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bGk" = (/obj/machinery/vending/tool,/obj/machinery/camera/network/civilian_west{c_tag = "Tool Storage - Primary"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bGl" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/meter{layer = 2; pixel_x = 6},/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"bGm" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; id_tag = "tox_airlock_interior"; locked = 1; name = "Mixing Room Interior Airlock"; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bGm" = (/obj/machinery/door/airlock/glass_research{name = "Mixing Room Interior Airlock"; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(7); id_tag = "tox_airlock_interior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bGn" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bGo" = (/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bGp" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bGq" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bGr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bGr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bGs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bGt" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bGu" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bGv" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/clothing/head/soft/grey{pixel_x = -2; pixel_y = 3},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bGw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bGx" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bGx" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bGy" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bGz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bGz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bGA" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple/full,/obj/effect/floor_decal/spline/plain/grey{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bGB" = (/obj/item/paper_bin{pixel_x = 1; pixel_y = 8},/obj/structure/table/glass,/obj/item/device/radio/phone/medbay{name = "virology emergency phone"; pixel_x = -6; pixel_y = 8},/obj/item/folder/white,/obj/item/pen,/obj/item/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"bGC" = (/obj/machinery/requests_console{department = "Virology"; name = "Virology Requests Console"; pixel_y = 32},/obj/structure/table/glass,/obj/item/storage/lockbox/vials,/obj/item/device/antibody_scanner,/obj/item/device/antibody_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
+"bGC" = (/obj/machinery/requests_console{name = "Virology Requests Console"; pixel_y = 32; department = "Virology"},/obj/structure/table/glass,/obj/item/storage/lockbox/vials,/obj/item/device/antibody_scanner,/obj/item/device/antibody_scanner,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bGD" = (/obj/machinery/disposal,/obj/effect/floor_decal/industrial/warning/full,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/structure/sign/warning/deathsposal{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bGE" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
-"bGF" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bGG" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bGF" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bGG" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bGH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bGI" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bGJ" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"bGK" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/table/standard,/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/random/plushie,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"bGK" = (/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/table/standard,/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/random/plushie,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bGL" = (/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bGM" = (/obj/structure/bed/padded,/obj/structure/curtain/open/bed{anchored = 1},/obj/item/bedsheet/purple,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/light/small,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bGN" = (/obj/machinery/door/airlock/glass{name = "Dormitory"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bGO" = (/obj/machinery/door/airlock/glass_research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; id_tag = "tox_airlock_exterior"; locked = 1; name = "Mixing Room Exterior Airlock"; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bGO" = (/obj/machinery/door/airlock/glass_research{name = "Mixing Room Exterior Airlock"; icon = 'icons/obj/doors/doorsciglass.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(7); id_tag = "tox_airlock_exterior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bGP" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/wall/r_wall,/area/rnd/mixing)
"bGQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/wall/r_wall,/area/rnd/mixing)
-"bGR" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Engineering,/obj/machinery/door/window/eastright{dir = 8; name = "Engineering Delivery"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
-"bGS" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bGR" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Engineering,/obj/machinery/door/window/eastright{name = "Engineering Delivery"; dir = 8; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
+"bGS" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bGT" = (/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bGU" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/structure/table/reinforced,/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bGV" = (/obj/machinery/computer/diseasesplicer,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bGW" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/crew/virologist,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bGX" = (/obj/structure/undies_wardrobe,/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bGY" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bGY" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/door/firedoor/border_only,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bGZ" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"bHa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/research{c_tag = "Research Division - Central Hallway B"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bHa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/machinery/camera/network/research{dir = 8; c_tag = "Research Division - Central Hallway B"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bHb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bHc" = (/obj/machinery/computer/robotics,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - RD's Office"; dir = 1},/obj/machinery/keycard_auth{pixel_x = -24; pixel_y = 6},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bHc" = (/obj/machinery/computer/robotics,/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - RD's Office"},/obj/machinery/keycard_auth{pixel_x = -24; pixel_y = 6},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
"bHd" = (/obj/effect/floor_decal/corner/grey/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bHe" = (/obj/effect/floor_decal/corner/black/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bHf" = (/obj/machinery/computer/mecha,/obj/effect/floor_decal/corner/black/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director RC"; pixel_x = 32},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bHg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/research{c_tag = "Research Division - Central Hallway C"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bHe" = (/obj/effect/floor_decal/corner/black/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bHf" = (/obj/machinery/computer/mecha,/obj/effect/floor_decal/corner/black/diagonal{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/requests_console{name = "Research Director RC"; pixel_x = 32; department = "Research Director's Desk"; departmentType = 5; announcementConsole = 1},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
+"bHg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/disposalpipe/segment,/obj/machinery/camera/network/research{dir = 4; c_tag = "Research Division - Central Hallway C"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bHh" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/spline/fancy/corner,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bHi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bHj" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bHj" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bHk" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"bHl" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; frequency = 1441; icon_state = "map_vent_in"; id_tag = "co2_out"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/obj/machinery/sparker{dir = 4; id = "mixingsparker"; pixel_x = -25},/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"bHm" = (/obj/machinery/air_sensor{frequency = 1430; id_tag = "toxins_mixing_exterior"; output = 63},/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"bHn" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1441; id = "waste_in"; pixel_y = 1; use_power = 1},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bHl" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; frequency = 1441; use_power = 1; id_tag = "co2_out"; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/obj/machinery/sparker{dir = 4; pixel_x = -25; id = "mixingsparker"},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bHm" = (/obj/machinery/air_sensor{frequency = 1430; output = 63; id_tag = "toxins_mixing_exterior"},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bHn" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; pixel_y = 1; frequency = 1441; id = "waste_in"; use_power = 1},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bHo" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/meter,/turf/simulated/wall/r_wall,/area/rnd/mixing)
"bHp" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bHq" = (/obj/structure/bed/chair/office/light,/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bHr" = (/obj/machinery/camera/network/medbay{c_tag = "Medbay Examination Room"; dir = 8},/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
+"bHr" = (/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Examination Room"},/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bHs" = (/obj/machinery/door/firedoor,/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/door/window/westleft{name = "Canister Access"; req_access = list(5)},/obj/machinery/door/window/eastright{name = "Canister Access"; req_access = list(5)},/turf/simulated/floor/tiled/rough,/area/medical/sleeper)
"bHt" = (/obj/machinery/disease2/diseaseanalyser,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bHu" = (/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bHv" = (/obj/machinery/smartfridge/secure/virology,/turf/simulated/wall/r_wall,/area/medical/virology)
"bHw" = (/obj/structure/closet/radiation,/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
-"bHx" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
+"bHx" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bHy" = (/obj/effect/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bHz" = (/obj/effect/floor_decal/corner/paleblue/three_quarters{dir = 4},/obj/structure/bed/chair/comfy/black{dir = 8},/obj/machinery/light{dir = 4},/obj/structure/closet/medical_wall/filled{pixel_x = 26},/turf/simulated/floor/tiled/white/rough,/area/medical/sleeper)
"bHA" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/item/bedsheet/medical,/obj/structure/bed/padded,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/button/window_frame_tint{pixel_x = 6; pixel_y = 26},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
@@ -3784,45 +3793,45 @@
"bHE" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
"bHF" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bHG" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"bHH" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/green,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light,/obj/machinery/camera/network/medbay{c_tag = "Medbay Isolation B"; dir = 4},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
+"bHH" = (/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/green,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Isolation B"},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
"bHI" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Dormitory"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bHJ" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bHK" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/wall/r_wall,/area/rnd/mixing)
"bHL" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/medical/patient_b)
-"bHM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bHM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/engineering)
"bHN" = (/obj/effect/floor_decal/corner/paleblue,/obj/structure/table/standard,/obj/item/paper_bin,/obj/item/clipboard,/obj/item/pen,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/item/storage/box/rxglasses,/turf/simulated/floor/tiled/white,/area/medical/patient_b)
"bHO" = (/obj/structure/sign/poster{pixel_x = -32; poster_type = "/datum/poster/bay_9"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/dorms)
-"bHP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
+"bHP" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
"bHQ" = (/obj/effect/floor_decal/rust,/obj/structure/table/standard,/obj/effect/decal/cleanable/dirt,/obj/item/frame/fire_alarm,/obj/random/tech_supply,/turf/simulated/floor/tiled/rough,/area/maintenance/arrivals)
-"bHR" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bHS" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bHR" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bHS" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bHT" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"bHU" = (/obj/map_ent/biodome{tag = "_ent_choose_biodome"},/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/ring_south)
"bHW" = (/obj/structure/window/reinforced{dir = 4},/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"bHX" = (/obj/item/device/bluespace_beacon,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"bHY" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"bHZ" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/obj/machinery/sparker{dir = 4; id = "mixingsparker"; pixel_x = -25},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bHZ" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/obj/machinery/sparker{dir = 4; pixel_x = -25; id = "mixingsparker"},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bIa" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/wall/r_wall,/area/rnd/mixing)
"bIb" = (/obj/item/stool,/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bIc" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bId" = (/obj/structure/disposalpipe/segment,/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/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bIe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Locker Room"},/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/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIc" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/junction{dir = 1},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bId" = (/obj/structure/disposalpipe/segment,/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/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bIe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Locker Room"},/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/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bIf" = (/obj/machinery/door/airlock/maintenance{name = "Crematorium Maintenance"; req_access = list(27)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/plating,/area/chapel/crematorium)
"bIg" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/rnd/restroom)
-"bIh" = (/obj/machinery/light/small{dir = 8},/obj/effect/landmark/start/antags/borer,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bIi" = (/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/freezer,/area/medical/med_toilet)
+"bIh" = (/obj/machinery/light/small{dir = 8},/obj/effect/landmark/start/antags/borer,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bIi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
"bIj" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"bIk" = (/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Test Chamber East"; dir = 8},/obj/structure/window/plasmareinforced{dir = 8},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"bIk" = (/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{dir = 8; c_tag = "Research - Toxins Test Chamber East"},/obj/structure/window/plasmareinforced{dir = 8},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"bIl" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"bIm" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"bIn" = (/obj/machinery/door/blast/regular{id = "mixvent"; name = "Mixer Room Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced,/area/rnd/mixing)
-"bIo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bIp" = (/obj/item/stool,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bIr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIn" = (/obj/machinery/door/blast/regular{name = "Mixer Room Vent"; id = "mixvent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bIo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIp" = (/obj/item/stool,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bIs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"bIt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bIu" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bIv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Hygiene Facilities"},/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{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bIt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIu" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bIv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Hygiene Facilities"; icon = 'icons/obj/doors/doorviro.dmi'},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
"bIw" = (/obj/structure/closet/wardrobe/medic_white,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bIx" = (/obj/machinery/space_heater,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bIy" = (/obj/machinery/light/small/red{dir = 4},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
@@ -3831,69 +3840,69 @@
"bIC" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/security/checkpoint2)
"bID" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/dark/rough,/area/engineering/storage)
"bIE" = (/obj/machinery/recharge_station,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bIF" = (/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_open"; id_tag = "cubicle2"; name = "Cubicle 2"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
+"bIF" = (/obj/machinery/door/airlock/medical{name = "Cubicle 2"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_open"; id_tag = "cubicle2"},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
"bIG" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
"bIH" = (/obj/structure/sign/warning/high_voltage,/turf/simulated/wall,/area/maintenance/substation/civilian_east)
-"bIJ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/decal/cleanable/cobweb2{dir = 4; icon_state = "cobweb1"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bIJ" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bIK" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
"bIL" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/purple,/obj/machinery/light,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bIM" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/library)
-"bIN" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/crowbar/red,/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/hud/standard/science,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Miscellaneous"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
-"bIO" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bIM" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/white{icon_state = "0-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
+"bIN" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/crowbar/red,/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/hud/standard/science,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Miscellaneous"},/turf/simulated/floor/tiled/white/rough,/area/rnd/misc_lab)
+"bIO" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bIP" = (/obj/machinery/door/airlock/maintenance{name = "Chapel Office Maintenance"; req_access = list(27)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/plating,/area/chapel/office)
"bIQ" = (/obj/machinery/light{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"bIR" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/item/storage/toolbox,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bIS" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Civilian East Substation"; req_one_access = list(11,24)},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bIV" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Civilian East Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bIW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bIX" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bIX" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bJa" = (/obj/machinery/door/airlock/command{name = "Research Director"; req_access = list(30)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/hor)
-"bJb" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Xenobiology Dorm"; req_access = list(47)},/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/trim/wood,/area/rnd/xenobiology/dorm)
-"bJc" = (/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/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bJd" = (/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/structure/closet/secure_closet/xenobio,/obj/item/storage/xenobag,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bJb" = (/obj/machinery/door/airlock/research{name = "Xenobiology Dorm"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/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{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
+"bJc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bJd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/closet/secure_closet/xenobio,/obj/item/storage/xenobag,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bJe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bJf" = (/turf/simulated/wall,/area/maintenance/substation/medical)
"bJk" = (/turf/simulated/wall,/area/maintenance/substation/research)
"bJl" = (/obj/effect/floor_decal/corner/purple{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bJm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -8},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"bJm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -8},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bJn" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small,/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
"bJo" = (/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"bJp" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"bJq" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 8; id_tag = "xeno_airlock_control"; name = "Xenobiology Access Console"; pixel_x = 24; pixel_y = -6; tag_exterior_door = "xeno_airlock_exterior"; tag_interior_door = "xeno_airlock_interior"},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 3},/obj/machinery/button/remote/blast_door{dir = 8; id = "xenobioaccess"; name = "Xenobiology Access Blast Doors"; pixel_x = 24; pixel_y = 12; req_access = list(55)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/camera/network/research{c_tag = "Xenobiology North"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bJp" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"bJq" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Xenobiology Access Console"; dir = 8; pixel_x = 24; pixel_y = -6; id_tag = "xeno_airlock_control"; tag_exterior_door = "xeno_airlock_exterior"; tag_interior_door = "xeno_airlock_interior"},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 3},/obj/machinery/button/remote/blast_door{name = "Xenobiology Access Blast Doors"; dir = 8; pixel_x = 24; pixel_y = 12; id = "xenobioaccess"; req_access = list(55)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/camera/network/research{dir = 8; c_tag = "Xenobiology North"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bJt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"bJu" = (/turf/simulated/wall/wood,/area/crew_quarters/underdorm/theater/actor)
"bJv" = (/turf/simulated/mineral,/area/crew_quarters/underdorm/theater/actor)
-"bJx" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian West"; name_tag = "Civilian West Subgrid"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/effect/decal/cleanable/cobweb{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"bJx" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian West"; name_tag = "Civilian West Subgrid"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/obj/effect/decal/cleanable/cobweb{dir = 8},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"bJy" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 30},/obj/machinery/light_switch{name = "light switch "; pixel_x = -5; pixel_y = -22},/turf/simulated/floor/tiled/freezer,/area/medical/med_toilet)
-"bJz" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/terminal,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bJz" = (/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/power/terminal,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bJA" = (/obj/map_ent/util_engine{tag = "_ent_choose_engine"},/turf/space,/area/shuttle/syndicate_elite/southwest)
-"bJD" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Medical Substation Bypass"},/obj/machinery/camera/network/engineering{c_tag = "Medbay Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bJD" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Medical Substation Bypass"},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Medbay Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
"bJE" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bJF" = (/obj/random/pottedplant,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bJG" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Medical"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"bJH" = (/obj/structure/window/reinforced{health = 1e+007},/obj/structure/window/reinforced{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
+"bJG" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Medical"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bJH" = (/obj/structure/window/reinforced{health = 1e+07},/obj/structure/window/reinforced{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
"bJI" = (/obj/structure/closet/toolcloset,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bJJ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue/three_quarters,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/item/clothing/accessory/stethoscope,/obj/item/device/flashlight/pen,/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
"bJK" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin1)
"bJL" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/electric/rglass,/turf/simulated/floor/plating,/area/crew_quarters/sleep/cabin2)
"bJM" = (/turf/simulated/wall,/area/crew_quarters/sleep/cabin2)
"bJP" = (/obj/structure/bed/padded,/obj/item/bedsheet/medical,/obj/effect/floor_decal/corner/paleblue{dir = 10},/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/medical/exam_room)
-"bJR" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"bJR" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"bJS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/trim/lino,/area/chapel/office)
-"bJT" = (/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/trim/lino,/area/chapel/office)
+"bJT" = (/obj/machinery/newscaster{pixel_y = -28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/trim/lino,/area/chapel/office)
"bJU" = (/obj/structure/flora/ausbushes/ppflowers{pixel_y = -18},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"bJV" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/effect/floor_decal/corner/paleblue{dir = 5},/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"},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bJV" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/effect/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bJW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bJX" = (/obj/structure/table/rack,/obj/item/clothing/under/gladiator,/obj/item/clothing/head/helmet/gladiator,/obj/item/toy/cultsword,/obj/structure/sign/poster{pixel_y = 32},/obj/effect/decal/cleanable/dirt,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood/broken1,/area/crew_quarters/underdorm/theater/actor)
"bJY" = (/obj/structure/table/rack,/obj/item/clothing/under/owl,/obj/item/clothing/mask/gas/owl_mask,/obj/item/clothing/suit/chickensuit,/obj/item/clothing/head/chicken,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
-"bKb" = (/obj/structure/window_frame/grille,/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{frequency = 1443; id = "mair_in_meter"; name = "Mixed Air Tank In"},/turf/simulated/wall/r_wall,/area/engineering/atmos)
+"bKb" = (/obj/structure/window_frame/grille,/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/meter{name = "Mixed Air Tank In"; frequency = 1443; id = "mair_in_meter"},/turf/simulated/wall/r_wall,/area/engineering/atmos)
"bKc" = (/turf/simulated/wall,/area/maintenance/incinerator)
"bKd" = (/obj/structure/bed,/obj/structure/curtain/open/bed,/obj/item/bedsheet/purple,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/xenobiology/dorm)
"bKe" = (/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/pink{dir = 10},/obj/effect/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bKf" = (/obj/structure/window_frame/grille,/obj/machinery/atmospherics/pipe/simple/visible/yellow,/obj/machinery/meter,/turf/simulated/wall/r_wall,/area/engineering/atmos)
-"bKg" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"bKh" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light_switch{pixel_y = 27},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"bKi" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"bKg" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"bKh" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light_switch{pixel_y = 27},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"bKi" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"bKj" = (/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"bKk" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/trim/carpet/purple,/area/rnd/xenobiology/dorm)
"bKm" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/primary)
@@ -3902,17 +3911,16 @@
"bKs" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"bKt" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"bKu" = (/obj/structure/table/rack,/obj/item/clothing/under/pirate,/obj/item/clothing/head/collectable/pirate,/obj/item/clothing/under/soviet,/obj/item/clothing/head/ushanka,/obj/effect/decal/cleanable/cobweb{dir = 8},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
-"bKv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/mob/living/simple_animal/mouse,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"bKw" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"bKx" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"bKA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bKA" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/research_port)
"bKB" = (/turf/simulated/wall,/area/rnd/xenobiology/dorm)
-"bKD" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters{density = 0; dir = 8; icon_state = "shutter0"; id = "cmooffice"; name = "CMO Office Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
+"bKD" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters{name = "CMO Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 8; id = "cmooffice"},/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
"bKE" = (/turf/simulated/wall/r_wall,/area/maintenance/incinerator)
"bKG" = (/obj/structure/sign/warning/docking_area{pixel_x = -32},/obj/item/ore/glass,/obj/item/ore/glass,/obj/item/ore/glass,/obj/item/shovel,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
-"bKH" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/airlock_sensor{id_tag = "tox_airlock_sensor"; master_tag = "tox_airlock_control"; pixel_y = 24},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"bKH" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/airlock_sensor{pixel_y = 24; id_tag = "tox_airlock_sensor"; master_tag = "tox_airlock_control"},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"bKK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"bKL" = (/obj/machinery/atmospherics/tvalve/digital/bypass{dir = 1; icon_state = "map_tvalve0"; initialize_directions = 7; level = 2; state = 0},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"bKL" = (/obj/machinery/atmospherics/tvalve/digital/bypass{icon_state = "map_tvalve0"; dir = 1; state = 0; level = 2; initialize_directions = 7},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"bKM" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"bKP" = (/obj/structure/table/rack,/obj/structure/closet/hydrant{pixel_y = 32},/obj/random/toolbox,/obj/item/storage/belt/utility,/obj/item/toy/prize/ripley,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bKQ" = (/obj/structure/bed/padded,/obj/item/bedsheet/red,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
@@ -3921,11 +3929,11 @@
"bKT" = (/obj/structure/table/woodentable,/obj/random/snack,/obj/item/reagent_containers/vessel/bottle/small/beer,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bKU" = (/obj/structure/bed/chair/comfy/purp{dir = 8},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/camera/network/civilian_east{c_tag = "Private Bedroom Two"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bKV" = (/obj/structure/bed/padded,/obj/item/bedsheet/purple,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
-"bKW" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bKW" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bKY" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bLa" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bLa" = (/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bLb" = (/obj/structure/table/standard,/obj/machinery/recharger,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bLc" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Fore 2"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bLc" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Arrival Shuttle Hallway - Fore 2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bLd" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bLe" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bLf" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
@@ -3934,89 +3942,87 @@
"bLi" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bLj" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/plating,/area/maintenance/locker)
"bLk" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_midwest)
-"bLl" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bLl" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bLn" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/noticeboard{pixel_x = -32},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/random/pottedplant,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bLn" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/noticeboard{pixel_x = -32},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/random/pottedplant,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bLo" = (/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 1},/obj/item/toy/figure/corgi,/obj/item/material/coin/silver,/turf/simulated/floor/trim/carpet/oldred,/area/crew_quarters/sleep/cabin1)
-"bLp" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light_switch{on = 1; pixel_x = 27},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Restroom"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bLp" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/light_switch{pixel_x = 27; on = 1},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/light{dir = 4},/obj/machinery/camera/network/research{c_tag = "Research - Restroom"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bLq" = (/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/plating,/area/maintenance/library)
"bLr" = (/obj/machinery/door/firedoor/border_only,/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/map_ent/util_bar{tag = "_ent_choose_bar"},/turf/simulated/floor/plating,/area/maintenance/library)
"bLs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLt" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bLu" = (/obj/structure/bed/chair/comfy/purp,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bLv" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/camera/network/medbay{c_tag = "Medbay Staff Room"; dir = 4},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bLw" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bLx" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/effect/landmark/start/crew/doctor,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bLy" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_south_inner"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 1; frequency = 1380; id_tag = "escape_dock_south_mech"; pixel_x = -30},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bLz" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_north_inner"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{dir = 1; frequency = 1380; id_tag = "escape_dock_north_mech"; pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bLv" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Staff Room"},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bLw" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bLx" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/effect/landmark/start/crew/doctor,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bLy" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_south_inner"},/obj/machinery/mech_sensor{dir = 1; pixel_x = -30; frequency = 1380; id_tag = "escape_dock_south_mech"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bLz" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_north_inner"},/obj/machinery/mech_sensor{dir = 1; pixel_x = 30; frequency = 1380; id_tag = "escape_dock_north_mech"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bLA" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bLB" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/fore)
"bLC" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/item/storage/box/cups,/obj/random/snack,/obj/machinery/light{dir = 1},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bLD" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/cargo)
"bLE" = (/obj/structure/bed/chair/beige{dir = 8},/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/firealarm{pixel_y = 24},/obj/effect/landmark/start/crew/doctor,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bLF" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bLG" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bLH" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/starboard)
-"bLI" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 8},/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"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bLI" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bLJ" = (/obj/effect/floor_decal/corner/pink{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bLK" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/corner/pink/three_quarters{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bLL" = (/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 4; frequency = 1380; id_tag = "escape_dock_south_airlock"; layer = 7; master_tag = "escape_dock"; pixel_x = -30; req_one_access = list(13); tag_airlock_mech_sensor = "escape_dock_south_mech"; tag_airpump = "escape_dock_south_pump"; tag_chamber_sensor = "escape_dock_south_sensor"; tag_exterior_door = "escape_dock_south_outer"; tag_interior_door = "escape_dock_south_inner"; tag_shuttle_mech_sensor = "shuttle_dock_south_mech"},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "escape_dock_south_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bLM" = (/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 8; frequency = 1380; id_tag = "escape_dock_north_airlock"; layer = 7; master_tag = "escape_dock"; pixel_x = 30; req_one_access = list(13); tag_airlock_mech_sensor = "escape_dock_north_mech"; tag_airpump = "escape_dock_north_pump"; tag_chamber_sensor = "escape_dock_north_sensor"; tag_exterior_door = "escape_dock_north_outer"; tag_interior_door = "escape_dock_north_inner"; tag_shuttle_mech_sensor = "shuttle_dock_north_mech"},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "escape_dock_north_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bLL" = (/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 4; layer = 7; pixel_x = -30; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock_south_airlock"; master_tag = "escape_dock"; tag_exterior_door = "escape_dock_south_outer"; tag_interior_door = "escape_dock_south_inner"; tag_airpump = "escape_dock_south_pump"; tag_chamber_sensor = "escape_dock_south_sensor"; tag_airlock_mech_sensor = "escape_dock_south_mech"; tag_shuttle_mech_sensor = "shuttle_dock_south_mech"},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "escape_dock_south_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bLM" = (/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{dir = 8; layer = 7; pixel_x = 30; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock_north_airlock"; master_tag = "escape_dock"; tag_exterior_door = "escape_dock_north_outer"; tag_interior_door = "escape_dock_north_inner"; tag_airpump = "escape_dock_north_pump"; tag_chamber_sensor = "escape_dock_north_sensor"; tag_airlock_mech_sensor = "escape_dock_north_mech"; tag_shuttle_mech_sensor = "shuttle_dock_north_mech"},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "escape_dock_north_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bLN" = (/turf/simulated/wall/r_wall,/area/hallway/secondary/entry/aft)
"bLO" = (/obj/machinery/cryopod/robot{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/small,/obj/machinery/computer/cryopod/robot{pixel_y = -29},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
-"bLP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bLP" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bLQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bLR" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/vending/wallmed1{pixel_x = -30},/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bLS" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bLS" = (/obj/effect/landmark/start/crew/assistant,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bLT" = (/turf/simulated/wall,/area/maintenance/medbay)
-"bLU" = (/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
+"bLU" = (/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/library)
"bLV" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/landmark/start/crew/assistant,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bLW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bLX" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/mob/living/simple_animal/mouse,/obj/map_ent/func_load_map{tag = "_ent_spawn_bar"},/turf/simulated/floor/plating,/area/maintenance/library)
+"bLW" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
"bLY" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Primary Tool Storage"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bLZ" = (/obj/machinery/vending/fashionvend,/obj/structure/sign/poster{pixel_x = -32},/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/white{dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bMa" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bMb" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room"; dir = 1},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bMb" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Locker Room"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bMc" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bMd" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/structure/flora/pottedplant/tropicalflowers,/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bMd" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/structure/flora/pottedplant/tropicalflowers,/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bMe" = (/obj/machinery/disposal,/obj/effect/floor_decal/corner/green{dir = 8},/obj/effect/floor_decal/corner/white,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
-"bMf" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
+"bMf" = (/obj/effect/floor_decal/corner/white/diagonal,/obj/effect/floor_decal/corner/blue/diagonal{dir = 4},/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/locker)
"bMg" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bMh" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
-"bMi" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bMi" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bMj" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bMk" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/cable/white{icon_state = "1-8"},/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"bMl" = (/obj/item/material/shard,/obj/effect/decal/cleanable/blood,/obj/random/coin,/turf/simulated/floor/tiled/rough,/area/maintenance/chapel/south)
"bMm" = (/obj/structure/bed,/obj/effect/decal/cleanable/blood,/obj/item/bedsheet/clown,/turf/simulated/floor/tiled/rough,/area/maintenance/chapel/south)
-"bMn" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 8},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1379; master_tag = "xeno_airlock_control"; name = "Xenobiology Access Button"; pixel_x = -22; pixel_y = -8; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bMo" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/landmark/start/crew/scientist,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bMp" = (/obj/structure/cable{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},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bMn" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 8},/obj/machinery/access_button{name = "Xenobiology Access Button"; dir = 4; pixel_x = -22; pixel_y = -8; frequency = 1379; req_access = list(55); command = "cycle_exterior"; master_tag = "xeno_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bMo" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/landmark/start/crew/scientist,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bMp" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/medbay)
"bMq" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/landmark/start/crew/roboticist,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bMr" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/table/standard,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/box/lights/mixed,/obj/item/light/tube/he,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
-"bMs" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
-"bMt" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
+"bMr" = (/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/table/standard,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/box/lights/mixed,/obj/item/light/tube/he,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/plating,/area/maintenance/substation/medical)
+"bMs" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"bMt" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"bMu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bMv" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"bMw" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bMx" = (/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/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
-"bMy" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
+"bMw" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bMx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"bMy" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"bMz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"bMA" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bMB" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/light{dir = 4},/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bMC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bMD" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/light_switch{on = 1; pixel_x = -22},/obj/machinery/alarm{pixel_y = 24},/obj/structure/closet/wardrobe/medic_white,/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
+"bMC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bMD" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/light_switch{pixel_x = -22; on = 1},/obj/machinery/alarm{pixel_y = 24},/obj/structure/closet/wardrobe/medic_white,/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
"bME" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/structure/sink{dir = 1; pixel_y = 20},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
"bMG" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bMH" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/effect/landmark/start/crew/doctor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bMH" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/floor_decal/corner/grey/diagonal,/obj/effect/landmark/start/crew/doctor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bMI" = (/obj/structure/table/standard,/obj/machinery/recharger,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bMJ" = (/obj/structure/bed/chair/beige{dir = 8},/obj/effect/floor_decal/corner/grey/diagonal,/obj/effect/landmark/start/crew/paramedic,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bMK" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bML" = (/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/white/rough,/area/medical/medbay4)
-"bMM" = (/obj/effect/floor_decal/corner/pink{dir = 4},/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/white/rough,/area/medical/medbay4)
+"bMK" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bML" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bMM" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bMN" = (/obj/machinery/vending/assist,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bMO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/storage/primary)
+"bMO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/storage/primary)
"bMR" = (/obj/machinery/lapvend,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/storage/primary)
-"bMS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/light/small/red{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"bMS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/light/small/red{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bMT" = (/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bMU" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bMV" = (/obj/machinery/light/small{dir = 8},/obj/structure/table/steel,/obj/item/stack/material/cardboard/ten,/obj/item/tape_roll,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/tiled/rough,/area/maintenance/chapel/south)
@@ -4025,148 +4031,148 @@
"bMY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/crew_quarters/locker)
"bMZ" = (/obj/random/junk,/turf/simulated/floor/tiled/rough,/area/maintenance/chapel/south)
"bNa" = (/turf/simulated/wall,/area/security/checkpoint2)
-"bNb" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bNb" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bNc" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
"bNd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bNe" = (/obj/structure/bed/chair/comfy/purp{dir = 1},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bNf" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/washing_machine,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
-"bNg" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/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/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
+"bNf" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/washing_machine,/obj/structure/cable/green{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
+"bNg" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
"bNh" = (/turf/simulated/wall,/area/maintenance/disposal)
"bNi" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/disposal)
"bNj" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"bNk" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bNl" = (/obj/effect/floor_decal/corner/grey/diagonal,/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/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bNm" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/hologram/holopad,/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bNn" = (/obj/effect/floor_decal/corner/grey/diagonal,/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bNk" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bNl" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bNm" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bNn" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bNo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall,/area/maintenance/disposal)
"bNp" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bNq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Staff Room"; req_access = list(5)},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bNr" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bNq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Staff Room"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
+"bNr" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/junction,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bNs" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bNt" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/structure/flora/pottedplant/pink,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bNu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/ToolStorage,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{dir = 1; name = "Tool Storage Delivery"; req_access = list(12)},/turf/simulated/floor/tiled/dark/rough,/area/storage/primary)
+"bNu" = (/obj/machinery/door/firedoor/border_only,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/ToolStorage,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/southleft{name = "Tool Storage Delivery"; dir = 1; req_access = list(12)},/turf/simulated/floor/tiled/dark/rough,/area/storage/primary)
"bNv" = (/obj/machinery/light{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bNw" = (/obj/effect/landmark/start/crew/xenobiologist,/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
-"bNx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bNy" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bNx" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bNy" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bNz" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/random/tool,/turf/simulated/floor/tiled/rough,/area/maintenance/locker)
"bNA" = (/obj/structure/table/steel,/obj/random/drinkbottle,/turf/simulated/floor/tiled/rough,/area/maintenance/chapel/south)
"bNB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 7; pixel_y = -32},/obj/machinery/vending/wallmed1{pixel_x = -7; pixel_y = -32},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bNC" = (/obj/machinery/disposal/deliveryChute{dir = 1; name = "disposal inlet"},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bNC" = (/obj/machinery/disposal/deliveryChute{name = "disposal inlet"; dir = 1},/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/maintenance/disposal)
"bND" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bNE" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/library)
"bNF" = (/obj/machinery/mass_driver{id = "trash"},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25},/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
"bNG" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
-"bNH" = (/obj/machinery/door/blast/regular{id = "trash"; name = "disposal mass driver"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
+"bNH" = (/obj/machinery/door/blast/regular{name = "disposal mass driver"; id = "trash"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/disposal)
"bNI" = (/obj/machinery/light/small/red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/locker)
"bNJ" = (/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bNL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/structure/closet/l3closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bNM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/structure/closet/l3closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bNM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/structure/closet/l3closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bNN" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/closet,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bNO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
-"bNP" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_south_outer"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{frequency = 1380; id_tag = "escape_dock_south_mech"; pixel_x = -30},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; layer = 7; master_tag = "escape_dock_south_airlock"; name = "exterior access button"; pixel_x = 26; pixel_y = -4; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bNQ" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_dock_north_outer"; locked = 1; name = "Escape Airlock"; req_access = list(13)},/obj/machinery/mech_sensor{frequency = 1380; id_tag = "escape_dock_north_mech"; pixel_x = 30},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; layer = 7; master_tag = "escape_dock_north_airlock"; name = "exterior access button"; pixel_x = -26; pixel_y = -4; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bNP" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_south_outer"},/obj/machinery/mech_sensor{pixel_x = -30; frequency = 1380; id_tag = "escape_dock_south_mech"},/obj/machinery/access_button{name = "exterior access button"; layer = 7; pixel_x = 26; pixel_y = -4; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "escape_dock_south_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bNQ" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_dock_north_outer"},/obj/machinery/mech_sensor{pixel_x = 30; frequency = 1380; id_tag = "escape_dock_north_mech"},/obj/machinery/access_button{name = "exterior access button"; layer = 7; pixel_x = -26; pixel_y = -4; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "escape_dock_north_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bNR" = (/obj/structure/extinguisher_cabinet{pixel_x = 7; pixel_y = -32},/obj/machinery/vending/wallmed1{pixel_x = -7; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/closet/l3closet/scientist,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bNS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bNT" = (/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = 8},/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
-"bNU" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bNV" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bNU" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bNV" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bNW" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/landmark/start/crew/xenobiologist,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bNX" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bNY" = (/obj/structure/bed/couch/right/brown{dir = 4},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Recreation"},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
"bNZ" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/effect/landmark/start/crew/xenobiologist,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bOa" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bOb" = (/obj/machinery/vending/cola,/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bOc" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
+"bOc" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
"bOd" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/effect/floor_decal/spline/plain/grey{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white,/area/crew_quarters/medbreak)
"bOe" = (/obj/structure/bookcase/manuals/medical,/obj/effect/floor_decal/corner/grey/diagonal,/obj/item/book/wiki/medical_chemistry,/obj/item/book/wiki/medical_diagnostics_manual{pixel_y = 7},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bOf" = (/obj/effect/floor_decal/corner/grey/diagonal,/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bOg" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
"bOh" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/grey/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/medbreak)
-"bOi" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/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/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bOi" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bOj" = (/obj/structure/table/rack,/obj/item/clothing/head/philosopher_wig,/obj/item/clothing/glasses/monocle,/obj/item/clothing/under/kilt,/obj/item/clothing/glasses/eyepatch,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
-"bOk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bOl" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bOk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bOl" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bOm" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/generic,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"bOn" = (/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bOo" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bOp" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Civilian East"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/camera/network/engineering{c_tag = "Civilian East Substation"; dir = 1},/obj/structure/cable/white{icon_state = "0-8"},/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
-"bOq" = (/obj/machinery/button/remote/blast_door{dir = 4; id = "xenobio1"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/turf/simulated/wall/r_wall,/area/rnd/xenobiology)
+"bOp" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Civilian East"},/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Civilian East Substation"},/obj/structure/cable/white{icon_state = "0-8"},/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bOq" = (/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 4; pixel_y = 4; id = "xenobio1"; req_access = list(55)},/turf/simulated/wall/r_wall,/area/rnd/xenobiology)
"bOr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bOs" = (/obj/structure/table/standard,/obj/item/hand_labeler,/obj/item/tape_roll,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bOt" = (/obj/machinery/light{dir = 4},/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bOu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bOw" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "merchant_shuttle_shop_interior"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOu" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bOw" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "merchant_shuttle_shop_interior"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bOx" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"bOy" = (/obj/machinery/door/airlock/external/bolted_open,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOA" = (/obj/machinery/airlock_sensor{dir = 8; id_tag = "merchant_shuttle_shop_dock"; pixel_x = 25; pixel_y = 12},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; id_tag = "merchant_shuttle_station_shop"; pixel_x = -32; req_one_access = list(101); tag_airpump = "merchant_shuttle_shop_vent"; tag_chamber_sensor = "merchant_shuttle_shop_sensor"; tag_exterior_door = "merchant_shuttle_shop_exterior"; tag_interior_door = "merchant_shuttle_shop_interior"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOA" = (/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "merchant_shuttle_shop_dock"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1379; id_tag = "merchant_shuttle_shop_vent"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; pixel_x = -32; req_one_access = list(101); id_tag = "merchant_shuttle_station_shop"; tag_exterior_door = "merchant_shuttle_shop_exterior"; tag_interior_door = "merchant_shuttle_shop_interior"; tag_airpump = "merchant_shuttle_shop_vent"; tag_chamber_sensor = "merchant_shuttle_shop_sensor"},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bOB" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOC" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOD" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOE" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "merchant_shuttle_shop_exterior"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOF" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOC" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_inner"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOD" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOE" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "merchant_shuttle_shop_exterior"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOF" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bOG" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOH" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1331; id_tag = "rescue_shuttle_dock_airlock"; pixel_x = 30; req_access = list(0); req_one_access = list(13); tag_airpump = "rescue_shuttle_dock_pump"; tag_chamber_sensor = "rescue_shuttle_dock_sensor"; tag_exterior_door = "rescue_shuttle_dock_outer"; tag_interior_door = "rescue_shuttle_dock_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bOI" = (/obj/machinery/door/airlock/external{frequency = 1331; icon_state = "door_locked"; id_tag = "rescue_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1331; master_tag = "nuke_shuttle_dock_airlock"; name = "exterior access button"; pixel_x = -5; pixel_y = -26; req_one_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOH" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 30; frequency = 1331; req_access = list(0); req_one_access = list(13); id_tag = "rescue_shuttle_dock_airlock"; tag_exterior_door = "rescue_shuttle_dock_outer"; tag_interior_door = "rescue_shuttle_dock_inner"; tag_airpump = "rescue_shuttle_dock_pump"; tag_chamber_sensor = "rescue_shuttle_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"bOI" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1331; locked = 1; req_access = list(13); id_tag = "rescue_shuttle_dock_outer"},/obj/machinery/access_button{name = "exterior access button"; dir = 8; pixel_x = -5; pixel_y = -26; frequency = 1331; command = "cycle_exterior"; req_one_access = list(13); master_tag = "nuke_shuttle_dock_airlock"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bOJ" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"bOK" = (/obj/structure/bed,/obj/structure/curtain/open/bed,/obj/item/bedsheet/purple,/obj/structure/sign/poster{pixel_x = -32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/xenobiology/dorm)
"bOL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/maintenance/locker)
"bOM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bON" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
+"bON" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/library)
"bOO" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/item/device/flashlight/lamp/brown,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/carpet/purple,/area/rnd/xenobiology/dorm)
"bOP" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/effect/floor_decal/corner/black{dir = 9},/obj/effect/floor_decal/corner/black,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
"bOQ" = (/turf/simulated/wall,/area/maintenance/research_starboard)
"bOS" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/light/small/hl,/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
"bOT" = (/turf/simulated/mineral,/area/maintenance/research_starboard)
-"bOU" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
-"bOV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bOU" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/trim/wood,/area/rnd/xenobiology/dorm)
+"bOV" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"bOW" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/maintenance/locker)
"bOX" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/yellow,/turf/simulated/floor/asteroid,/area/mine/explored)
-"bOY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bOY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"bOZ" = (/turf/simulated/mineral,/area/maintenance/research_port)
-"bPa" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/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/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bPb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bPc" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/item/wrench,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"bPa" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bPb" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bPc" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/item/wrench,/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
"bPd" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/visible/blue,/turf/simulated/floor/asteroid,/area/mine/explored)
-"bPe" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Research Break Room"; req_access = list(47)},/obj/machinery/door/firedoor,/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/white/rough,/area/rnd/restroom)
+"bPe" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/door/airlock/glass_research{name = "Research Break Room"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(47)},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bPf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bPg" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bPh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"bPi" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Civilian West"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/machinery/light/small{dir = 1},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"bPj" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bPk" = (/obj/structure/cable/white,/obj/structure/cable/white{icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian East Subgrid"; name_tag = "Civilian East Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
+"bPi" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Civilian West"},/obj/machinery/light/small{dir = 1},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"bPj" = (/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bPk" = (/obj/structure/cable/white,/obj/structure/cable/white{icon_state = "0-8"},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/machinery/power/sensor{name = "Powernet Sensor - Civilian East Subgrid"; name_tag = "Civilian East Subgrid"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"bPm" = (/obj/machinery/light/small/red{dir = 8},/obj/structure/sign/warning/high_voltage{pixel_x = -32},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bPn" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/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/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bPo" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/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/white/rough,/area/rnd/restroom)
-"bPp" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/hologram/holopad,/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/white/rough,/area/rnd/restroom)
+"bPn" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bPo" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bPp" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bPq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
-"bPr" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/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/white/rough,/area/rnd/restroom)
-"bPt" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/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/white/rough,/area/rnd/restroom)
+"bPr" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bPt" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bPu" = (/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bPv" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bPv" = (/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bPw" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/floor_decal/spline/fancy/corner{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bPx" = (/obj/structure/sign/engineering,/turf/simulated/wall/r_wall,/area/storage/tech)
-"bPy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bPy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bPz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bPA" = (/obj/machinery/vending/snack/medbay,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/effect/floor_decal/corner/pink{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bPB" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bPC" = (/obj/structure/bed/chair{dir = 8},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bPD" = (/turf/simulated/shuttle/wall/merchant{dir = 4; icon_state = "merchwall_t"},/area/creaker/station)
+"bPD" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall_t"; dir = 4},/area/creaker/station)
"bPE" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bPF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bPF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bPG" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access = list(1)},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bPH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"bPI" = (/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"bPJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bPH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"bPI" = (/obj/machinery/door/airlock/engineering{name = "Civilian West Substation"; req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"bPJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bPL" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bPM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bPN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bPO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/storage/primary)
-"bPP" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bPM" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/requests_console{pixel_y = 30; department = "Security"; departmentType = 5},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bPN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bPO" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/storage/primary)
+"bPP" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bPQ" = (/obj/structure/closet/secure_closet/security,/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/alarm{pixel_y = 23},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/item/gun/energy/classictaser,/obj/item/melee/baton/loaded,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bPR" = (/obj/machinery/door/airlock/external/bolted_open,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"bPT" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio2"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"bPU" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/machinery/button/remote/blast_door{dir = 4; id = "xenobio2"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bPT" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio2"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"bPU" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 4; pixel_y = 4; id = "xenobio2"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bPV" = (/turf/simulated/wall,/area/maintenance/research_port)
"bPW" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"bPX" = (/obj/structure/table/woodentable,/obj/effect/decal/cleanable/dirt,/obj/item/device/flashlight/lamp,/obj/item/toy/figure/mime,/obj/item/stamp/mime,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/underdorm/theater/actor)
@@ -4180,115 +4186,115 @@
"bQf" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "mining_west_pump"},/turf/simulated/floor/plating,/area/creaker/station)
"bQg" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall_straight"},/area/creaker/station)
"bQh" = (/obj/effect/floor_decal/industrial/warning/dust{dir = 1},/turf/simulated/floor/plating,/area/creaker/station)
-"bQi" = (/turf/simulated/shuttle/wall/merchant{dir = 4; icon_state = "merchwall"},/area/creaker/station)
+"bQi" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall"; dir = 4},/area/creaker/station)
"bQj" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bQk" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/floor_decal/corner/black{dir = 5},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/black{dir = 10},/obj/item/circular_saw,/obj/item/scalpel{pixel_y = 12},/obj/structure/table/standard,/obj/item/device/metroid_scanner,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
"bQl" = (/obj/machinery/light/small/red{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/creaker/station)
-"bQm" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "mining_west_airlock"; pixel_x = 26; pixel_y = 8; tag_airpump = "mining_west_pump"; tag_chamber_sensor = "mining_west_sensor"; tag_exterior_door = "mining_west_outer"; tag_interior_door = "mining_west_inner"},/obj/machinery/airlock_sensor{dir = 8; id_tag = "mining_west_sensor"; pixel_x = 25; pixel_y = -5},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "mining_west_pump"},/turf/simulated/floor/plating,/area/creaker/station)
+"bQm" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 26; pixel_y = 8; id_tag = "mining_west_airlock"; tag_exterior_door = "mining_west_outer"; tag_interior_door = "mining_west_inner"; tag_airpump = "mining_west_pump"; tag_chamber_sensor = "mining_west_sensor"},/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = -5; id_tag = "mining_west_sensor"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "mining_west_pump"},/turf/simulated/floor/plating,/area/creaker/station)
"bQn" = (/obj/machinery/conveyor_switch/oneway{id = "mining_shuttle_internal"},/turf/simulated/floor/plating,/area/creaker/station)
"bQo" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/plating,/area/creaker/station)
"bQp" = (/obj/machinery/mineral/unloading_machine/angled_mirrored{dir = 4},/turf/simulated/floor/plating,/area/creaker/station)
-"bQq" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio7"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"bQr" = (/obj/machinery/door/window/westright{dir = 1; name = "Containment Pen"; req_access = list(55)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio1"; name = "Containment Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bQq" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio7"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"bQr" = (/obj/machinery/door/window/westright{name = "Containment Pen"; dir = 1; req_access = list(55)},/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio1"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bQs" = (/obj/structure/bed/chair/comfy/purp{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bQt" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
-"bQu" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "mining_west_inner"; locked = 1; name = "Creaker - External Access"},/turf/simulated/floor/plating,/area/creaker/station)
-"bQv" = (/turf/simulated/shuttle/wall/merchant{dir = 5; icon_state = "merchwall"},/area/creaker/station)
+"bQu" = (/obj/machinery/door/airlock/external{name = "Creaker - External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; id_tag = "mining_west_inner"},/turf/simulated/floor/plating,/area/creaker/station)
+"bQv" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall"; dir = 5},/area/creaker/station)
"bQw" = (/obj/structure/plasticflaps/mining,/obj/machinery/conveyor{id = "mining_shuttle_internal"},/turf/simulated/floor/plating,/area/creaker/station)
-"bQx" = (/turf/simulated/shuttle/wall/merchant{dir = 8; icon_state = "merchwall_t"},/area/creaker/station)
+"bQx" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall_t"; dir = 8},/area/creaker/station)
"bQy" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
-"bQz" = (/turf/simulated/shuttle/wall/merchant{dir = 4; icon_state = "merchwall_straight"},/area/creaker/station)
-"bQA" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio1"; name = "Containment Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"bQz" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall_straight"; dir = 4},/area/creaker/station)
+"bQA" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio1"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/rnd/xenobiology)
"bQB" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/table/steel,/obj/random/maintenance,/obj/random/toolbox,/obj/machinery/cell_charger,/turf/simulated/floor/plating,/area/maintenance/substation/research)
"bQC" = (/obj/machinery/door/airlock{name = "Bedroom"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bQD" = (/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
-"bQE" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Research Substation Bypass"},/obj/machinery/camera/network/engineering{c_tag = "Science Substation"; dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"bQF" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Research"; input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"bQG" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Research Subgrid"; name_tag = "Research Subgrid"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"bQH" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/purple/three_quarters,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQE" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Research Substation Bypass"},/obj/machinery/camera/network/engineering{dir = 4; c_tag = "Science Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"bQF" = (/obj/machinery/power/smes/buildable{input_level = 250000; input_level_max = 250000; output_level = 250000; output_level_max = 250000; RCon_tag = "Substation - Research"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"bQG" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Research Subgrid"; name_tag = "Research Subgrid"},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"bQH" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/corner/purple/three_quarters,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bQJ" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQK" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/vending/coffee,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = -30},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
+"bQK" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/vending/coffee,/obj/machinery/requests_console{name = "Science Requests Console"; pixel_y = -30; department = "Science"; departmentType = 2},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bQL" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/vending/cigarette,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bQM" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/vending/snack,/obj/machinery/newscaster{layer = 3.3; pixel_y = -27},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bQN" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/structure/table/glass,/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/recharger,/obj/item/book/wiki/research_and_development{pixel_x = 4; pixel_y = 10},/obj/item/book/wiki/excavation{pixel_y = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
"bQO" = (/obj/effect/floor_decal/corner/purple/diagonal{dir = 4},/obj/machinery/disposal,/obj/machinery/ai_status_display{pixel_y = -32},/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/rnd/restroom)
-"bQP" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bQP" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bQQ" = (/obj/machinery/conveyor{id = "mining_shuttle_internal"},/turf/simulated/floor/plating,/area/creaker/station)
"bQS" = (/obj/random/pottedplant,/obj/machinery/light,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bQT" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bQU" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bQV" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/obj/machinery/camera/network/medbay{c_tag = "Medbay Patient Wing 1"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bQT" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bQU" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bQV" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/obj/machinery/camera/network/medbay{dir = 8; c_tag = "Medbay Patient Wing 1"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bQW" = (/obj/machinery/door/window/southright{name = "Holding Cell"; req_access = list(2)},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
-"bQX" = (/obj/structure/window/reinforced{health = 1e+007},/obj/structure/bed/chair{dir = 8},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
+"bQX" = (/obj/structure/window/reinforced{health = 1e+07},/obj/structure/bed/chair{dir = 8},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bQY" = (/obj/machinery/mineral/processing_unit,/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/creaker/station)
"bQZ" = (/obj/structure/table/reinforced,/obj/machinery/recharger{pixel_y = 4},/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bRa" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bRb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bRb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bRc" = (/obj/effect/floor_decal/corner/red{dir = 6},/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bRd" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio2"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bRd" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio2"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bRe" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bRf" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bRf" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bRg" = (/mob/living/carbon/metroid,/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
-"bRh" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1379; master_tag = "xeno_airlock_control"; name = "Xenobiology Access Button"; pixel_x = -22; pixel_y = -8; req_access = list(55)},/obj/machinery/shower,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bRh" = (/obj/machinery/access_button{name = "Xenobiology Access Button"; dir = 4; pixel_x = -22; pixel_y = -8; frequency = 1379; req_access = list(55); command = "cycle_interior"; master_tag = "xeno_airlock_control"},/obj/machinery/shower,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bRi" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ore_box,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/creaker/station)
"bRj" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ore_box,/turf/simulated/floor/plating,/area/creaker/station)
-"bRk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1379; master_tag = "xeno_airlock_control"; name = "Xenobiology Access Button"; pixel_x = 23; pixel_y = -8; req_access = list(55)},/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/xray/research{c_tag = "Xenobiology Access"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bRk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/access_button{name = "Xenobiology Access Button"; dir = 4; pixel_x = 23; pixel_y = -8; frequency = 1379; req_access = list(55); command = "cycle_exterior"; master_tag = "xeno_airlock_control"},/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/camera/xray/research{c_tag = "Xenobiology Access"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bRl" = (/obj/machinery/field_generator,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage)
"bRm" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"bRn" = (/turf/simulated/shuttle/wall/merchant{dir = 9; icon_state = "merchwall"},/area/creaker/station)
+"bRn" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall"; dir = 9},/area/creaker/station)
"bRo" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/closet/crate,/obj/structure/railing,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/creaker/station)
"bRp" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/closet/crate,/obj/structure/railing,/turf/simulated/floor/plating,/area/creaker/station)
-"bRq" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Division Access"; req_access = list(47)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bRq" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
"bRr" = (/obj/machinery/mineral/stacking_machine,/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/creaker/station)
-"bRs" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Research,/obj/machinery/door/window/eastright{base_state = "left"; dir = 1; icon_state = "left"; name = "Research Division Delivery"; req_access = list(47)},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
-"bRt" = (/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Research Division Access"; req_access = list(47)},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bRu" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/bed/chair/comfy/teal,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bRv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 2; name = "CMO Office"; sortType = "CMO Office"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bRs" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Research,/obj/machinery/door/window/eastright{name = "Research Division Delivery"; icon_state = "left"; dir = 1; req_access = list(47); base_state = "left"},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/dark/rough,/area/rnd/research)
+"bRt" = (/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Research Division Access"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(47)},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
+"bRu" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/bed/chair/comfy/teal,/obj/effect/floor_decal/corner/pink{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bRv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/sortjunction{name = "CMO Office"; dir = 2; sortType = "CMO Office"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bRw" = (/obj/effect/floor_decal/corner/pink{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bRx" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "CMO's Office"},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/device/radio/intercom{pixel_y = 22},/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bRy" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/modular_computer/tablet/preset/custom_loadout/advanced,/obj/item/device/megaphone,/obj/machinery/alarm{pixel_y = 23},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bRz" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/light{dir = 1},/obj/machinery/firealarm{pixel_y = 24},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bRA" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/fireaxecabinet{desc = "Somebody offends your loyal medical minions? Probably, they have a pile of extra feet."; name = "CMO's fire axe"; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bRB" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Medical Officer's Desk"; departmentType = 5; name = "Chief Medical Officer RC"; pixel_y = 30},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bRA" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/fireaxecabinet{name = "CMO's fire axe"; desc = "Somebody offends your loyal medical minions? Probably, they have a pile of extra feet."; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bRB" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/requests_console{name = "Chief Medical Officer RC"; pixel_y = 30; department = "Chief Medical Officer's Desk"; departmentType = 5; announcementConsole = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bRC" = (/obj/structure/bed/chair/red,/obj/effect/floor_decal/corner/red/three_quarters{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/camera/network/security{c_tag = "Escape Shuttle Hallway - Security"},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bRD" = (/obj/structure/bed/chair/red,/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bRE" = (/obj/effect/floor_decal/corner/red{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bRF" = (/obj/structure/closet/secure_closet/personal,/obj/structure/sign/poster{pixel_x = 32},/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
-"bRG" = (/turf/simulated/shuttle/wall/merchant{dir = 10; icon_state = "merchwall"},/area/creaker/station)
+"bRG" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall"; dir = 10},/area/creaker/station)
"bRH" = (/obj/effect/floor_decal/corner/red/three_quarters{dir = 1},/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bRI" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/structure/sign/poster{pixel_x = -32},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bRJ" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/alarm{pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bRK" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/white,/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bRL" = (/turf/simulated/shuttle/wall/merchant{dir = 6; icon_state = "merchwall"},/area/creaker/station)
-"bRM" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bRN" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bRL" = (/turf/simulated/shuttle/wall/merchant{icon_state = "merchwall"; dir = 6},/area/creaker/station)
+"bRM" = (/obj/structure/bed/chair{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bRN" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bRO" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bRP" = (/turf/simulated/mineral,/area/maintenance/chapel/south)
"bRQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bRR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bRR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bRS" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bRT" = (/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/brigdoor/eastright{name = "Security Checkpoint"; req_access = list(63)},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bRU" = (/obj/structure/table/reinforced,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/effect/floor_decal/corner/red{dir = 9},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bRV" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bRW" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bRX" = (/obj/structure/closet/wardrobe/red,/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/light{dir = 4},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/item/clothing/accessory/holster/thigh,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bRY" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio2"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"bRW" = (/obj/effect/floor_decal/corner/red,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bRX" = (/obj/structure/closet/wardrobe/red,/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/machinery/light{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"; d2 = 8},/obj/item/clothing/accessory/holster/thigh,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bRY" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio2"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
"bRZ" = (/obj/machinery/disposal,/obj/structure/window/reinforced{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bSa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bSb" = (/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bSd" = (/turf/simulated/floor/asteroid,/turf/simulated/shuttle/wall/corner/merchant/sw,/area/creaker/station)
-"bSe" = (/obj/structure/shuttle/engine/heater,/turf/simulated/shuttle/wall/mining{dir = 4; icon_state = "mwall_straight"},/area/creaker/station)
+"bSe" = (/obj/structure/shuttle/engine/heater,/turf/simulated/shuttle/wall/mining{icon_state = "mwall_straight"; dir = 4},/area/creaker/station)
"bSf" = (/obj/machinery/disposal,/obj/structure/window/reinforced{dir = 1},/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bSg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/research)
-"bSh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bSh" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
"bSi" = (/turf/simulated/floor/asteroid,/turf/simulated/shuttle/wall/corner/merchant/se,/area/creaker/station)
"bSj" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/unpowered/simple/wood,/turf/simulated/floor/trim/wood/broken2,/area/crew_quarters/underdorm/theater/actor)
"bSk" = (/obj/structure/sign/poster{pixel_x = -32},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/underdorm/theater/actor)
"bSl" = (/obj/effect/decal/cleanable/dirt,/obj/effect/landmark/start/crew/mime,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/underdorm/theater/actor)
"bSm" = (/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/light{dir = 8},/obj/machinery/button/window_frame_tint{dir = 4; pixel_x = -26; pixel_y = -8},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
"bSn" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
-"bSo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{id_tag = "Dorm 1"; name = "Private Bedroom One"},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
-"bSp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{id_tag = "Dorm 2"; name = "Private Bedroom Two"},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"bSo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Private Bedroom One"; id_tag = "Dorm 1"},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
+"bSp" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Private Bedroom Two"; id_tag = "Dorm 2"},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bSq" = (/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bSr" = (/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 1},/obj/item/toy/plushie/spider,/turf/simulated/floor/trim/carpet/purple,/area/crew_quarters/sleep/cabin2)
"bSs" = (/turf/simulated/wall,/area/maintenance/chapel/south)
@@ -4302,26 +4308,26 @@
"bSA" = (/obj/structure/sink{dir = 1; pixel_y = 20},/obj/structure/mirror{pixel_y = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin1)
"bSB" = (/obj/machinery/disposal,/obj/structure/window/reinforced{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bSC" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/effect/floor_decal/corner/black{dir = 1},/obj/machinery/light{dir = 1},/obj/structure/sign/poster{pixel_y = 32},/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/masks,/obj/structure/table/standard,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bSD" = (/obj/machinery/door/airlock{id_tag = "rbath"; name = "Bathroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin1)
+"bSD" = (/obj/machinery/door/airlock{name = "Bathroom"; id_tag = "rbath"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin1)
"bSE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
-"bSF" = (/obj/machinery/button/remote/airlock{dir = 8; id = "Dorm 1"; name = "Door Bolts"; pixel_x = 25; specialfunctions = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
-"bSG" = (/obj/machinery/button/remote/airlock{dir = 4; id = "Dorm 2"; name = "Door Bolts"; pixel_x = -25; specialfunctions = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
+"bSF" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 8; pixel_x = 25; id = "Dorm 1"; specialfunctions = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
+"bSG" = (/obj/machinery/button/remote/airlock{name = "Door Bolts"; dir = 4; pixel_x = -25; id = "Dorm 2"; specialfunctions = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bSH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
-"bSI" = (/obj/machinery/door/airlock{id_tag = "rbath"; name = "Bathroom"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin2)
+"bSI" = (/obj/machinery/door/airlock{name = "Bathroom"; id_tag = "rbath"},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin2)
"bSJ" = (/obj/structure/sink{dir = 1; pixel_y = 20},/obj/structure/mirror{pixel_y = 32},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin2)
"bSK" = (/obj/machinery/shower{dir = 8},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin2)
-"bSL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"bSL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bSM" = (/obj/machinery/door/airlock{name = "Actors' Break Room"; req_one_access = list(43,44,57)},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"bSN" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/trim/wood/broken2,/area/crew_quarters/underdorm/theater/actor)
"bSO" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/hologram/holopad,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
-"bSP" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
+"bSP" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/white{icon_state = "0-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"bSQ" = (/obj/structure/toilet{dir = 1},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin1)
"bSR" = (/obj/structure/table/woodentable,/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/machinery/microwave{pixel_x = -3; pixel_y = -3},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
"bSS" = (/obj/structure/table/woodentable,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/white,/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/item/reagent_containers/food/cheesyfries,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin1)
"bST" = (/obj/structure/table/woodentable,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/white,/obj/item/storage/box/donkpockets,/obj/item/reagent_containers/food/donkpocket,/obj/item/reagent_containers/food/nachos,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bSU" = (/obj/structure/table/woodentable,/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/microwave{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"bSV" = (/obj/structure/toilet{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/sleep/cabin2)
-"bSW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"bSW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/white{icon_state = "2-8"},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bSX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bSY" = (/obj/machinery/light/small{dir = 8},/obj/machinery/light_switch{dir = 4; pixel_x = -26; pixel_y = 4},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/spiderling_remains,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"bSZ" = (/obj/structure/bed/chair/beige,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
@@ -4340,16 +4346,16 @@
"bTo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bTp" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bTq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"bTr" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 8},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bTr" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small{dir = 8},/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bTs" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bTt" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/obj/structure/reagent_dispensers/composttank,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bTu" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bTv" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/random/snack,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bTw" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bTx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink{dir = 4},/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/white/rough,/area/medical/medbay4)
-"bTy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{id_tag = "cmodoor"; name = "CMO's Office"; req_access = list(40)},/obj/effect/floor_decal/corner/paleblue/diagonal,/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bTz" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bTA" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bTu" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/alarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bTv" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/table/standard{name = "plastic table frame"},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/random/snack,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bTw" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bTx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bTy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "CMO's Office"; req_access = list(40); id_tag = "cmodoor"},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bTz" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bTA" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bTB" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bTC" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/paper_bin,/obj/item/folder/white{pixel_y = 10},/obj/item/clipboard,/obj/item/pen,/obj/item/stamp/cmo,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/stamp/ok,/obj/item/stamp/denied,/obj/item/stamp/void,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bTD" = (/obj/machinery/alarm{pixel_y = 23},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
@@ -4366,30 +4372,29 @@
"bTO" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/light{dir = 4},/obj/machinery/vending/wallmed2{pixel_x = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bTP" = (/obj/structure/table/reinforced,/obj/item/crowbar,/obj/item/device/flash,/obj/effect/floor_decal/corner/red/three_quarters,/obj/item/book/wiki/nt_regs,/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bTQ" = (/obj/item/modular_computer/console/preset/security,/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
-"bTR" = (/obj/item/modular_computer/console/preset/command,/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/camera/network/security{c_tag = "Security - Arrival Checkpoint"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
+"bTR" = (/obj/item/modular_computer/console/preset/command,/obj/effect/floor_decal/corner/red/three_quarters{dir = 4},/obj/machinery/camera/network/security{dir = 1; c_tag = "Security - Arrival Checkpoint"},/turf/simulated/floor/tiled/dark/rough,/area/security/checkpoint2)
"bTS" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/effect/floor_decal/rust,/turf/simulated/floor,/area/maintenance/research_port)
"bTT" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/shower,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bTU" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bTV" = (/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"bTW" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green,/obj/structure/cable/green{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bTX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bTW" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green,/obj/structure/cable/green{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bTX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bTY" = (/obj/random/trash,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bTZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/tape_roll,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bUa" = (/obj/machinery/alarm{pixel_y = 24},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bUb" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/table/rack{dir = 8},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/random/clothing/hat,/obj/item/clothing/mask/gas/cyborg,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bUc" = (/obj/random/closet,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bUd" = (/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUe" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUf" = (/obj/structure/bed/chair/comfy/teal{dir = 1},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bUg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bUh" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bUe" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUf" = (/obj/structure/bed/chair/comfy/teal{dir = 1},/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bUg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bUh" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bUi" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bUj" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bUk" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/disposalpipe/segment,/mob/living/simple_animal/cat/fluff/Runtime,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bUj" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bUl" = (/obj/structure/bed/chair/beige{dir = 4},/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bUm" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/device/radio{frequency = 1487; name = "medbay emergency radio link"},/obj/item/paper/exodus_cmo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bUn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bUo" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/keycard_auth{pixel_x = -22; pixel_y = 45},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "virologyquar"; name = "Virology Emergency Lockdown Control"; pixel_x = -22; pixel_y = 38; req_access = list(5)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "medbayquar"; name = "Medbay Emergency Lockdown Control"; pixel_x = -22; pixel_y = 30; req_access = list(5)},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "cmooffice"; name = "CMO Privacy Shutters"; pixel_x = -22; pixel_y = 23},/obj/effect/landmark/start/crew/cmo,/obj/machinery/button/window_frame_tint{pixel_x = -22; pixel_y = 16},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bUm" = (/obj/structure/table/glass,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/item/device/radio{name = "medbay emergency radio link"; frequency = 1487},/obj/item/paper/exodus_cmo,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bUn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bUo" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/keycard_auth{pixel_x = -22; pixel_y = 45},/obj/machinery/button/remote/blast_door{name = "Virology Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_x = -22; pixel_y = 38; id = "virologyquar"; req_access = list(5)},/obj/machinery/button/remote/blast_door{name = "Medbay Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_x = -22; pixel_y = 30; id = "medbayquar"; req_access = list(5)},/obj/machinery/button/remote/blast_door{name = "CMO Privacy Shutters"; desc = "A remote control-switch for shutters."; pixel_x = -22; pixel_y = 23; id = "cmooffice"},/obj/effect/landmark/start/crew/cmo,/obj/machinery/button/window_frame_tint{pixel_x = -22; pixel_y = 16},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bUp" = (/obj/structure/bed/chair/red{dir = 1},/obj/effect/floor_decal/corner/red/three_quarters,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bUq" = (/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/ring_south)
"bUr" = (/obj/structure/bed/chair/red{dir = 1},/obj/effect/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
@@ -4404,65 +4409,64 @@
"bUA" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bUB" = (/obj/structure/bed/chair{dir = 8},/obj/effect/floor_decal/corner/white,/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bUC" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/camera/network/medbay{c_tag = "Medbay Psychiatrist's Office"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/trim/wood,/area/medical/psych)
-"bUD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bUE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bUE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"bUF" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bUG" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bUG" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/locker)
"bUH" = (/obj/machinery/vending/coffee,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
"bUI" = (/obj/machinery/vending/snack,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
"bUJ" = (/obj/machinery/vending/cigarette,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/entry/starboard)
"bUK" = (/obj/structure/table/woodentable,/obj/item/hand_labeler,/obj/item/device/assembly/timer,/obj/item/device/eftpos{eftpos_name = "Bridge EFTPOS scanner"},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/trim/wood,/area/bridge)
-"bUL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bUM" = (/obj/effect/floor_decal/corner/purple{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bUN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bUO" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bUT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-j2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bUU" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
+"bUL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bUM" = (/obj/effect/floor_decal/corner/purple{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bUN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bUO" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUP" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUQ" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUR" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bUT" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bUU" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
"bUW" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bUX" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/newscaster{dir = 4; pixel_x = -32},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bUY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bUY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bUZ" = (/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/bed/chair/wheelchair,/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bVa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bVb" = (/obj/structure/closet/secure_closet/CMO,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/light,/obj/structure/sign/goldenplaque{desc = "In memory of Fin De Siecle. Professional medic, leader and axeman."; name = "The Most Robust Doctor 2562"; pixel_y = -32},/obj/structure/cable/green,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bVb" = (/obj/structure/closet/secure_closet/CMO,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/machinery/light,/obj/structure/sign/goldenplaque{name = "The Most Robust Doctor 2562"; desc = "In memory of Fin De Siecle. Professional medic, leader and axeman."; pixel_y = -32},/obj/structure/cable/green,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bVc" = (/obj/structure/table/steel,/obj/random/toolbox,/obj/random/tool,/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bVd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bVd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bVe" = (/obj/structure/skele_stand,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bVi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bVj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bVk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{dir = 4; name = "Drone Fabrication"; sortType = "Drone Fabrication"},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
+"bVi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bVj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bVk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/sortjunction/flipped{name = "Drone Fabrication"; dir = 4; sortType = "Drone Fabrication"},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bVl" = (/obj/effect/landmark/joinlate/cyborg,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
"bVm" = (/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bVn" = (/obj/random/pottedplant,/obj/effect/floor_decal/corner/paleblue/diagonal,/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
-"bVo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/security/checkpoint2)
+"bVo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/security/checkpoint2)
"bVp" = (/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/yellow,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bVq" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bVr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"bVs" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/camera/network/medbay{c_tag = "CMO's Office 2"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
+"bVq" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bVr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bVs" = (/obj/item/modular_computer/console/preset/medical,/obj/effect/floor_decal/corner/paleblue/diagonal,/obj/machinery/camera/network/medbay{dir = 8; c_tag = "CMO's Office 2"},/turf/simulated/floor/tiled/white/rough,/area/crew_quarters/heads/cmo)
"bVt" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/crew/cyborg,/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
-"bVB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bVD" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bVB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bVD" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
"bVE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(11,24)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/engineering/drone_fabrication)
-"bVF" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable/yellow,/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bVF" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable/yellow,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bVG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
"bVI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_security{name = "Escape Shuttle Cell"; req_access = list(1)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark/rough,/area/hallway/secondary/exit)
"bVJ" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bVK" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bVL" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/wall/r_wall,/area/turret_protected/ai_server_room)
+"bVL" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/wall/r_wall,/area/turret_protected/ai_server_room)
"bVM" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bVN" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Escape Shuttle Hallway - East"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bVO" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{layer = 2.4; level = 2},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bVP" = (/obj/effect/floor_decal/corner/paleblue{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bVQ" = (/obj/machinery/door/airlock/glass{name = "Departures"},/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bVR" = (/obj/machinery/camera/network/command{c_tag = "AI - Messaging Server"; dir = 1},/obj/machinery/blackbox_recorder,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
+"bVR" = (/obj/machinery/camera/network/command{dir = 1; c_tag = "AI - Messaging Server"},/obj/machinery/blackbox_recorder,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
"bVS" = (/obj/machinery/message_server,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
"bVT" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bVU" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bVV" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bVW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bVU" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bVV" = (/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bVW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bVX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bVY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bVZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
@@ -4471,7 +4475,7 @@
"bWc" = (/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bWd" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/plating,/area/maintenance/medbay)
"bWe" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bWf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
+"bWf" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/hallway/secondary/exit)
"bWg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bWh" = (/obj/structure/closet/emcloset,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bWi" = (/obj/machinery/vending/wallmed1{name = "Emergency NanoMed"; pixel_x = 28},/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
@@ -4481,44 +4485,44 @@
"bWm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bWn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bWo" = (/obj/structure/sign/warning/biohazard,/turf/simulated/wall/r_wall,/area/medical/virology)
-"bWq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bWr" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/sign/highexplosive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bWq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bWr" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/sign/highexplosive{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bWs" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/industrial/box/yellow,/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bWt" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/industrial/box/yellow,/obj/machinery/light/small,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bWu" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/effect/floor_decal/industrial/box/yellow,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"bWv" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"bWw" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning,/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/rough,/area/maintenance/research_starboard)
-"bWx" = (/obj/effect/floor_decal/corner/pink{dir = 1},/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/white/rough,/area/medical/medbay4)
-"bWy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bWw" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"bWx" = (/obj/effect/floor_decal/corner/pink{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bWy" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bWz" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/corner/pink{dir = 4},/obj/structure/bed/roller,/obj/structure/closet/walllocker/emerglocker{pixel_x = 32},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bWA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWB" = (/obj/item/caution/cone,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bWC" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1380; layer = 7; master_tag = "tox_ext_inner"; name = "exterior access button"; pixel_x = 22; pixel_y = -6; req_one_access = list(8)},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bWC" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/machinery/access_button{name = "exterior access button"; dir = 8; layer = 7; pixel_x = 22; pixel_y = -6; frequency = 1380; command = "cycle_interior"; req_one_access = list(8); master_tag = "tox_ext_inner"},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bWD" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWE" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWF" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Escape Shuttle Hallway - West"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bWH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bWI" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/structure/table/glass,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/masks,/obj/machinery/light{dir = 1},/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; id = "virologyquar"; name = "Virology Emergency Lockdown Control"; pixel_y = 26; req_access = list(5)},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
+"bWH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bWI" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/structure/table/glass,/obj/item/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/masks,/obj/machinery/light{dir = 1},/obj/machinery/button/remote/blast_door{name = "Virology Emergency Lockdown Control"; desc = "A remote control-switch for shutters."; pixel_y = 26; id = "virologyquar"; req_access = list(5)},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bWJ" = (/obj/structure/table/glass,/obj/structure/reagent_dispensers/virusfood{density = 0; pixel_y = 32},/obj/item/storage/fancy/vials,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/obj/item/reagent_containers/syringe/antiviral/packaged,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bWK" = (/obj/machinery/computer/centrifuge,/obj/item/storage/secure/safe{pixel_x = 5; pixel_y = 29},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bWL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/navbeacon/frontier/DEPARTURES,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWM" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/structure/sign/poster{pixel_x = -32},/turf/simulated/floor/plating,/area/quartermaster/office)
"bWN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bWO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bWP" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bWO" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bWP" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"bWQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWR" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bWS" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/crew/virologist,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bWT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bWU" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"bWU" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bWV" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWX" = (/obj/machinery/door/airlock/glass{name = "Departures"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bWY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bWZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bXa" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/navbeacon/frontier/ARRIVALS2,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bXb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/plaque,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bXb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/effect/floor_decal/plaque,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bXc" = (/obj/machinery/navbeacon/frontier/ARRIVALS1,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bXd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bXe" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
@@ -4527,47 +4531,47 @@
"bXh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bXi" = (/obj/machinery/atm{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bXj" = (/obj/machinery/firealarm{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bXk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "conpipe-c"},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bXk" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "conpipe-c"; dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bXl" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bXm" = (/obj/machinery/disease2/isolator,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bXn" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bXo" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bXp" = (/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Starboard East"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bXq" = (/obj/machinery/alarm{pixel_y = 23},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bXo" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bXp" = (/obj/machinery/light{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Starboard East"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bXq" = (/obj/machinery/alarm{pixel_y = 23},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bXr" = (/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"bXs" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bXt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bXu" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bXs" = (/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bXt" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/plating,/area/maintenance/research_port)
+"bXu" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"bXv" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/bed/chair{dir = 8},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bXw" = (/obj/structure/sign/poster{pixel_x = -32},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"bXx" = (/obj/effect/floor_decal/spline/plain/grey{dir = 8},/obj/structure/closet/crate/freezer,/obj/item/virusdish/random,/obj/item/virusdish/random,/obj/item/virusdish/random,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bXy" = (/obj/structure/table/standard,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/cell/high{layer = 4; pixel_x = 5; pixel_y = 9},/obj/item/cell/high{layer = 4; pixel_x = -5; pixel_y = 12},/obj/item/screwdriver{layer = 4; pixel_y = 4},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/structure/fireaxecabinet{pixel_y = -30},/obj/effect/floor_decal/corner/beige/three_quarters{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/turf/simulated/floor/tiled/white/rough,/area/medical/storage2)
"bXz" = (/obj/item/storage/box/syringes{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/beakers,/obj/item/reagent_containers/dropper,/obj/structure/table/glass,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
"bXA" = (/obj/machinery/disease2/incubator,/turf/simulated/floor/tiled/freezer,/area/medical/virology)
-"bXC" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"bXD" = (/obj/machinery/door/firedoor,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Lab"; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"bXE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Xenoflora Lab"; req_access = list(55)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"bXF" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal,/obj/effect/floor_decal/corner/pink/three_quarters,/obj/machinery/camera/network/medbay{c_tag = "Medbay Patient Wing 2"; dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
-"bXG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/junction,/obj/effect/floor_decal/corner/pink{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bXC" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bXD" = (/obj/machinery/door/firedoor,/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/door/airlock/research{name = "Toxins Lab"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"bXE" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_research{name = "Xenoflora Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(55)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"bXF" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal,/obj/effect/floor_decal/corner/pink/three_quarters,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Medbay Patient Wing 2"},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bXG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/junction,/obj/effect/floor_decal/corner/pink{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bXH" = (/obj/effect/floor_decal/corner/pink/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bXI" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/window/westleft{name = "Medbay Delivery"; req_access = list(5)},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/cmo)
"bXJ" = (/obj/machinery/lapvend,/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bXK" = (/obj/item/device/radio/intercom{canhear_range = 4; dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
+"bXK" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22; canhear_range = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"bXL" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXM" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXN" = (/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/effect/floor_decal/industrial/warning/red/corner,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXO" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"bXP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/medbay)
-"bXQ" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1380; layer = 7; master_tag = "escape_dock_south_airlock"; name = "interior access button"; pixel_x = 26; pixel_y = -26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bXQ" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; layer = 7; pixel_x = 26; pixel_y = -26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "escape_dock_south_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXR" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/industrial/warning/corner,/obj/effect/floor_decal/industrial/warning/red/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXS" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/obj/machinery/status_display{pixel_y = -32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
-"bXT" = (/obj/machinery/atmospherics/unary/freezer{dir = 1; icon_state = "freezer"},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
+"bXT" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"; dir = 1},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"bXU" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
"bXV" = (/obj/structure/table/standard{name = "plastic table frame"},/obj/item/wrench,/obj/item/reagent_containers/vessel/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/machinery/light/he,/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/item/reagent_containers/vessel/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
"bXW" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/binary/passive_gate/on{dir = 8},/turf/simulated/floor/tiled/freezer,/area/medical/sleeper)
-"bXX" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/machinery/embedded_controller/radio/docking_port_multi{child_names_txt = "Airlock One;Airlock Two"; child_tags_txt = "escape_dock_north_airlock;escape_dock_south_airlock"; dir = 1; frequency = 1380; id_tag = "escape_dock"; layer = 7; pixel_y = -26; req_one_access = list(13)},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bXX" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/machinery/embedded_controller/radio/docking_port_multi{dir = 1; layer = 7; pixel_y = -26; frequency = 1380; req_one_access = list(13); id_tag = "escape_dock"; child_tags_txt = "escape_dock_north_airlock;escape_dock_south_airlock"; child_names_txt = "Airlock One;Airlock Two"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bXY" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/machinery/light{dir = 8},/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
-"bXZ" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1380; layer = 7; master_tag = "escape_dock_north_airlock"; name = "interior access button"; pixel_x = -26; pixel_y = -26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
+"bXZ" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; layer = 7; pixel_x = -26; pixel_y = -26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "escape_dock_north_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning/red,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bYa" = (/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bYb" = (/obj/machinery/door/airlock/glass{name = "Departures"},/obj/machinery/door/firedoor,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/exit)
"bYc" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
@@ -4575,14 +4579,14 @@
"bYe" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYf" = (/obj/effect/floor_decal/corner/white{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYg" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bYh" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bYh" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYi" = (/obj/structure/table/woodentable,/obj/item/material/ashtray,/obj/random/snack,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/trim/carpet/oldred,/area/hallway/secondary/entry/fore)
"bYj" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bYk" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Fore 1"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bYk" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Arrival Shuttle Hallway - Fore 1"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYl" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYm" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bYn" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bYo" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "cmooffice"; name = "CMO Office Privacy Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
+"bYo" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/obj/machinery/door/blast/shutters{name = "CMO Office Privacy Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "cmooffice"},/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
"bYp" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYq" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYr" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
@@ -4590,112 +4594,111 @@
"bYt" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYu" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYv" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bYw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"bYw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"bYx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYy" = (/turf/simulated/shuttle/wall/corner/smoothwhite/se,/area/shuttle/arrival/station)
-"bYz" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYD" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYF" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/item/trash/popcorn,/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bYG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"bYJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bYK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"bYL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/closet/secure_closet/xenobio,/obj/item/storage/xenobag,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bYz" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYD" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYF" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/item/trash/popcorn,/obj/structure/cable/yellow{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bYG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
+"bYJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Disposal Access"; req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bYK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"bYL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/structure/closet/secure_closet/xenobio,/obj/item/storage/xenobag,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bYM" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bYN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
-"bYO" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "mining_vessel_hatch"; locked = 1; name = "Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating,/area/creaker/station)
+"bYN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance Access"; req_access = list(12,24)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/substation/atmospherics)
+"bYO" = (/obj/machinery/door/airlock/external{name = "Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "mining_vessel_hatch"},/turf/simulated/floor/plating,/area/creaker/station)
"bYP" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/library)
-"bYR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/library)
-"bYS" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1380; master_tag = "deathsquad_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -26; pixel_y = -26; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/caution/yellow{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bYT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bYR" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/library)
+"bYS" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; pixel_x = -26; pixel_y = -26; frequency = 1380; command = "cycle_interior"; req_one_access = list(13); master_tag = "deathsquad_shuttle_dock_airlock"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/caution/yellow{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
+"bYT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bYU" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/caution/yellow{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bYV" = (/obj/structure/bed/chair/shuttle/blue{dir = 8},/obj/effect/landmark/joinlate,/obj/machinery/light{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/shuttle/blue,/area/shuttle/arrival/station)
-"bYW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsci.dmi'; icon_state = "door_locked"; id_tag = "xeno_airlock_interior"; locked = 1; name = "Xenobiology Internal Airlock"; req_access = list(55)},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/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/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bYW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Xenobiology Internal Airlock"; icon = 'icons/obj/doors/doorsci.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(55); id_tag = "xeno_airlock_interior"; autoclose = 0},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"bYX" = (/obj/structure/window/reinforced{dir = 8},/obj/item/target,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"bYY" = (/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bYZ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"bYY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bYZ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bZa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bZb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bZc" = (/obj/structure/flora/ausbushes/ywflowers,/obj/machinery/light/small/hl,/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
"bZd" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
-"bZe" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/blue{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"bZf" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Anomalous Materials"; req_access = list(65)},/obj/structure/cable/blue{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"bZg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bZh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bZi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"bZj" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"bZk" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"bZl" = (/obj/structure/closet/secure_closet/scientist,/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab Checkpoint"; dir = 8},/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"bZe" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable/blue{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"bZf" = (/obj/effect/floor_decal/spline/fancy/corner{dir = 8},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Anomalous Materials"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/structure/cable/blue{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"bZg" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bZh" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bZi" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"bZj" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"bZk" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"bZl" = (/obj/structure/closet/secure_closet/scientist,/obj/machinery/camera/network/research{dir = 8; c_tag = "Research - Toxins Lab Checkpoint"},/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"bZm" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/structure/lattice,/turf/simulated/floor/asteroid,/area/mine/explored)
"bZn" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_l"},/turf/simulated/floor/asteroid,/area/creaker/station)
"bZo" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/library)
"bZp" = (/obj/machinery/light/small/red{dir = 4},/obj/random/trash,/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/maintenance/locker)
-"bZq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; initialize_directions = 4; use_power = 1; volume_rate = 500},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
+"bZq" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; use_power = 1; volume_rate = 500; initialize_directions = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/plating,/area/engineering/atmos)
"bZr" = (/turf/space,/area/mine/explored)
"bZs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/maintenance/locker)
"bZt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/locker)
"bZu" = (/obj/structure/table/rack{dir = 1},/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/hud/standard/meson,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/cobweb,/turf/simulated/floor/plating,/area/maintenance/locker)
"bZv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"bZw" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"bZx" = (/obj/machinery/airlock_sensor{dir = 4; id_tag = "research_sensor"; pixel_x = -25},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/outpost/research/eva)
+"bZx" = (/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25; id_tag = "research_sensor"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/outpost/research/eva)
"bZy" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"bZz" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Storage"; network = list("Research","Miscellaneous Reseach")},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"bZz" = (/obj/effect/floor_decal/industrial/warning/cee{dir = 1},/obj/machinery/camera/network/research{network = list("Research","Miscellaneous Reseach"); c_tag = "Research - Toxins Storage"},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"bZA" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"bZB" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"bZC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/closet/secure_closet/xenobio,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"bZD" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"bZD" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"bZE" = (/obj/machinery/light/small/red,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"bZF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"bZF" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/engineering)
"bZI" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/research_starboard)
-"bZJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"bZK" = (/obj/machinery/smartfridge,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/button/remote/blast_door{id = "xenobotwindow"; name = "Xenoflora Window Blast Doors"; pixel_y = 28; req_access = list(55)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"bZJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"bZK" = (/obj/machinery/smartfridge,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/button/remote/blast_door{name = "Xenoflora Window Blast Doors"; pixel_y = 28; id = "xenobotwindow"; req_access = list(55)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"bZL" = (/obj/machinery/botany/extractor,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"bZM" = (/obj/machinery/botany/editor,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"bZN" = (/obj/machinery/seed_storage/xenobotany,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"bZO" = (/obj/machinery/vending/hydronutrients{categories = 3},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"bZP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{icon = 'icons/obj/doors/doorviro.dmi'; name = "Medbay Maintenance"; req_access = list(5)},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
+"bZP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{name = "Medbay Maintenance"; icon = 'icons/obj/doors/doorviro.dmi'; req_access = list(5)},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/white/rough,/area/medical/medbay4)
"bZQ" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/plasticflaps{opacity = 1},/obj/machinery/navbeacon/delivery/Medbay,/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/crew_quarters/heads/cmo)
"bZR" = (/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
-"bZS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/white,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"bZT" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
+"bZS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/white,/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"bZT" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/border_only,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bZU" = (/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/medbay)
"bZV" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/fore)
"bZW" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bZY" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"bZZ" = (/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/starboard)
"caa" = (/obj/item/trash/candy,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"cab" = (/obj/machinery/button/remote/driver{dir = 4; id = "trash"; pixel_x = -25; pixel_y = -7},/obj/machinery/button/remote/blast_door{dir = 4; id = "Disposal Exit"; name = "Disposal Vent Control"; pixel_x = -25; pixel_y = 4; req_access = list(12)},/obj/machinery/alarm{dir = 1; pixel_y = -22},/obj/machinery/light/small{dir = 8},/obj/random/trash,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"cab" = (/obj/machinery/button/remote/driver{dir = 4; pixel_x = -25; pixel_y = -7; id = "trash"},/obj/machinery/button/remote/blast_door{name = "Disposal Vent Control"; dir = 4; pixel_x = -25; pixel_y = 4; id = "Disposal Exit"; req_access = list(12)},/obj/machinery/alarm{dir = 1; pixel_y = -22},/obj/machinery/light/small{dir = 8},/obj/random/trash,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/plating,/area/maintenance/disposal)
"cac" = (/obj/effect/decal/cleanable/generic,/turf/simulated/floor/plating,/area/storage/emergency)
"cad" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/plating,/area/storage/emergency)
"cae" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/vomit,/turf/simulated/floor/trim/wood,/area/crew_quarters/underdorm/theater/actor)
"caf" = (/obj/machinery/light/small/red{dir = 1},/obj/random/tool,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"cag" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "mining_vessel_hatch"; locked = 1; name = "Docking Hatch"; req_access = list(13)},/turf/simulated/floor/plating,/area/creaker/station)
+"cag" = (/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/airlock/external{name = "Docking Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "mining_vessel_hatch"},/turf/simulated/floor/plating,/area/creaker/station)
"cah" = (/obj/effect/floor_decal/rust,/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/item/stock_parts/matter_bin,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"cai" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"caj" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
-"cal" = (/obj/machinery/door/airlock/research{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorsci.dmi'; icon_state = "door_locked"; id_tag = "xeno_airlock_exterior"; locked = 1; name = "Xenobiology External Airlock"; req_access = list(55)},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "xenobioaccess"; name = "Biohazard Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/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/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"cam" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cal" = (/obj/machinery/door/airlock/research{name = "Xenobiology External Airlock"; icon = 'icons/obj/doors/doorsci.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(55); id_tag = "xeno_airlock_exterior"; autoclose = 0},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular{name = "Biohazard Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "xenobioaccess"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"cam" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/engineering)
"can" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"cao" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/structure/cable{d2 = 8; dir = 1; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"cap" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "mining_west_inner"; locked = 1; name = "Creaker - External Access"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/creaker/station)
+"cao" = (/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"; dir = 1; d2 = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"cap" = (/obj/machinery/door/airlock/external{name = "Creaker - External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; id_tag = "mining_west_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/creaker/station)
"caq" = (/turf/simulated/floor/asteroid,/area/creaker/east)
"car" = (/obj/effect/shuttle_landmark/creaker/east,/turf/simulated/floor/asteroid,/area/creaker/east)
"cas" = (/turf/simulated/floor/asteroid,/area/creaker/west)
"cat" = (/obj/effect/shuttle_landmark/creaker/west,/turf/simulated/floor/asteroid,/area/creaker/west)
"cau" = (/obj/machinery/conveyor{dir = 5; id = "mining_shuttle_internal"},/turf/simulated/floor/plating,/area/creaker/station)
-"cav" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"caw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/rust,/mob/living/simple_animal/mouse,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"cav" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cax" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"cay" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/locker)
"caz" = (/obj/structure/table/steel,/obj/item/stack/material/steel/ten,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/box/lights/bulbs/old,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"caA" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/locker)
"caB" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/locker)
-"caC" = (/obj/effect/floor_decal/corner/purple/three_quarters,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"caC" = (/obj/effect/floor_decal/corner/purple/three_quarters,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"caD" = (/obj/structure/closet/bombcloset,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"caE" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"caG" = (/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/arrivals)
@@ -4704,7 +4707,7 @@
"caJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"caL" = (/obj/structure/closet/l3closet/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"caM" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
-"caO" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "xenobotwindow"; name = "Biohazard Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology/xenoflora)
+"caO" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/blast/regular{name = "Biohazard Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "xenobotwindow"},/turf/simulated/floor/plating,/area/rnd/xenobiology/xenoflora)
"caP" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc/full{pixel_y = 2},/turf/simulated/floor/trim/wood,/area/maintenance/arrivals)
"caQ" = (/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/maintenance/cargo)
"caR" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood{icon_state = "wood_broken6"},/area/maintenance/arrivals)
@@ -4718,17 +4721,17 @@
"caZ" = (/obj/item/stool/bar_new/padded,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"cba" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/maintenance/arrivals)
"cbb" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/light/small/he{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
-"cbc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"cbd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"cbe" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cbf" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_inner"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/closet/l3closet/scientist,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"cbd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"cbe" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_inner"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbf" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"cbg" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"cbh" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "deathsquad_shuttle_dock_pump"},/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cbi" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "deathsquad_shuttle_dock_airlock"; pixel_x = 30; req_access = list(0); req_one_access = list(13); tag_airpump = "deathsquad_shuttle_dock_pump"; tag_chamber_sensor = "deathsquad_shuttle_dock_sensor"; tag_exterior_door = "deathsquad_shuttle_dock_outer"; tag_interior_door = "deathsquad_shuttle_dock_inner"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cbj" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/airlock_sensor{dir = 4; frequency = 1380; id_tag = "deathsquad_shuttle_dock_sensor"; pixel_x = -25},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbi" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; pixel_x = 30; frequency = 1380; req_access = list(0); req_one_access = list(13); id_tag = "deathsquad_shuttle_dock_airlock"; tag_exterior_door = "deathsquad_shuttle_dock_outer"; tag_interior_door = "deathsquad_shuttle_dock_inner"; tag_airpump = "deathsquad_shuttle_dock_pump"; tag_chamber_sensor = "deathsquad_shuttle_dock_sensor"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbj" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/airlock_sensor{dir = 4; pixel_x = -25; frequency = 1380; id_tag = "deathsquad_shuttle_dock_sensor"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"cbk" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "deathsquad_shuttle_dock_pump"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cbl" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "deathsquad_shuttle_dock_airlock"; name = "exterior access button"; pixel_x = -26; pixel_y = -5; req_one_access = list(13)},/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cbm" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "deathsquad_shuttle_dock_outer"; locked = 1; name = "Docking Port Airlock"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbl" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = -26; pixel_y = -5; frequency = 1380; command = "cycle_exterior"; req_one_access = list(13); master_tag = "deathsquad_shuttle_dock_airlock"},/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
+"cbm" = (/obj/machinery/door/airlock/external{name = "Docking Port Airlock"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "deathsquad_shuttle_dock_outer"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"cbo" = (/turf/space,/area/rescue_base/northeast)
"cbp" = (/turf/space,/area/shuttle/deathsquad/station)
"cbq" = (/obj/effect/shuttle_landmark/deathsquad/station,/turf/space,/area/shuttle/deathsquad/station)
@@ -4773,14 +4776,14 @@
"ccd" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cce" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
"ccf" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/oldflood,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/white/rough,/area/maintenance/medbay)
-"ccg" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/white/rough,/area/maintenance/medbay)
+"ccg" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/white/rough,/area/maintenance/medbay)
"cch" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/oldflood,/obj/structure/sign/redcross{name = "Medbay"; pixel_y = 32},/turf/simulated/floor/tiled/white/rough,/area/maintenance/medbay)
-"ccj" = (/obj/structure/filingcabinet/chestdrawer{desc = "A large drawer filled with autopsy reports."; name = "Autopsy Reports"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
+"ccj" = (/obj/structure/filingcabinet/chestdrawer{name = "Autopsy Reports"; desc = "A large drawer filled with autopsy reports."},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/tiled/freezer,/area/medical/morgue)
"cck" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/library)
"ccl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/oldflood,/obj/machinery/light/small/hl,/turf/simulated/floor/tiled/white/rough,/area/maintenance/medbay)
-"ccm" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"ccn" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cco" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"ccm" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
+"ccn" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"cco" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ccp" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/trim/wood{icon_state = "wood_broken5"},/area/maintenance/bridge/west)
"ccq" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ccr" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
@@ -4790,46 +4793,46 @@
"ccv" = (/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"ccw" = (/obj/effect/floor_decal/rust,/obj/structure/sign/poster{pixel_x = -32},/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/item/cell/standard,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"ccx" = (/obj/effect/floor_decal/rust,/obj/item/caution/cone,/obj/random/tool,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"ccy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
-"ccz" = (/obj/machinery/door/airlock/glass_research{icon = 'icons/obj/doors/doorsciglass.dmi'; name = "Toxins Lab"; req_access = list(8)},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"ccy" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai_server_room)
+"ccz" = (/obj/machinery/door/airlock/glass_research{name = "Toxins Lab"; icon = 'icons/obj/doors/doorsciglass.dmi'; req_access = list(8)},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"ccA" = (/obj/machinery/portable_atmospherics/canister/sleeping_agent,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"ccB" = (/obj/machinery/portable_atmospherics/canister/plasma,/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
"ccC" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/light{dir = 8},/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"ccD" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"ccD" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"ccE" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"ccF" = (/obj/machinery/biogenerator,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"ccG" = (/obj/machinery/chem_master,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"ccH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/reagent_dispensers/watertank,/obj/item/reagent_containers/vessel/bucket,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"ccI" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/trim/wood,/area/maintenance/bridge/west)
-"ccJ" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/white,/obj/machinery/camera/network/civilian_east{c_tag = "Dormitory Bedroom Entrance"; dir = 1},/obj/structure/sign/poster{pixel_x = 32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
-"ccK" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio1"; name = "Containment Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"ccI" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/turf/simulated/floor/trim/wood,/area/maintenance/bridge/west)
+"ccJ" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/white,/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Dormitory Bedroom Entrance"},/obj/structure/sign/poster{pixel_x = 32; poster_type = "/datum/poster/bay_9"},/turf/simulated/floor/tiled/dark/rough,/area/crew_quarters/sleep/dorms)
+"ccK" = (/obj/structure/window_frame/grille/rglass,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio1"},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/plating,/area/rnd/xenobiology)
"ccL" = (/obj/structure/closet/crate/solar_assembly,/turf/simulated/floor/plating,/area/engineering/storage)
"ccM" = (/obj/machinery/field_generator,/turf/simulated/floor/plating,/area/engineering/storage)
"ccN" = (/obj/machinery/suit_cycler/medical,/obj/effect/floor_decal/industrial/box/blue,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/ai_monitored/storage/eva)
"ccQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"ccR" = (/obj/machinery/door/blast/regular{id = "Disposal Exit"; name = "Disposal Exit Vent"},/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/simulated/floor/plating,/area/maintenance/disposal)
-"ccS" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_c"},/area/shuttle/escape_pod2/station)
+"ccR" = (/obj/machinery/door/blast/regular{name = "Disposal Exit Vent"; id = "Disposal Exit"},/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/simulated/floor/plating,/area/maintenance/disposal)
+"ccS" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 4},/area/shuttle/escape_pod2/station)
"ccT" = (/turf/simulated/wall/r_wall,/area/maintenance/chapel)
"ccU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"ccV" = (/turf/simulated/shuttle/wall{dir = 4; icon_state = "swall_straight"},/area/shuttle/escape_pod2/station)
+"ccV" = (/turf/simulated/shuttle/wall{icon_state = "swall_straight"; dir = 4},/area/shuttle/escape_pod2/station)
"ccW" = (/turf/simulated/shuttle/wall/corner/smoothwhite/ne,/area/shuttle/escape_pod2/station)
-"ccX" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
+"ccX" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light{dir = 1},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
"ccY" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ccZ" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"cda" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_2_hatch"; locked = 1; name = "Escape Pod Hatch"; req_access = list(13)},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
+"cda" = (/obj/machinery/door/airlock/external{name = "Escape Pod Hatch"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_2_hatch"},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
"cdb" = (/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/light/small/emergency{dir = 1},/obj/structure/bed/chair/shuttle/blue{dir = 4},/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
-"cdc" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; frequency = 1380; id_tag = "escape_pod_2"; pixel_y = -25; tag_door = "escape_pod_2_hatch"},/obj/structure/bed/chair/shuttle/blue{dir = 4},/obj/effect/shuttle_landmark/escape_pod/start/pod2,/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
+"cdc" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{dir = 1; pixel_y = -25; frequency = 1380; id_tag = "escape_pod_2"; tag_door = "escape_pod_2_hatch"},/obj/structure/bed/chair/shuttle/blue{dir = 4},/obj/effect/shuttle_landmark/escape_pod/start/pod2,/turf/simulated/floor/shuttle/blue,/area/shuttle/escape_pod2/station)
"cdd" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/turf/simulated/floor/plating,/area/shuttle/escape_pod2/station)
-"cde" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
+"cde" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
"cdf" = (/obj/machinery/light/small/red{dir = 4},/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"cdg" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/shuttle/wall{dir = 1; icon_state = "swall_c"},/area/shuttle/escape_pod2/station)
+"cdg" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/simulated/shuttle/wall{icon_state = "swall_c"; dir = 1},/area/shuttle/escape_pod2/station)
"cdh" = (/turf/simulated/shuttle/wall/corner/smoothwhite/se,/area/shuttle/escape_pod2/station)
-"cdi" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "escapepods"; name = "Escape Pods Dock"; opacity = 0},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
+"cdi" = (/obj/machinery/door/blast/regular{name = "Escape Pods Dock"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "escapepods"},/obj/machinery/light,/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/maintenance/chapel)
"cdj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cdk" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/flora/pottedplant/subterranean,/turf/simulated/floor/trim/wood,/area/hallway/secondary/entry/fore)
"cdl" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
"cdm" = (/turf/simulated/wall,/area/mine/explored)
-"cdn" = (/obj/structure/cable/blue{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cdn" = (/obj/structure/cable/blue{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"cdo" = (/obj/structure/sign/directions/evac{dir = 8; pixel_y = 4},/obj/structure/sign/directions/security{dir = 1; pixel_y = 10},/turf/simulated/wall,/area/janitor)
"cdp" = (/obj/structure/sign/directions/engineering{dir = 8},/turf/simulated/wall/r_wall,/area/hallway/primary/frontier/central_west)
"cdq" = (/obj/structure/sign/science_1,/turf/simulated/wall/r_wall,/area/assembly/robotics)
@@ -4838,13 +4841,13 @@
"cdt" = (/obj/structure/sign/directions/science{dir = 8; pixel_y = 10},/obj/structure/sign/directions/medical{dir = 8; pixel_y = -10},/obj/structure/sign/directions/supply{dir = 8; pixel_y = 4},/obj/structure/sign/directions/engineering{dir = 8; pixel_y = -4},/turf/simulated/wall/r_wall,/area/ai_monitored/storage/eva)
"cdu" = (/obj/structure/sign/directions/security{dir = 4; pixel_z = 10},/obj/structure/sign/directions/evac{pixel_y = 4},/turf/simulated/wall,/area/storage/tools)
"cdv" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"cdw" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/unary/freezer{dir = 8; icon_state = "freezer"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"cdw" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/lime{dir = 1},/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cdx" = (/obj/structure/sign/directions/engineering{dir = 8; pixel_y = -4},/obj/structure/sign/directions/medical{dir = 8; pixel_y = -10},/obj/structure/sign/directions/science{dir = 8; pixel_y = 10},/obj/structure/sign/directions/supply{dir = 8; pixel_y = 4},/turf/simulated/wall,/area/hallway/primary/frontier/ring_south)
"cdy" = (/obj/structure/sign/directions/security{dir = 4; pixel_z = 10},/obj/structure/sign/directions/evac{pixel_y = -2},/obj/structure/sign/directions/bridge{dir = 1; pixel_y = 4},/turf/simulated/wall,/area/crew_quarters/locker)
"cdz" = (/obj/effect/floor_decal/corner/red/diagonal,/obj/structure/sign/directions/evac{dir = 8; pixel_y = 8},/turf/simulated/wall,/area/hallway/secondary/entry/fore)
-"cdA" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "virologyquar"; name = "Virology Emergency Quarantine Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/medbay{c_tag = "Virology Access Fore"; dir = 4},/obj/effect/floor_decal/oldflood,/obj/machinery/access_button{command = "cycle_exterior"; dir = 1; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = -22; req_access = list(39)},/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
-"cdB" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "virologyquar"; name = "Virology Emergency Quarantine Blast Doors"; opacity = 0},/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/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
-"cdC" = (/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id = "virologyquar"; name = "Virology Emergency Quarantine Blast Doors"; opacity = 0},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
+"cdA" = (/obj/machinery/door/blast/regular{name = "Virology Emergency Quarantine Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "virologyquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Access Fore"},/obj/effect/floor_decal/oldflood,/obj/machinery/access_button{name = "Virology Access Button"; dir = 1; pixel_x = 8; pixel_y = -22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virology_airlock_control"},/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
+"cdB" = (/obj/machinery/door/blast/regular{name = "Virology Emergency Quarantine Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "virologyquar"},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
+"cdC" = (/obj/machinery/door/blast/regular{name = "Virology Emergency Quarantine Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 4; id = "virologyquar"},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/maintenance/medbay)
"cdD" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass{name = "Library"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/trim/wood,/area/library)
"cdE" = (/obj/structure/closet/firecloset/full,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cdF" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
@@ -4855,53 +4858,53 @@
"cdL" = (/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
"cdM" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cdN" = (/obj/structure/closet/firecloset/full,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cdO" = (/obj/effect/floor_decal/rust,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"cdO" = (/obj/effect/floor_decal/rust,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"cdP" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cdQ" = (/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/locker)
"cdR" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/corner/purple,/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cdS" = (/obj/machinery/atmospherics/omni/mixer{tag_east = 2; tag_east_con = 0; tag_north_con = 0; tag_south = 1; tag_south_con = 0.5; tag_west = 1; tag_west_con = 0.5; use_power = 0},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cdS" = (/obj/machinery/atmospherics/omni/mixer{use_power = 0; tag_north_con = 0; tag_south_con = 0.5; tag_east_con = 0; tag_west_con = 0.5; tag_south = 1; tag_east = 2; tag_west = 1},/obj/effect/floor_decal/corner/purple{dir = 10},/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cdT" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cdU" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cdV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/light{dir = 1},/obj/machinery/shower,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"cdW" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"cdX" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Xenoarchaeology"; req_access = list(65)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"cdY" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"cdZ" = (/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Chapel"; dir = 1},/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
+"cdW" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cdX" = (/obj/machinery/door/airlock/research{name = "Xenoarchaeology"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cdY" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cdZ" = (/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Cave Dorm - Chapel"},/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"cea" = (/obj/machinery/light/small/hl{dir = 1},/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Bar Entrance"},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"ceb" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = 30},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab East"; network = list("Research","Miscellaneous Reseach")},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cec" = (/obj/machinery/light/small/hl,/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Private Cabins"; dir = 1},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
+"ceb" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/requests_console{name = "Science Requests Console"; pixel_y = 30; department = "Science"; departmentType = 2},/obj/machinery/camera/network/research{network = list("Research","Miscellaneous Reseach"); c_tag = "Research - Toxins Lab East"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cec" = (/obj/machinery/light/small/hl,/obj/machinery/camera/network/civilian_east{dir = 1; c_tag = "Cave Dorm - Private Cabins"},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"ced" = (/obj/structure/bed/chair/brown{dir = 8},/turf/simulated/floor/trim/wood,/area/maintenance/engineering)
-"cee" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating{burnt = 1; icon_state = "dmg2"},/area/maintenance/engineering)
+"cee" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating{icon_state = "dmg2"; burnt = 1},/area/maintenance/engineering)
"cef" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"ceg" = (/obj/machinery/alarm{pixel_y = 24},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor,/area/maintenance/research_port)
"ceh" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor,/area/maintenance/research_port)
-"cej" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cek" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/portable_atmospherics/canister/empty,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cej" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cek" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/machinery/portable_atmospherics/canister/empty,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cel" = (/turf/simulated/floor,/area/maintenance/research_port)
"cem" = (/obj/item/extinguisher,/obj/item/extinguisher,/obj/structure/table/standard,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"cen" = (/obj/random/tech_supply,/turf/simulated/floor,/area/maintenance/research_port)
-"ceo" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ceo" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"cep" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ceq" = (/obj/random/maintenance,/obj/random/maintenance,/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 1},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor,/area/maintenance/research_port)
+"ceq" = (/obj/random/maintenance,/obj/random/maintenance,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor,/area/maintenance/research_port)
"cer" = (/obj/effect/decal/cleanable/dirt,/obj/item/weldingtool/largetank,/turf/simulated/floor/plating,/area/maintenance/research_port)
"ces" = (/obj/effect/decal/cleanable/dirt,/obj/structure/bed/chair,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cet" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ceu" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/obj/structure/barricade/material{layer = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"cev" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/floor_decal/rust,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"cet" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ceu" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/door/firedoor/border_only,/obj/structure/barricade/material{layer = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cev" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/effect/floor_decal/rust,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"cew" = (/obj/machinery/optable{name = "Xenobiology Operating Table"},/obj/effect/floor_decal/corner/black{dir = 5},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/black,/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
"cex" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/sign/poster{pixel_x = 32},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"cey" = (/obj/structure/table/steel,/obj/item/material/ashtray,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/machinery/light/small,/obj/random/music_tape,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cez" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"ceA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ceA" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/research_port)
"ceB" = (/obj/structure/closet/emcloset,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ceC" = (/obj/structure/closet/firecloset,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ceD" = (/obj/machinery/space_heater,/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"ceE" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/asteroid,/area/mine/explored)
+"ceE" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/asteroid,/area/mine/explored)
"ceF" = (/turf/simulated/wall/r_wall,/area/maintenance/chapel/south)
"ceG" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ceH" = (/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"ceI" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 8; frequency = 1380; id_tag = "escape_pod_2_berth"; pixel_x = 25; pixel_y = -30; tag_door = "escape_pod_2_berth_hatch"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"ceJ" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "escape_pod_2_berth_hatch"; locked = 1; name = "Escape Pod"; req_access = list(13)},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"ceI" = (/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 8; pixel_x = 25; pixel_y = -30; frequency = 1380; id_tag = "escape_pod_2_berth"; tag_door = "escape_pod_2_berth_hatch"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"ceJ" = (/obj/machinery/door/airlock/external{name = "Escape Pod"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(13); id_tag = "escape_pod_2_berth_hatch"},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ceK" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"ceL" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/maintenance/medbay)
"ceM" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/machinery/portable_atmospherics/canister/empty,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
@@ -4923,7 +4926,7 @@
"cfe" = (/obj/structure/table/steel,/obj/item/reagent_containers/syringe/drugs,/obj/item/reagent_containers/syringe/drugs,/obj/item/storage/pill_bottle/happy,/obj/item/material/twohanded/baseballbat/metal,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cff" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/plating,/area/maintenance/locker)
"cfg" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"cfh" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1379; master_tag = "virology_airlock"; name = "interior access button"; pixel_x = -22; pixel_y = -22; req_access = list(13)},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"cfh" = (/obj/machinery/access_button{name = "interior access button"; dir = 1; pixel_x = -22; pixel_y = -22; frequency = 1379; req_access = list(13); command = "cycle_interior"; master_tag = "virology_airlock"},/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cfj" = (/obj/structure/table/glass,/obj/item/reagent_containers/spray/cleaner,/obj/item/reagent_containers/dropper,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cfk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cfl" = (/obj/effect/floor_decal/siding/wood{dir = 4},/obj/structure/flora/ausbushes/stalkybush,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
@@ -4935,19 +4938,18 @@
"cfs" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cfw" = (/obj/effect/floor_decal/corner/lime,/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/atmospherics/unary/heater{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cfx" = (/obj/structure/window_frame/reinforced/hull,/obj/structure/sign/warning/airlock,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/hallway/secondary/entry/starboard)
-"cfy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/rack,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/cell/high,/obj/machinery/camera/network/engineering{c_tag = "Civilian West Substation"; dir = 1},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
-"cfz" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/machinery/airlock_sensor{dir = 1; frequency = 1331; id_tag = "rescue_shuttle_dock_sensor"; pixel_y = -25},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Airlock"; dir = 1},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
-"cfA" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virology_airlock_exterior"; locked = 1; name = "Virology Exterior Airlock"; req_access = list(39)},/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,/turf/simulated/floor/tiled/rough,/area/medical/virology)
-"cfB" = (/obj/structure/bed/chair{dir = 8},/mob/living/simple_animal/mouse,/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cfy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/rack,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/cell/high,/obj/machinery/camera/network/engineering{dir = 1; c_tag = "Civilian West Substation"},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_west)
+"cfz" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1331; id_tag = "rescue_shuttle_dock_pump"},/obj/machinery/airlock_sensor{dir = 1; pixel_y = -25; frequency = 1331; id_tag = "rescue_shuttle_dock_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/camera/network/civilian_west{dir = 1; c_tag = "Arrival Shuttle Hallway - Airlock"},/turf/simulated/floor/plating,/area/hallway/secondary/entry/aft)
+"cfA" = (/obj/machinery/door/airlock/medical{name = "Virology Exterior Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virology_airlock_exterior"; autoclose = 0},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/rough,/area/medical/virology)
"cfC" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/item/storage/fancy/cigarettes/dromedaryco,/obj/item/flame/lighter/random,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cfD" = (/obj/machinery/recharge_station,/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet)
-"cfE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cfE" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/plating,/area/maintenance/cargo)
"cfF" = (/obj/machinery/light/small{dir = 4},/obj/structure/table/woodentable,/obj/item/storage/box/glasses/pint,/obj/structure/sign/poster{pixel_y = 32},/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/arrivals)
"cfG" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cfH" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cfI" = (/obj/random/closet,/obj/item/device/kit/paint/gygax/darkgygax,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/locker)
"cfJ" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/locker)
-"cfK" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "virology_inner"; locked = 1; name = "Engineering External Access"; req_access = list(13)},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"cfK" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(13); id_tag = "virology_inner"},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cfL" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/light/small{dir = 1},/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cfM" = (/obj/random/snack,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cfN" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
@@ -4959,9 +4961,9 @@
"cfU" = (/obj/effect/floor_decal/corner/purple{dir = 6},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cfV" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cfW" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cfX" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 5; tag_south = 2; tag_west = 6; use_power = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cfX" = (/obj/machinery/atmospherics/omni/filter{use_power = 0; tag_north = 5; tag_south = 2; tag_east = 1; tag_west = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cfY" = (/obj/machinery/atmospherics/binary/pump{dir = 4},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cfZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cfZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cga" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cgb" = (/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/portable_atmospherics/canister/empty,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/window/reinforced,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cgc" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/storage)
@@ -4974,8 +4976,8 @@
"cgj" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock{name = "Custodial Closet"; req_access = list(26)},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/janitor)
"cgk" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"cgl" = (/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/structure/closet/crate/hydroponics/prespawned,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"cgm" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = 22; req_access = list(39)},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cgn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cgm" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/access_button{name = "Virology Access Button"; pixel_x = 8; pixel_y = 22; frequency = 1379; req_access = list(39); command = "cycle_exterior"; master_tag = "virology_airlock_control"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cgn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cgo" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
"cgp" = (/obj/structure/closet/wardrobe/virology_white,/obj/machinery/camera/xray/medbay{c_tag = "Virology Access Aft"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cgq" = (/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
@@ -4983,11 +4985,11 @@
"cgs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cgt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cgu" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cgv" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cgw" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cgx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/sign/warning/compressed_gas{pixel_x = 32; pixel_y = -32},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cgv" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cgw" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cgx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 9},/obj/structure/sign/warning/compressed_gas{pixel_x = 32; pixel_y = -32},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cgy" = (/obj/machinery/atm{pixel_x = 32},/turf/simulated/floor/natural/sand/gray,/area/crew_quarters/sleep/cave)
-"cgz" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Storage"; req_access = list(8)},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"cgz" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/warning,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/research{name = "Toxins Storage"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"cgA" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb2{icon_state = "cobweb1"},/obj/item/device/flashlight/lantern,/turf/simulated/floor/trim/wood{icon_state = "wood_broken5"},/area/maintenance/abandoned_casino)
"cgB" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
"cgC" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/maintenance/abandoned_casino)
@@ -5008,28 +5010,28 @@
"cgR" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/vomit,/obj/item/device/radio/intercom{dir = 4; pixel_x = -22},/turf/simulated/floor/trim/wood,/area/maintenance/abandoned_casino)
"cgS" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood{icon_state = "wood_broken4"},/area/maintenance/abandoned_casino)
"cgT" = (/obj/effect/decal/cleanable/dirt,/obj/structure/bed/chair/wood,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"cgU" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/turf/simulated/floor/trim/wood{icon_state = "wood_broken6"},/area/maintenance/abandoned_casino)
-"cgV" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/sink{dir = 1; pixel_y = 20},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cgU" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/turf/simulated/floor/trim/wood{icon_state = "wood_broken6"},/area/maintenance/abandoned_casino)
+"cgV" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/sink{dir = 1; pixel_y = 20},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"cgW" = (/obj/effect/decal/cleanable/dirt,/obj/structure/flora/pottedplant/dead,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
"cgX" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/abandoned_casino)
"cgY" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/blood,/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/maintenance/abandoned_casino)
"cgZ" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table/gamblingtable,/obj/item/deck/cards,/obj/item/clothing/mask/smokable/cigarette,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
"cha" = (/obj/effect/decal/cleanable/dirt,/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/trim/wood{icon_state = "wood_broken1"},/area/maintenance/abandoned_casino)
-"chb" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/trim/wood,/area/maintenance/abandoned_casino)
-"chc" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/unpowered/simple/wood,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"chd" = (/obj/effect/decal/cleanable/dirt,/obj/structure/inflatable/door,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"che" = (/obj/structure/firedoor_assembly,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"chf" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chb" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/trim/wood,/area/maintenance/abandoned_casino)
+"chc" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/unpowered/simple/wood,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
+"chd" = (/obj/effect/decal/cleanable/dirt,/obj/structure/inflatable/door,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
+"che" = (/obj/structure/firedoor_assembly,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
+"chf" = (/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/cargo)
"chg" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/medical/virology)
-"chh" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"chi" = (/obj/structure/barricade/material{layer = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"chj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"chk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chh" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chi" = (/obj/structure/barricade/material{layer = 6},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chj" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"chk" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/plating,/area/maintenance/cargo)
"chl" = (/obj/effect/decal/cleanable/dirt,/obj/item/reagent_containers/vessel/bottle/winesparkling,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"chm" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
+"chm" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"chn" = (/obj/random/closet,/obj/item/seeds/glowshroom,/obj/item/seeds/harebell,/obj/item/seeds/garlicseed,/obj/item/seeds/limeseed,/obj/item/seeds/lavenderseed,/obj/item/seeds/appleseed,/obj/random/maintenance,/obj/random/maintenance,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"cho" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "virology_pump"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"chp" = (/obj/machinery/airlock_sensor{dir = 8; id_tag = "virology_sensor"; pixel_x = 25; pixel_y = 12},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "virology_airlock"; pixel_x = 25; req_access = list(13); tag_airpump = "virology_pump"; tag_chamber_sensor = "virology_sensor"; tag_exterior_door = "virology_outer"; tag_interior_door = "virology_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"chp" = (/obj/machinery/airlock_sensor{dir = 8; pixel_x = 25; pixel_y = 12; id_tag = "virology_sensor"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 25; req_access = list(13); id_tag = "virology_airlock"; tag_exterior_door = "virology_outer"; tag_interior_door = "virology_inner"; tag_airpump = "virology_pump"; tag_chamber_sensor = "virology_sensor"},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chq" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/alarm{dir = 4; pixel_x = -22},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chr" = (/obj/structure/table/steel,/obj/item/device/analyzer/plant_analyzer,/obj/item/material/minihoe,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chs" = (/obj/structure/closet/emcloset,/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
@@ -5037,7 +5039,7 @@
"chu" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chv" = (/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chw" = (/obj/machinery/seed_extractor,/turf/simulated/floor/plating,/area/maintenance/chapel/south)
-"chx" = (/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "virology_outer"; locked = 1; name = "Engineering External Access"; req_access = list(10,13)},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
+"chx" = (/obj/machinery/door/airlock/external{name = "Engineering External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(10,13); id_tag = "virology_outer"},/turf/simulated/floor/plating,/area/maintenance/chapel/south)
"chy" = (/obj/structure/disposalpipe/segment,/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/rnd/mixing)
"chA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/asteroid,/area/mine/explored)
"chB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/turf/space,/area/space)
@@ -5045,11 +5047,11 @@
"chD" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"chE" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 10},/turf/simulated/floor/plating,/area/maintenance/research_port)
"chF" = (/obj/machinery/atmospherics/binary/passive_gate/on{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"chG" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "tox_ext_inner"; locked = 1; name = "Toxins Test External Acces"; req_access = list(8)},/obj/machinery/mech_sensor{dir = 1; frequency = 1380; id_tag = "tox_ext_mech_sensor"; pixel_x = -30},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"chH" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "tox_ext_outer"; locked = 1; name = "Toxins Test External Acces"; req_access = list(8)},/obj/machinery/shield_diffuser,/obj/machinery/mech_sensor{dir = 8; frequency = 1380; id_tag = "tox_ext_mech_sensor"; pixel_y = -28},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"chI" = (/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/airlock_sensor{dir = 1; id_tag = "tox_ext_sensor"; master_tag = "tox_ext"; pixel_y = -24},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"chG" = (/obj/machinery/door/airlock/external{name = "Toxins Test External Acces"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(8); id_tag = "tox_ext_inner"},/obj/machinery/mech_sensor{dir = 1; pixel_x = -30; frequency = 1380; id_tag = "tox_ext_mech_sensor"},/obj/machinery/atmospherics/pipe/simple/visible,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"chH" = (/obj/machinery/door/airlock/external{name = "Toxins Test External Acces"; icon_state = "door_locked"; frequency = 1380; locked = 1; req_access = list(8); id_tag = "tox_ext_outer"},/obj/machinery/shield_diffuser,/obj/machinery/mech_sensor{dir = 8; pixel_y = -28; frequency = 1380; id_tag = "tox_ext_mech_sensor"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"chI" = (/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/airlock_sensor{dir = 1; pixel_y = -24; id_tag = "tox_ext_sensor"; master_tag = "tox_ext"},/turf/simulated/floor/plating,/area/maintenance/research_port)
"chJ" = (/obj/machinery/atmospherics/pipe/manifold/visible,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"chK" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "tox_ext_pump"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; id_tag = "tox_ext"; pixel_x = 28; req_access = list(8); tag_airlock_mech_sensor = "tox_ext_mech_sensor"; tag_airpump = "tox_ext_pump"; tag_chamber_sensor = "tox_ext_sensor"; tag_exterior_door = "tox_ext_inner"; tag_interior_door = "tox_ext_outer"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"chK" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "tox_ext_pump"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 8; pixel_x = 28; req_access = list(8); id_tag = "tox_ext"; tag_exterior_door = "tox_ext_inner"; tag_interior_door = "tox_ext_outer"; tag_airpump = "tox_ext_pump"; tag_chamber_sensor = "tox_ext_sensor"; tag_airlock_mech_sensor = "tox_ext_mech_sensor"},/turf/simulated/floor/plating,/area/maintenance/research_port)
"chL" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/floor_decal/corner/black/full,/obj/machinery/gibber/industrial,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
"chM" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/disposalpipe/segment,/turf/simulated/floor/asteroid,/area/mine/explored)
"chN" = (/obj/machinery/door/airlock/external{name = "Toxins Test Chamber"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
@@ -5057,17 +5059,17 @@
"chQ" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"chR" = (/obj/structure/closet/emcloset,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"chS" = (/obj/structure/window/plasmareinforced{dir = 4},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"chT" = (/obj/machinery/light{dir = 8},/obj/structure/window/plasmareinforced{dir = 4},/obj/machinery/camera/network/research{c_tag = "Xenobiology Southwest"; dir = 4},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"chT" = (/obj/machinery/light{dir = 8},/obj/structure/window/plasmareinforced{dir = 4},/obj/machinery/camera/network/research{dir = 4; c_tag = "Xenobiology Southwest"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"chU" = (/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"chW" = (/obj/machinery/light,/obj/machinery/camera/network/research{c_tag = "Research - Toxins Test Chamber South"; dir = 1},/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"chW" = (/obj/machinery/light,/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Toxins Test Chamber South"},/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"chX" = (/obj/item/target,/obj/structure/window/plasmareinforced{dir = 1},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"chZ" = (/obj/structure/window/reinforced{dir = 4},/turf/space,/area/space)
"cia" = (/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"cib" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/lattice,/turf/space,/area/space)
+"cib" = (/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/structure/lattice,/turf/space,/area/space)
"cic" = (/turf/simulated/floor/trim/wood,/area/maintenance/bridge/west)
"cid" = (/turf/simulated/floor/trim/wood{icon_state = "wood_broken4"},/area/maintenance/bridge/west)
-"cie" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/turf/space,/area/space)
-"cif" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge)
+"cie" = (/obj/structure/window/reinforced{dir = 8; health = 1e+06},/turf/space,/area/space)
+"cif" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/bridge)
"cig" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"cih" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/machinery/alarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/rough,/area/rnd/storage)
"cii" = (/turf/simulated/mineral,/area/maintenance/dormitory)
@@ -5085,57 +5087,57 @@
"ciu" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/lime,/obj/effect/landmark/start/crew/xenobiologist,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"civ" = (/obj/machinery/light/small/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"ciw" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/lime,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
-"cix" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 30},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
+"cix" = (/obj/effect/floor_decal/corner/purple{dir = 8},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/effect/floor_decal/corner/lime,/obj/machinery/requests_console{name = "Science Requests Console"; pixel_x = 30; department = "Science"; departmentType = 2},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology/xenoflora)
"ciy" = (/obj/random/obstruction,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"ciz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"ciA" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 1; frequency = 1379; master_tag = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = -22; req_access = list(39)},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/shower{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"ciA" = (/obj/machinery/access_button{name = "Virology Access Button"; dir = 1; pixel_x = 8; pixel_y = -22; frequency = 1379; req_access = list(39); command = "cycle_interior"; master_tag = "virology_airlock_control"},/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/shower{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"ciB" = (/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"ciC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/bridge/west)
+"ciC" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/bridge/west)
"ciD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"ciE" = (/obj/structure/toilet{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"ciF" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/locker)
"ciG" = (/obj/machinery/light/small/red,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"ciH" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"ciI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"ciJ" = (/obj/machinery/light/small/red{dir = 4},/obj/machinery/camera/network/command{c_tag = "Bridge Maintenance West"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"ciK" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Access"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"ciJ" = (/obj/machinery/light/small/red{dir = 4},/obj/machinery/camera/network/command{dir = 8; c_tag = "Bridge Maintenance West"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/meter,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
+"ciK" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/camera/network/research_outpost{c_tag = "Xenoarchaeology Access"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"ciL" = (/turf/simulated/wall,/area/maintenance/bridge/east)
"ciM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"ciN" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"ciO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/security/armory_lobby)
-"ciP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"ciO" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/security/armory_lobby)
+"ciP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"ciQ" = (/obj/structure/closet/crate/science,/obj/machinery/light,/turf/simulated/floor/tiled/rough,/area/rnd/research)
"ciR" = (/obj/structure/closet/l3closet/virology,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/item/clothing/mask/gas/clear,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"ciS" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/machinery/light/small/red{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"ciT" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ciU" = (/obj/machinery/light/small/red,/obj/structure/table/steel,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"ciV" = (/obj/structure/closet/crate/internals,/turf/simulated/floor/tiled/rough,/area/rnd/research)
-"ciW" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Aft West"; dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"ciW" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Arrival Shuttle Hallway - Aft West"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ciX" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ciY" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"ciZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"cja" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Toxins Maintenance"; req_one_access = list(8)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cja" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{name = "Toxins Maintenance"; req_one_access = list(8)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/turf/simulated/floor/plating,/area/maintenance/research_port)
"cjb" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cjc" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Aft East"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"cjc" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/camera/network/civilian_west{dir = 8; c_tag = "Arrival Shuttle Hallway - Aft East"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cjd" = (/obj/structure/closet/firecloset/full,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cje" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjf" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "tox_airlock_control"; pixel_x = 24; pixel_y = -26; tag_airpump = "tox_airlock_pump"; tag_chamber_sensor = "tox_airlock_sensor"; tag_exterior_door = "tox_airlock_exterior"; tag_interior_door = "tox_airlock_interior"},/obj/machinery/button/ignition{id = "mixingsparker"; pixel_x = 25; pixel_y = -42},/obj/machinery/button/remote/blast_door{id = "mixvent"; name = "Mixing Room Vent Control"; pixel_x = -25; pixel_y = -25; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjg" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"cjh" = (/obj/machinery/light/small/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cjf" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{pixel_x = 24; pixel_y = -26; id_tag = "tox_airlock_control"; tag_exterior_door = "tox_airlock_exterior"; tag_interior_door = "tox_airlock_interior"; tag_airpump = "tox_airlock_pump"; tag_chamber_sensor = "tox_airlock_sensor"},/obj/machinery/button/ignition{pixel_x = 25; pixel_y = -42; id = "mixingsparker"},/obj/machinery/button/remote/blast_door{name = "Mixing Room Vent Control"; pixel_x = -25; pixel_y = -25; id = "mixvent"; req_access = list(7)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cjg" = (/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"cjh" = (/obj/machinery/light/small/red{dir = 4},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cji" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjj" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjk" = (/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"cjl" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"cjm" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
+"cjj" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cjk" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{name = "north bump"; dir = 1; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
+"cjl" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/east)
+"cjm" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cjn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/green{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cjo" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
-"cjp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cjq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cjr" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
-"cjs" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"cjt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
+"cjp" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cjq" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cjr" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/cargo)
+"cjs" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
+"cjt" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"cju" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/machinery/vending/plasmaresearch,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjv" = (/obj/machinery/door/airlock/medical{autoclose = 0; frequency = 1379; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; id_tag = "virology_airlock_interior"; locked = 1; name = "Virology Interior Airlock"; req_access = list(39)},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cjv" = (/obj/machinery/door/airlock/medical{name = "Virology Interior Airlock"; icon = 'icons/obj/doors/doorviro.dmi'; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(39); id_tag = "virology_airlock_interior"; autoclose = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cjw" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cjx" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cjy" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
@@ -5143,14 +5145,14 @@
"cjA" = (/obj/machinery/light/small/red{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cjB" = (/obj/machinery/door/airlock/maintenance{req_access = list(12)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/medbay)
"cjC" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cjD" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/light/small/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/arrivals)
-"cjE" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
+"cjD" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/light/small/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"cjE" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"cjF" = (/obj/random/obstruction,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"cjG" = (/obj/random/closet,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
"cjH" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/plating,/area/maintenance/bridge/west)
-"cjI" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
+"cjI" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
"cjJ" = (/obj/structure/table/steel,/obj/item/wirecutters,/obj/item/stack/cable_coil/random,/obj/random/music_tape,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
-"cjK" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/machinery/button/remote/blast_door{dir = 8; id = "xenobio7"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"cjK" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced,/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 8; pixel_y = 4; id = "xenobio7"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"cjL" = (/obj/structure/closet/emcloset,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"cjM" = (/obj/structure/table/steel,/obj/random/maintenance,/obj/random/drinkbottle,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
"cjN" = (/obj/machinery/light/small/red{dir = 4},/obj/structure/closet/firecloset/full,/turf/simulated/floor/plating,/area/maintenance/bridge/east)
@@ -5159,28 +5161,28 @@
"cjQ" = (/turf/simulated/wall,/area/crew_quarters/toilet/west)
"cjR" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/rnd/test_area)
"cjS" = (/obj/machinery/recharge_station,/obj/machinery/light/small{dir = 1},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"cjT" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"cjU" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/computer/general_air_control{frequency = 1430; name = "Mixing Chamber Monitor"; sensors = list("toxins_mixing_exterior"="Mixing Chamber - Exterior","toxins_mixing_interior"="Mixing Chamber - Interior")},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cjV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
+"cjT" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/cable{icon_state = "2-8"; d2 = 8; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"cjU" = (/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/computer/general_air_control{name = "Mixing Chamber Monitor"; frequency = 1430; sensors = list(toxins_mixing_exterior="Mixing Chamber - Exterior", toxins_mixing_interior="Mixing Chamber - Interior")},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cjV" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/engineering{name = "Cargo Substation"; req_one_access = list(11,24,31)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/substation/cargo)
"cjW" = (/obj/machinery/door/airlock{name = "Unit 2"},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"cjX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6; pixel_y = 1},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"cjY" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"cjZ" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/effect/floor_decal/industrial/outline/orange,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ckb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/item/device/transfer_valve{pixel_x = 5; pixel_y = 3},/obj/item/device/transfer_valve,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"ckc" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/embedded_controller/radio/airlock/access_controller{id_tag = "virology_airlock_control"; name = "Virology Access Console"; pixel_x = 6; pixel_y = 24; tag_exterior_door = "virology_airlock_exterior"; tag_interior_door = "virology_airlock_interior"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"ckc" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Virology Access Console"; pixel_x = 6; pixel_y = 24; id_tag = "virology_airlock_control"; tag_exterior_door = "virology_airlock_exterior"; tag_interior_door = "virology_airlock_interior"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"ckd" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"cke" = (/obj/machinery/light/small{dir = 8},/obj/structure/sign/poster{pixel_y = 32},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"ckf" = (/obj/machinery/shower{dir = 8},/obj/structure/curtain/open/shower,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"ckg" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"ckh" = (/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"ckg" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
+"ckh" = (/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cki" = (/obj/machinery/door/airlock{name = "Unisex Showers"},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"ckj" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ckk" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/caution/yellow{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ckl" = (/obj/structure/table/steel,/obj/item/storage/box/lights/mixed/he,/obj/item/storage/box/lights/bulbs/old{pixel_x = 4; pixel_y = 4},/turf/simulated/floor/plating,/area/maintenance/library)
"ckm" = (/obj/structure/toilet{dir = 4},/obj/machinery/light/small{dir = 1},/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"ckn" = (/obj/machinery/door/airlock{name = "Unit 1"},/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"cko" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
-"ckp" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
+"cko" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
+"ckp" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/freezer,/area/crew_quarters/toilet/west)
"ckq" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/brown{pixel_x = -4; pixel_y = 7; randpixel = 0},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/paper{pixel_x = 5; pixel_y = 3; randpixel = 0},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"ckr" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/trim/wood,/area/maintenance/law)
"cks" = (/obj/random/junk,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood/broken6,/area/maintenance/law)
@@ -5188,21 +5190,21 @@
"cku" = (/turf/simulated/floor/plating,/area/maintenance/dormitory)
"ckv" = (/obj/structure/table/woodentable,/obj/item/hand_labeler,/obj/item/packageWrap,/turf/simulated/floor/trim/wood,/area/lawoffice)
"ckw" = (/obj/machinery/light/small/red{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"ckx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"ckx" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"cky" = (/obj/structure/girder,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckz" = (/obj/random/pottedplant,/obj/effect/floor_decal/siding/wood{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/trim/wood,/area/lawoffice)
"ckA" = (/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckB" = (/obj/structure/boulder,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckC" = (/obj/structure/table/rack,/obj/item/stack/material/glass/reinforced/ten,/obj/item/stack/material/steel/ten,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckD" = (/obj/effect/floor_decal/rust,/obj/machinery/constructable_frame/machine_frame,/obj/item/circuitboard/autolathe,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"ckE" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/arrivals)
+"ckE" = (/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/maintenance/arrivals)
"ckF" = (/obj/effect/decal/cleanable/cobweb{dir = 1},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"ckH" = (/obj/structure/window/shuttle,/obj/structure/window_frame/grille,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/shuttle/arrival/station)
"ckI" = (/obj/effect/floor_decal/corner/white{dir = 1},/obj/effect/floor_decal/corner/paleblue{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/floor_decal/industrial/caution/yellow{dir = 4; pixel_x = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ckJ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/extinguisher_cabinet{pixel_x = 25},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"ckK" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"ckL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/siding/wood{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"ckM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckL" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/siding/wood{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ckM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"ckN" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckO" = (/obj/structure/inflatable/door,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"ckR" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
@@ -5215,16 +5217,16 @@
"ckY" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/machinery/meter,/obj/effect/landmark/start/crew/scientist,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"ckZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/item/device/assembly/signaler{pixel_x = 5; pixel_y = 2},/obj/item/device/assembly/signaler,/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 7},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cla" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"clb" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"clb" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"clc" = (/obj/machinery/light,/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology/xenoflora)
"cld" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/medical/virology)
"cle" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/library)
"clf" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"clg" = (/obj/random/closet,/obj/machinery/light/small/red,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"clg" = (/obj/random/closet,/obj/machinery/light/small/red,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"clh" = (/obj/structure/table/steel,/obj/random/toolbox,/obj/random/tool,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"cli" = (/obj/structure/table/steel,/obj/machinery/cell_charger,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
"clj" = (/turf/simulated/wall,/area/maintenance/law)
-"clk" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/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/plating,/area/maintenance/substation/research)
+"clk" = (/obj/machinery/door/airlock/maintenance{name = "Miscellaneous Reseach Maintenance"; req_one_access = list(7,29)},/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"cll" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/plating,/area/maintenance/library)
"clm" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/substation/civilian_east)
"cln" = (/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/plating,/area/maintenance/library)
@@ -5249,26 +5251,26 @@
"clJ" = (/obj/item/caution/cone,/turf/simulated/floor/plating,/area/maintenance/locker)
"clK" = (/obj/item/caution/cone,/turf/simulated/floor/plating,/area/maintenance/medbay)
"clL" = (/obj/machinery/light/small,/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/plating,/area/maintenance/locker)
-"clM" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
+"clM" = (/obj/structure/cable/green{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/bridge)
"clN" = (/obj/structure/table/woodentable,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/firealarm{dir = 4; pixel_x = 26},/obj/item/device/paicard,/turf/simulated/floor/trim/wood,/area/bridge)
-"clO" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/status_display{pixel_x = -32},/turf/simulated/floor/trim/wood,/area/bridge)
+"clO" = (/obj/machinery/light{dir = 8},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/status_display{pixel_x = -32},/turf/simulated/floor/trim/wood,/area/bridge)
"clP" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 6},/obj/machinery/alarm{dir = 4; pixel_x = -24},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"clQ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/trim/wood,/area/bridge)
"clR" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/trim/wood,/area/bridge)
-"clS" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/wood,/area/bridge)
-"clT" = (/obj/machinery/light{dir = 4},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/status_display{pixel_x = 32},/obj/machinery/camera/network/command{c_tag = "Bridge - South"; dir = 8},/turf/simulated/floor/trim/wood,/area/bridge)
+"clS" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/alarm{dir = 8; pixel_x = 25},/turf/simulated/floor/trim/wood,/area/bridge)
+"clT" = (/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/status_display{pixel_x = 32},/obj/machinery/camera/network/command{dir = 8; c_tag = "Bridge - South"},/turf/simulated/floor/trim/wood,/area/bridge)
"clU" = (/obj/machinery/atmospherics/binary/pump,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"clV" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/mixing)
"clW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/table/standard,/obj/effect/floor_decal/corner/purple{dir = 9},/obj/item/device/assembly/timer{pixel_x = 5; pixel_y = 4},/obj/item/device/assembly/timer,/obj/item/wrench,/obj/item/clothing/glasses/welding,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/item/clothing/mask/gas,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"clX" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/newscaster{dir = 4; pixel_x = -32},/turf/simulated/floor/trim/wood,/area/bridge)
-"clY" = (/obj/machinery/door/airlock/hatch{name = "Command Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id = "bridge_doors"; name = "Bridge Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/maintenance/substation/command)
+"clX" = (/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/newscaster{dir = 4; pixel_x = -32},/turf/simulated/floor/trim/wood,/area/bridge)
+"clY" = (/obj/machinery/door/airlock/hatch{name = "Command Substation"; req_one_access = list(11,24)},/obj/machinery/door/firedoor/border_only,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 8},/obj/machinery/door/blast/regular{name = "Bridge Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; dir = 2; id = "bridge_doors"},/turf/simulated/floor/plating,/area/maintenance/substation/command)
"clZ" = (/obj/effect/floor_decal/corner/lime{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cma" = (/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cma" = (/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cmb" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmc" = (/obj/effect/floor_decal/corner/paleblue,/obj/effect/floor_decal/corner/white{dir = 4},/obj/effect/floor_decal/industrial/warning,/obj/machinery/light{dir = 4},/obj/structure/closet/emcloset,/obj/item/clothing/suit/space/emergency,/obj/item/clothing/head/helmet/space/emergency,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmd" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating/airless,/area/rnd/test_area)
"cme" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cmf" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Toxins Launch Room"; req_access = list(8)},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cmf" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(8)},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
"cmg" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/sleep/dorms)
"cmh" = (/obj/machinery/atmospherics/tvalve/mirrored{dir = 4},/obj/effect/floor_decal/corner/purple{dir = 4},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cmi" = (/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/maintenance/dormitory)
@@ -5279,7 +5281,7 @@
"cmn" = (/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/light{dir = 4},/obj/machinery/button/window_frame_tint{dir = 8; pixel_x = 26; pixel_y = -8},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cabin2)
"cmo" = (/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/wirecutters,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"cmp" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/corner/purple{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cmq" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/camera/network/medbay{c_tag = "Virology Port"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cmq" = (/obj/machinery/alarm{dir = 4; pixel_x = -22},/obj/effect/floor_decal/corner/lime{dir = 8},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Port"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cmr" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/effect/decal/cleanable/dirt,/obj/item/stack/tile/wood,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"cms" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cave)
"cmt" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/item/stack/tile/wood,/turf/simulated/floor/trim/wood,/area/maintenance/law)
@@ -5289,7 +5291,7 @@
"cmx" = (/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/tiled/airless,/area/rnd/test_area)
"cmy" = (/obj/random/obstruction,/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/locker)
"cmz" = (/obj/machinery/light/small/red,/turf/simulated/floor/plating,/area/maintenance/locker)
-"cmA" = (/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cmA" = (/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cmB" = (/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmC" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmD" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 1},/obj/structure/closet/hydrant{pixel_y = 32},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
@@ -5299,26 +5301,26 @@
"cmH" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Arrival Shuttle Hallway - Aft South"},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmI" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cmJ" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/machinery/light{dir = 4},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cmK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cmK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
"cmL" = (/obj/machinery/disposal,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Launch Room"},/obj/item/device/radio/intercom{pixel_y = 22},/obj/machinery/alarm{dir = 8; pixel_x = 25},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
"cmM" = (/obj/effect/floor_decal/corner/purple/full,/obj/effect/floor_decal/spline/plain/grey,/obj/effect/landmark/start/crew/xenobiologist,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
-"cmN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cmN" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"cmO" = (/obj/effect/floor_decal/corner/purple/full,/obj/effect/floor_decal/spline/plain/grey{dir = 6},/obj/item/device/metroid_scanner,/obj/structure/table/standard,/obj/item/pen,/turf/simulated/floor/tiled/freezer,/area/rnd/xenobiology)
"cmP" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"cmQ" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/newscaster{pixel_y = 32},/turf/simulated/floor/trim/wood,/area/bridge)
-"cmR" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/machinery/camera/network/research{c_tag = "Research - Toxins Lab West"; dir = 1},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
+"cmR" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 8},/obj/machinery/camera/network/research{dir = 1; c_tag = "Research - Toxins Lab West"},/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cmS" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/light/small{dir = 1},/obj/machinery/camera/network/civilian_west{c_tag = "Locker Room Maintenance"},/turf/simulated/floor/plating,/area/maintenance/locker)
-"cmT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"cmT" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/maintenance/research_port)
"cmU" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"cmV" = (/obj/machinery/atmospherics/unary/heat_exchanger{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
"cmW" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/glass_mining{name = "Cargo Bay"; req_access = list(31)},/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/corner/brown{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"cmX" = (/obj/machinery/door/airlock/mining{id_tag = "qmdoor"; name = "Quartermaster"; req_access = list(41)},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
+"cmX" = (/obj/machinery/door/airlock/mining{name = "Quartermaster"; req_access = list(41); id_tag = "qmdoor"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/yellow{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/qm)
"cmY" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/disposaloutlet{dir = 4},/obj/structure/sign/warning/mail_delivery{pixel_x = -32},/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/office)
"cmZ" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 9},/obj/machinery/light,/turf/simulated/floor/tiled/dark/rough,/area/rnd/mixing)
-"cna" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Virology Isolation Room"; dir = 4},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white,/area/medical/virology)
+"cna" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Isolation Room"},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white,/area/medical/virology)
"cnb" = (/obj/structure/table/standard,/obj/machinery/alarm{pixel_y = 23},/turf/simulated/floor/tiled/white,/area/medical/virology)
"cnc" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/obj/item/bedsheet/medical,/obj/structure/bed/padded,/turf/simulated/floor/tiled/white,/area/medical/virology)
-"cnd" = (/obj/structure/bed/chair,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/medbay{c_tag = "Virology Monkey Pen"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cnd" = (/obj/structure/bed/chair,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/medbay{c_tag = "Virology Monkey Pen"},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cne" = (/obj/machinery/light{dir = 4},/obj/machinery/disposal,/obj/effect/floor_decal/industrial/warning/full,/obj/structure/sign/warning/deathsposal{pixel_x = 32},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cnf" = (/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cng" = (/obj/effect/decal/cleanable/blood/oil,/turf/simulated/floor/plating,/area/maintenance/arrivals)
@@ -5334,64 +5336,64 @@
"cnq" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"cnr" = (/obj/structure/table/rack,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/maintenance/arrivals)
"cns" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cnu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cnu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
"cnv" = (/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/crew_quarters/locker)
"cnw" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/engineering/engine_eva)
"cnx" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/obj/structure/disposalpipe/segment,/turf/simulated/floor/plating,/area/quartermaster/office)
"cny" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/hallway/primary/frontier/central_midwest)
-"cnz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/button/remote/driver{id = "toxinsdriver"; pixel_x = 24},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cnz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/button/remote/driver{pixel_x = 24; id = "toxinsdriver"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
"cnA" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/simulated/floor/tiled/white,/area/medical/virology)
"cnB" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/white,/area/medical/virology)
"cnC" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/medical/patient_a)
"cnD" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/medical/patient_b)
"cnE" = (/obj/machinery/door/firedoor/border_only,/obj/structure/inflatable/wall,/obj/item/material/shard,/obj/structure/window_frame/broken,/turf/simulated/floor/plating,/area/crew_quarters/underdorm/theater/actor)
"cnF" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/crew_quarters/underdorm/theater/actor)
-"cnG" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/effect/landmark/start/crew/psyhiatrist,/obj/machinery/button/remote/airlock{desc = "A remote control-switch for the office door."; dir = 8; id = "mentaldoor"; name = "office door control"; pixel_x = 32; pixel_y = 6},/obj/machinery/light_switch{pixel_x = 25; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/window_frame_tint{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/medical/psych)
+"cnG" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/obj/effect/landmark/start/crew/psyhiatrist,/obj/machinery/button/remote/airlock{name = "office door control"; desc = "A remote control-switch for the office door."; dir = 8; pixel_x = 32; pixel_y = 6; id = "mentaldoor"},/obj/machinery/light_switch{pixel_x = 25; pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/button/window_frame_tint{pixel_x = 25},/turf/simulated/floor/trim/wood,/area/medical/psych)
"cnH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/medical/psych)
"cnI" = (/obj/machinery/door/firedoor,/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/plating,/area/crew_quarters/heads/cmo)
"cnJ" = (/obj/effect/floor_decal/spline/plain/grey{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/virology)
-"cnL" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "virology_airlock"; name = "exterior access button"; pixel_x = 22; pixel_y = 22; req_access = list(13)},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/space,/area/space)
-"cnM" = (/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1380; layer = 7; master_tag = "tox_ext_outer"; name = "exterior access button"; pixel_x = 22; pixel_y = 8; req_one_access = list(8)},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
-"cnN" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/bed/chair{dir = 4},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/landmark/start/crew/miner,/obj/machinery/camera/network/civilian_west{c_tag = "Mining Dock"; dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cnO" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cnP" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/hologram/holopad,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cnL" = (/obj/machinery/access_button{name = "exterior access button"; pixel_x = 22; pixel_y = 22; frequency = 1379; req_access = list(13); command = "cycle_exterior"; master_tag = "virology_airlock"},/obj/structure/lattice,/obj/structure/catwalk,/obj/machinery/shield_diffuser,/turf/space,/area/space)
+"cnM" = (/obj/machinery/access_button{name = "exterior access button"; dir = 8; layer = 7; pixel_x = 22; pixel_y = 8; frequency = 1380; command = "cycle_exterior"; req_one_access = list(8); master_tag = "tox_ext_outer"},/turf/simulated/floor/plating/airless,/area/rnd/test_area)
+"cnN" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/bed/chair{dir = 4},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/yellow{icon_state = "0-4"; d2 = 4},/obj/effect/landmark/start/crew/miner,/obj/machinery/camera/network/civilian_west{dir = 4; c_tag = "Mining Dock"},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cnO" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; layer = 2.4; level = 2},/obj/structure/cable/yellow{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
+"cnP" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/hologram/holopad,/obj/structure/cable/yellow{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cnQ" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/closet/crate,/obj/machinery/light/small{dir = 4},/obj/machinery/firealarm{dir = 4; layer = 3.3; pixel_x = 26},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cnR" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/extinguisher_cabinet{pixel_x = -25},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"cnR" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/obj/structure/extinguisher_cabinet{pixel_x = -25},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"cnS" = (/obj/effect/floor_decal/corner/purple{dir = 10},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"cnT" = (/obj/effect/floor_decal/corner/purple/three_quarters{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/firealarm{pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"cnU" = (/obj/structure/closet/wardrobe/science_white,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"cnU" = (/obj/structure/closet/wardrobe/science_white,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/corner/purple/three_quarters{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"cnV" = (/obj/effect/floor_decal/corner/purple{dir = 5},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"cnW" = (/obj/structure/closet/secure_closet/xenoarchaeologist,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/machinery/camera/network/research_outpost{c_tag = "Research Outpost Locker Room"; dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"cnW" = (/obj/structure/closet/secure_closet/xenoarchaeologist,/obj/effect/floor_decal/corner/purple/three_quarters{dir = 1},/obj/machinery/camera/network/research_outpost{dir = 8; c_tag = "Research Outpost Locker Room"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"cnX" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/structure/closet/emcloset,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"cnY" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/shower{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"cnZ" = (/obj/effect/floor_decal/industrial/warning,/obj/structure/closet/firecloset,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
-"coa" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"coa" = (/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"cob" = (/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/oldflood,/obj/structure/bed/chair{dir = 4},/obj/machinery/light/small,/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/effect/landmark/start/crew/miner,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"coc" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cod" = (/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"coe" = (/obj/effect/floor_decal/corner/brown{dir = 6},/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/ore_box,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
-"cof" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/effect/floor_decal/corner/purple{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
+"cof" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/effect/floor_decal/corner/purple{dir = 9},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"cog" = (/obj/machinery/alarm{dir = 1; pixel_y = -24},/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
"coh" = (/obj/structure/closet/secure_closet/xenoarchaeologist,/obj/effect/floor_decal/corner/purple{dir = 6},/turf/simulated/floor/tiled/white/rough,/area/outpost/research/lab)
-"coi" = (/obj/machinery/door/airlock/research{icon = 'icons/obj/doors/doorsci.dmi'; name = "Xenoarchaeology"; req_access = list(65)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
+"coi" = (/obj/machinery/door/airlock/research{name = "Xenoarchaeology"; icon = 'icons/obj/doors/doorsci.dmi'; req_access = list(65)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/rough,/area/outpost/research/hallway)
"coj" = (/obj/machinery/door/airlock/glass_mining{name = "Mining Dock Access"; req_access = list(48)},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/oldflood,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"cok" = (/obj/machinery/door/airlock/glass_mining{name = "Mining Dock Access"; req_access = list(48)},/obj/machinery/door/firedoor/border_only,/obj/effect/floor_decal/oldflood,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/quartermaster/miningdock)
"col" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
"com" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/engineering/atmos)
-"con" = (/obj/machinery/door/window/southright{dir = 4; name = "Virology Isolation Room"; req_access = list(39)},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"coo" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"cop" = (/obj/machinery/door/window/southright{dir = 4; name = "Primate Pen"; req_access = list(39)},/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/rough,/area/medical/virology)
-"coq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"con" = (/obj/machinery/door/window/southright{name = "Virology Isolation Room"; dir = 4; req_access = list(39)},/obj/item/device/radio/intercom{dir = 1; pixel_y = -22},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"coo" = (/obj/machinery/hologram/holopad,/obj/effect/floor_decal/corner/lime,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cop" = (/obj/machinery/door/window/southright{name = "Primate Pen"; dir = 4; req_access = list(39)},/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/rough,/area/medical/virology)
+"coq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cor" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cos" = (/obj/machinery/vending/wallmed1{pixel_x = -28},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"cot" = (/obj/structure/bed/chair/purp,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
-"cou" = (/obj/item/modular_computer/console/preset/research,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
-"cov" = (/obj/effect/floor_decal/corner/lime,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
+"cot" = (/obj/structure/bed/chair/purp,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; layer = 2.4; level = 2},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cou" = (/obj/item/modular_computer/console/preset/research,/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"; d2 = 8},/turf/simulated/floor/tiled/rough,/area/rnd/test_area)
+"cov" = (/obj/effect/floor_decal/corner/lime,/obj/structure/cable/green{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cow" = (/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"cox" = (/obj/structure/table/standard,/obj/item/storage/box/monkeycubes,/obj/item/storage/box/monkeycubes,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
-"coy" = (/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1331; master_tag = "rescue_shuttle_dock_airlock"; name = "interior access button"; pixel_x = -24; pixel_y = -6; req_one_access = list(13)},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
+"coy" = (/obj/machinery/access_button{name = "interior access button"; dir = 4; pixel_x = -24; pixel_y = -6; frequency = 1331; command = "cycle_interior"; req_one_access = list(13); master_tag = "rescue_shuttle_dock_airlock"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
"coz" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/effect/floor_decal/industrial/warning{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/secondary/entry/aft)
-"coA" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{c_tag = "Virology Isolation Room 2"; dir = 4},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white,/area/medical/virology)
+"coA" = (/obj/machinery/light{dir = 1},/obj/machinery/camera/network/medbay{dir = 4; c_tag = "Virology Isolation Room 2"},/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/newscaster{dir = 1; pixel_y = 32},/turf/simulated/floor/tiled/white,/area/medical/virology)
"coB" = (/obj/effect/floor_decal/corner/lime{dir = 8},/obj/structure/reagent_dispensers/water_cooler,/obj/machinery/light,/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"coC" = (/obj/effect/floor_decal/corner/lime,/obj/structure/table/standard,/obj/item/storage/box/cups,/obj/structure/cable/green,/obj/machinery/power/apc{name = "south bump"; pixel_y = -24},/turf/simulated/floor/tiled/white/rough,/area/medical/virology)
"coD" = (/obj/machinery/door/window/eastright{name = "Robotic Operating Theatre"; req_access = list(29)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/freezer,/area/assembly/robotics)
@@ -5402,134 +5404,133 @@
"cOg" = (/obj/item/caution/cone,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"cZs" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/asteroid,/area/mine/explored)
"dbz" = (/obj/machinery/disposal,/obj/structure/window/reinforced,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"dcx" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{d2 = 4; icon_state = "0-4"},/obj/item/device/radio/intercom/private{pixel_y = 22},/obj/item/device/radio/intercom/custom{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/broadcasting{dir = 4; pixel_x = -22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"dcx" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{icon_state = "0-4"; d2 = 4},/obj/item/device/radio/intercom/private{pixel_y = 22},/obj/item/device/radio/intercom/custom{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/broadcasting{dir = 4; pixel_x = -22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"dcW" = (/turf/simulated/floor/asteroid/air,/area/maintenance/abandoned_casino)
"djP" = (/obj/structure/table/woodentable,/obj/item/device/camera,/obj/item/device/taperecorder,/turf/simulated/floor/trim/wood,/area/lawoffice)
"dwK" = (/obj/structure/girder,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"dFj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock{id_tag = "LawyerDoor"; name = "Law Office"; req_access = list(67)},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"dFj" = (/obj/machinery/door/firedoor/border_only,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock{name = "Law Office"; req_access = list(67); id_tag = "LawyerDoor"},/turf/simulated/floor/trim/wood,/area/lawoffice)
"dVh" = (/obj/effect/floor_decal/corner/green{dir = 6},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"dVI" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/broken,/obj/structure/window_frame,/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/law)
"dXp" = (/obj/structure/table/woodentable,/obj/item/paper_bin,/obj/item/stamp/law{pixel_x = 5; pixel_y = 7; randpixel = 0},/obj/item/pen{pixel_x = 4; pixel_y = -5},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
"ecn" = (/obj/machinery/disposal,/obj/structure/window/reinforced{dir = 4},/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"ehb" = (/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{frequency = 1379; id = "tox_airlock_pump"},/obj/machinery/air_sensor{frequency = 1430; id_tag = "toxins_mixing_interior"; output = 63; pixel_x = -16; pixel_y = 6},/turf/simulated/floor/reinforced,/area/rnd/mixing)
+"ehb" = (/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{frequency = 1379; id = "tox_airlock_pump"},/obj/machinery/air_sensor{pixel_x = -16; pixel_y = 6; frequency = 1430; output = 63; id_tag = "toxins_mixing_interior"},/turf/simulated/floor/reinforced,/area/rnd/mixing)
"emC" = (/turf/simulated/floor/trim/wood/broken0,/area/maintenance/law)
"enS" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/abandoned_casino)
"eqy" = (/obj/effect/floor_decal/corner/black{dir = 10},/obj/effect/floor_decal/corner/black{dir = 5},/obj/machinery/smartfridge/secure/extract,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"ers" = (/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/obj/machinery/camera/network/research{c_tag = "Xenobiology South"; dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"ers" = (/obj/machinery/light,/obj/structure/sign/poster{pixel_y = -32},/obj/machinery/camera/network/research{dir = 1; c_tag = "Xenobiology South"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"euc" = (/obj/machinery/light{dir = 1},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/central_east)
-"eyk" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "cargo_bay"; name = "cargo bay hatch controller"; pixel_x = -6; pixel_y = 26; req_one_access = list(13,31); tag_door = "cargo_bay_door"},/obj/vehicle/train/cargo/trolley,/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/mine/explored)
+"eyk" = (/obj/machinery/embedded_controller/radio/simple_docking_controller{name = "cargo bay hatch controller"; pixel_x = -6; pixel_y = 26; frequency = 1380; req_one_access = list(13,31); id_tag = "cargo_bay"; tag_door = "cargo_bay_door"},/obj/vehicle/train/cargo/trolley,/obj/effect/floor_decal/corner/brown{dir = 5},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/corner/brown{dir = 6},/turf/simulated/floor/tiled/rough,/area/mine/explored)
"eFH" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cave)
-"eXt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"eXt" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"ffJ" = (/obj/effect/floor_decal/oldflood,/obj/effect/floor_decal/oldflood,/obj/structure/closet/crate/freezer,/turf/simulated/floor/tiled/rough,/area/quartermaster/storage/under/secure)
"flt" = (/obj/structure/bed/couch/left/brown{dir = 1},/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
-"fmk" = (/obj/machinery/light/small/red{dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"fws" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; initialize_directions = 1; use_power = 1; volume_rate = 500},/turf/simulated/floor/plating/airless,/area/maintenance/incinerator)
-"fAH" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "xenobio5"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"fmk" = (/obj/machinery/light/small/red{dir = 8},/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"fws" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; use_power = 1; volume_rate = 500; initialize_directions = 1},/turf/simulated/floor/plating/airless,/area/maintenance/incinerator)
+"fAH" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 1; pixel_y = 4; id = "xenobio5"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"fGp" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/reinforced/hull,/turf/simulated/floor/plating,/area/mine/explored)
"fJe" = (/obj/effect/decal/cleanable/dirt,/obj/item/tank/emergency/oxygen/double,/obj/item/clothing/mask/gas,/obj/structure/table/rack,/obj/random/maintenance,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"fWZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/engineering)
-"gcM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"fWZ" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood{icon_state = "wood_broken2"},/area/maintenance/engineering)
+"gcM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/maintenance/research_port)
"ggw" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/light{dir = 1},/obj/machinery/camera/network/engineering{c_tag = "Incinerator"},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"gjQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"gjQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"guI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"gEg" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"gIL" = (/obj/structure/bed/couch/right/brown{dir = 1},/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
-"gWa" = (/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "incinerator_access_control"; name = "Incinerator airlock control"; pixel_x = -8; pixel_y = 24},/obj/structure/sign/warning/fire{pixel_x = 32},/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"gWa" = (/obj/machinery/access_button{name = "Incinerator airlock control"; pixel_x = -8; pixel_y = 24; frequency = 1379; command = "cycle_interior"; master_tag = "incinerator_access_control"},/obj/structure/sign/warning/fire{pixel_x = 32},/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"gWU" = (/obj/effect/decal/cleanable/dirt,/obj/structure/inflatable/door,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"gXu" = (/obj/structure/closet/lawcloset,/obj/machinery/light/small,/turf/simulated/floor/trim/carpet,/area/lawoffice)
"hkS" = (/obj/effect/floor_decal/sandfloordec,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"hty" = (/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
-"hwR" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"hwR" = (/obj/effect/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"hBy" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet,/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"hGw" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/wall/r_wall,/area/maintenance/incinerator)
-"hPM" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/meter,/obj/machinery/button/remote/blast_door{dir = 1; id = "disvent"; name = "Incinerator Vent Control"; pixel_y = -24; req_one_access = list(12,5)},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"hXd" = (/obj/machinery/navbeacon/delivery/QM2,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/corner/brown{dir = 9},/mob/living/bot/mulebot{suffix = "#2"},/turf/simulated/floor/tiled/rough,/area/quartermaster/storage)
-"ico" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/button/remote/blast_door{dir = 1; id = "xenobio4"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"icB" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{density = 0; dir = 2; icon_state = "shutter0"; id = "bridge_window"; name = "Bridge Window Shutters"; opacity = 0},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
+"hPM" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/meter,/obj/machinery/button/remote/blast_door{name = "Incinerator Vent Control"; dir = 1; pixel_y = -24; id = "disvent"; req_one_access = list(12,5)},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"ico" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 1; pixel_y = 4; id = "xenobio4"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"icB" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/shutters{name = "Bridge Window Shutters"; icon_state = "shutter0"; opacity = 0; density = 0; dir = 2; id = "bridge_window"},/obj/structure/cable/green{icon_state = "0-8"; d2 = 8},/obj/structure/cable/green{icon_state = "0-4"; d2 = 4},/obj/structure/window_frame/relectric/rglass,/turf/simulated/floor/tiled/dark/rough,/area/bridge)
"igC" = (/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/wall/r_wall,/area/mine/explored)
-"ihB" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"ihB" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"iiO" = (/obj/effect/decal/cleanable/dirt,/obj/item/device/flashlight,/turf/simulated/floor/plating,/area/maintenance/research_port)
"iOc" = (/obj/effect/decal/cleanable/dirt,/obj/item/device/flashlight/lamp/brown,/obj/structure/table/steel,/turf/simulated/floor/plating,/area/maintenance/research_port)
"iSA" = (/obj/machinery/alarm{dir = 4; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"iWP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"jwF" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio6"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"jJq" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio5"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"jMC" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
-"jOm" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/table/standard,/obj/item/storage/fancy/crayons,/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/storage/art)
-"jSf" = (/obj/machinery/door/blast/regular{dir = 4; id = "disvent"; name = "Incinerator Vent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/maintenance/incinerator)
-"jSO" = (/obj/effect/floor_decal/corner/green/three_quarters,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
+"iWP" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"jwF" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio6"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"jJq" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio5"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"jMC" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"jOm" = (/obj/machinery/power/apc{name = "east bump"; dir = 4; pixel_x = 24},/obj/structure/table/standard,/obj/item/storage/fancy/crayons,/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor/tiled/rough,/area/storage/art)
+"jSf" = (/obj/machinery/door/blast/regular{name = "Incinerator Vent"; dir = 4; id = "disvent"},/obj/machinery/shield_diffuser,/turf/simulated/floor/reinforced/airless,/area/maintenance/incinerator)
+"jSO" = (/obj/effect/floor_decal/corner/green/three_quarters,/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"jYi" = (/turf/simulated/wall/r_wall,/area/rnd/xenobiology/dorm)
"kbH" = (/obj/machinery/hologram/holopad{pixel_y = -16},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"kuV" = (/obj/effect/decal/cleanable/dirt,/obj/effect/floor_decal/rust,/obj/structure/closet,/obj/random/tool,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"kvi" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"kFB" = (/obj/effect/floor_decal/siding/wood/corner,/obj/machinery/alarm{dir = 4; pixel_x = -25},/turf/simulated/floor/trim/wood,/area/lawoffice)
"kIJ" = (/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/maintenance,/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor,/area/maintenance/research_port)
-"kIO" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"kIO" = (/obj/effect/floor_decal/corner/green{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/structure/cable/yellow{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"kMn" = (/obj/machinery/disposal,/obj/structure/window/reinforced{dir = 8},/obj/structure/disposalpipe/trunk,/obj/effect/floor_decal/industrial/warning/full,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"kPP" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/disposaloutlet{dir = 8},/obj/machinery/shield_diffuser,/turf/simulated/floor/plating/airless,/area/mine/explored)
"kSL" = (/obj/item/pickaxe,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"kTT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/plating,/area/maintenance/medbay)
-"kZW" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{dir = 8; id = "xenobio6"; name = "Containment Blast Doors"; pixel_y = 4; req_access = list(55)},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/research{c_tag = "Xenobiology East"; dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"kZW" = (/obj/machinery/light{dir = 4},/obj/structure/table/reinforced,/obj/machinery/button/remote/blast_door{name = "Containment Blast Doors"; dir = 8; pixel_y = 4; id = "xenobio6"; req_access = list(55)},/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/obj/machinery/camera/network/research{dir = 8; c_tag = "Xenobiology East"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"lfQ" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/substation/research)
"llu" = (/obj/structure/window_frame/reinforced/hull,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/storage/art)
"lmE" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"lrb" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
-"lya" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio7"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"lrb" = (/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"lya" = (/obj/machinery/door/window/eastleft{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio7"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"lBp" = (/obj/machinery/newscaster{dir = 1; pixel_y = 32},/obj/structure/table/woodentable,/obj/effect/decal/cleanable/dirt,/obj/item/frame/air_alarm,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"lCK" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/brown{pixel_x = -4; pixel_y = 7; randpixel = 0},/obj/item/reagent_containers/vessel/coffee{pixel_x = 6; pixel_y = 6; randpixel = 1},/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
"lER" = (/obj/item/folder{pixel_x = -4},/obj/item/folder/red{pixel_y = 3},/obj/item/folder/blue{pixel_x = 5},/obj/item/folder/yellow,/obj/structure/table/woodentable,/obj/item/stamp/internalaffairs,/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"lGl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"lWU" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{dir = 1; id_tag = "incinerator_access_control"; name = "Incinerator Access Console"; pixel_x = -6; pixel_y = -24; req_access = list(12); tag_exterior_door = "incinerator_airlock_exterior"; tag_interior_door = "incinerator_airlock_interior"},/obj/machinery/button/ignition{dir = 1; id = "Incinerator"; pixel_x = 6; pixel_y = -24},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"lXM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/rust,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"mdf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"lGl" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"lWU" = (/obj/machinery/embedded_controller/radio/airlock/access_controller{name = "Incinerator Access Console"; dir = 1; pixel_x = -6; pixel_y = -24; req_access = list(12); id_tag = "incinerator_access_control"; tag_exterior_door = "incinerator_airlock_exterior"; tag_interior_door = "incinerator_airlock_interior"},/obj/machinery/button/ignition{dir = 1; pixel_x = 6; pixel_y = -24; id = "Incinerator"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
+"lXM" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/rust,/obj/machinery/light/small/red{dir = 8},/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"mdf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"mgB" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 1},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"mls" = (/obj/structure/plasticflaps/mining,/obj/machinery/conveyor{dir = 8; id = "archeology-external"},/turf/simulated/floor/plating,/area/mine/explored)
"mJU" = (/obj/structure/rock,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/abandoned_casino)
-"mRF" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"mRF" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"mVu" = (/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/plating,/area/mine/explored)
"mVJ" = (/obj/structure/bed/couch/left/brown,/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
-"mXP" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio6"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"mYR" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{d2 = 8; icon_state = "0-8"},/obj/item/device/radio/intercom/private{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/custom{pixel_y = 22},/obj/item/device/radio/intercom/broadcasting{dir = 8; pixel_x = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
-"mYU" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio5"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"mXP" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio6"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"mYR" = (/obj/effect/landmark/event/other/tripai,/obj/structure/cable/cyan{icon_state = "0-8"; d2 = 8},/obj/item/device/radio/intercom/private{dir = 1; pixel_y = -22},/obj/item/device/radio/intercom/custom{pixel_y = 22},/obj/item/device/radio/intercom/broadcasting{dir = 8; pixel_x = 22},/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
+"mYU" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio5"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
"neD" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"npQ" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"nDr" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"nIl" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
+"nDr" = (/obj/structure/cable{icon_state = "2-4"; d2 = 4; d1 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"nIl" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/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/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/tiled/rough,/area/maintenance/research_starboard)
"nKk" = (/obj/machinery/door/window/southright{dir = 4},/obj/effect/floor_decal/siding/wood{dir = 8},/obj/structure/curtain/open/bed{anchored = 1},/turf/simulated/floor/trim/wood,/area/lawoffice)
"nOp" = (/obj/effect/floor_decal/corner/green{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"nRD" = (/obj/structure/rock,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
-"nUY" = (/obj/machinery/camera/network/civilian_east{c_tag = "Ring Hallway - Southeast"; dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"nUY" = (/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Ring Hallway - Southeast"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"obe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/sandfloordec,/obj/effect/floor_decal/siding/wood,/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
-"ogj" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/random,/obj/item/device/camera_film,/obj/machinery/camera/network/civilian_east{c_tag = "Library Central"; dir = 8},/turf/simulated/floor/tiled/rough,/area/storage/art)
-"ojp" = (/obj/structure/sign/poster{pixel_y = 32},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ogj" = (/obj/structure/table/standard,/obj/item/stack/cable_coil/random,/obj/item/device/camera_film,/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Library Central"},/turf/simulated/floor/tiled/rough,/area/storage/art)
+"ojp" = (/obj/structure/sign/poster{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"omQ" = (/obj/machinery/alarm{dir = 4; pixel_x = -25},/obj/machinery/light/small/hl{dir = 8},/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
-"ozc" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"oDk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ozc" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"oDk" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"oGg" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"oHZ" = (/obj/effect/floor_decal/rust,/obj/machinery/constructable_frame/machine_frame,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"oOf" = (/obj/effect/landmark/start/crew/lawyer,/turf/simulated/floor/trim/carpet,/area/lawoffice)
"oOx" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/trim/wood,/area/maintenance/law)
"oQx" = (/obj/structure/table/standard,/obj/item/storage/toolbox/mechanical,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"oSs" = (/obj/machinery/atmospherics/pipe/tank/oxygen{volume = 3200},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"oSu" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio7"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"oTt" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light/small/hl{dir = 4},/obj/machinery/camera/network/civilian_east{c_tag = "Cave Dorm - Holodeck"; dir = 8},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
+"oSu" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio7"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"oTt" = (/obj/effect/floor_decal/sandfloordec,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light/small/hl{dir = 4},/obj/machinery/camera/network/civilian_east{dir = 8; c_tag = "Cave Dorm - Holodeck"},/turf/simulated/floor/tiled/rough,/area/crew_quarters/sleep/cave)
"oXN" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"oZj" = (/obj/effect/floor_decal/siding/wood{dir = 4},/obj/structure/table/woodentable,/obj/item/material/ashtray/bronze,/obj/item/device/flashlight/lamp/brown,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cave)
"piB" = (/obj/structure/bed/couch/right/brown{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"puH" = (/obj/machinery/door/firedoor/border_only,/obj/structure/window_frame/rglass,/turf/simulated/floor/plating,/area/maintenance/law)
-"pwh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"pwh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
"pyb" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"pGx" = (/obj/machinery/light/small{dir = 8},/obj/machinery/button/window_frame_tint{dir = 4; pixel_x = -26; pixel_y = -8},/obj/effect/landmark/start/crew/lawyer,/obj/machinery/light_switch{dir = 4; pixel_x = -26},/turf/simulated/floor/trim/carpet,/area/lawoffice)
"pOX" = (/obj/item/device/radio/intercom{dir = 8; pixel_x = 22},/turf/simulated/floor/plating,/area/maintenance/chapel/north)
"pQK" = (/obj/machinery/atmospherics/binary/pump,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"pSO" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/item/clothing/accessory/storage/bandolier,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/shotgun/pump,/obj/item/gun/projectile/shotgun/pump,/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
-"qax" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"pSO" = (/obj/structure/table/rack,/obj/structure/window/reinforced{dir = 1; health = 1e+06},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8; health = 1e+06},/obj/item/clothing/accessory/storage/bandolier,/obj/item/clothing/accessory/storage/bandolier,/obj/item/gun/projectile/shotgun/pump,/obj/item/gun/projectile/shotgun/pump,/obj/effect/floor_decal/industrial/warning/red{dir = 8},/turf/simulated/floor/tiled/dark/rough,/area/security/armory)
+"qax" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"qnC" = (/obj/machinery/atmospherics/pipe/tank/plasma{volume = 3200},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"quz" = (/obj/machinery/artifact_harvester,/turf/simulated/floor/grid/bluegrid,/area/outpost/research/anomaly_analysis)
-"qvE" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio4"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"qvE" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio4"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
"qHn" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/simulated/floor/grid/bluegrid,/area/turret_protected/ai)
"qNy" = (/obj/structure/closet/secure_closet/lawyer,/turf/simulated/floor/trim/carpet,/area/lawoffice)
-"qOT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/maintenance/engineering)
+"qOT" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/maintenance/engineering)
"qPx" = (/obj/structure/barricade/material{layer = 6},/obj/machinery/door/airlock/maintenance{req_one_access = list(7,12)},/turf/simulated/floor/plating,/area/maintenance/research_port)
"qTt" = (/obj/structure/closet/crate/secure/weapon{name = ".45 ammo crate"; req_access = list(3)},/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/item/ammo_magazine/c45m,/obj/effect/floor_decal/industrial/box/red,/obj/item/ammo_magazine/c45m,/turf/simulated/floor/tiled/dark/rough,/area/security/tactical)
"rae" = (/obj/machinery/field_generator,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/plating,/area/engineering/storage)
@@ -5537,23 +5538,23 @@
"rjx" = (/obj/structure/boulder,/turf/simulated/floor/asteroid/air,/area/mine/explored)
"roa" = (/obj/machinery/status_display/supply_display,/turf/simulated/wall,/area/quartermaster/storage)
"rtD" = (/obj/structure/bookcase/prefitted/nonfiction,/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/trim/wood,/area/library)
-"rvr" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio3"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"rwb" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 1},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"rvr" = (/obj/structure/window_frame/grille/rglass,/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio3"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"rwb" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 1},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"rzv" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 8},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
-"rzO" = (/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d2 = 8; dir = 1; icon_state = "0-8"},/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"rzO" = (/obj/machinery/power/terminal{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/structure/cable{icon_state = "0-8"; dir = 1; d2 = 8},/turf/simulated/floor/plating,/area/maintenance/substation/research)
"rEt" = (/obj/machinery/computer/camera_advanced/xenobio,/obj/effect/floor_decal/corner/black{dir = 10},/obj/effect/floor_decal/corner/purple{dir = 5},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"rFP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/siding/wood,/turf/simulated/floor/trim/wood,/area/lawoffice)
"rHR" = (/obj/machinery/conveyor{dir = 8; id = "archeology-external"},/turf/simulated/floor/plating,/area/mine/explored)
-"rMk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"rNe" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/clipboard,/obj/item/device/eftpos{eftpos_name = "Law EFTPOS scanner"; pixel_y = 5},/obj/effect/floor_decal/siding/wood,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"rOA" = (/obj/machinery/door/airlock/engineering{name = "Science Substation"; req_one_access = list(11,24,7)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "researchlockdown"; name = "Research Division Blast Doors"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/research)
-"rQk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{frequency = 1379; icon_state = "door_locked"; id_tag = "research_outer"; locked = 1; name = "Research Outpost External Access"; req_access = list(10,13)},/obj/structure/cable/blue{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating/airless,/area/outpost/research/eva)
-"rWk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood{icon_state = "wood_broken4"},/area/maintenance/engineering)
-"rWr" = (/obj/machinery/photocopier,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/white{icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"rMk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/research_port)
+"rNe" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/clipboard,/obj/item/device/eftpos{pixel_y = 5; eftpos_name = "Law EFTPOS scanner"},/obj/effect/floor_decal/siding/wood,/turf/simulated/floor/trim/wood,/area/lawoffice)
+"rOA" = (/obj/machinery/door/airlock/engineering{name = "Science Substation"; req_one_access = list(11,24,7)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/blast/regular{name = "Research Division Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "researchlockdown"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/maintenance/substation/research)
+"rQk" = (/obj/machinery/door/firedoor/border_only,/obj/machinery/door/airlock/external{name = "Research Outpost External Access"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(10,13); id_tag = "research_outer"},/obj/structure/cable/blue{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating/airless,/area/outpost/research/eva)
+"rWk" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood{icon_state = "wood_broken4"},/area/maintenance/engineering)
+"rWr" = (/obj/machinery/photocopier,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable/white{icon_state = "0-4"},/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/turf/simulated/floor/trim/wood,/area/lawoffice)
"sfF" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"sgx" = (/obj/machinery/door/unpowered/simple/wood,/obj/structure/barricade/material{layer = 6},/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"skJ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/white,/turf/simulated/floor/plating,/area/maintenance/dormitory)
-"snT" = (/obj/structure/window/reinforced{health = 1e+007},/turf/simulated/floor/asteroid,/area/mine/explored)
+"skJ" = (/obj/machinery/power/apc{name = "west bump"; dir = 8; pixel_x = -24},/obj/structure/cable/white,/turf/simulated/floor/plating,/area/maintenance/dormitory)
+"snT" = (/obj/structure/window/reinforced{health = 1e+07},/turf/simulated/floor/asteroid,/area/mine/explored)
"soX" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"sqA" = (/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
"stm" = (/obj/structure/table/steel,/obj/random/tech_supply,/obj/item/device/radio/intercom{pixel_y = 22},/turf/simulated/floor/plating,/area/maintenance/medbay)
@@ -5561,42 +5562,42 @@
"syk" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/black{dir = 6},/obj/effect/floor_decal/corner/black{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 8},/obj/item/storage/box/monkeycubes,/obj/item/reagent_containers/food/monkeycube/wrapped,/obj/item/storage/box/monkeycubes,/obj/item/reagent_containers/food/monkeycube/wrapped,/obj/item/paper_bin{pixel_y = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"sBP" = (/obj/random/junk,/obj/effect/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"sCK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"sIN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small/red{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"sIN" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/light/small/red{dir = 4},/obj/structure/cable{icon_state = "1-8"; d2 = 8; d1 = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 8},/turf/simulated/floor/plating,/area/maintenance/research_port)
"sOO" = (/obj/machinery/light/small{dir = 8},/obj/random/pottedplant,/turf/simulated/floor/trim/wood,/area/lawoffice)
"sWc" = (/obj/machinery/papershredder,/turf/simulated/floor/trim/wood,/area/lawoffice)
-"sYn" = (/obj/structure/cable{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 = 1; icon_state = "pipe-c"},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"tdc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio6"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
-"tom" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
+"sYn" = (/obj/structure/cable{icon_state = "1-4"; d2 = 4; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 1},/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"tdc" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio6"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"tom" = (/obj/effect/floor_decal/corner/green{dir = 5},/obj/structure/disposalpipe/segment{icon_state = "pipe-c"; dir = 2},/obj/structure/cable/yellow{icon_state = "2-8"; d2 = 8; d1 = 2},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"tov" = (/obj/effect/decal/cleanable/dirt,/obj/item/pickaxe,/turf/simulated/floor/plating,/area/maintenance/abandoned_casino)
-"ttC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"ttC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/plating,/area/maintenance/engineering)
"tyE" = (/obj/effect/floor_decal/corner/green{dir = 9},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_north)
"tAA" = (/obj/structure/filingcabinet,/obj/machinery/camera/network/security{c_tag = "Law Office"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/trim/wood,/area/maintenance/law)
"tCP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/trim/wood,/area/lawoffice)
"tFe" = (/obj/structure/table/standard,/obj/item/hand_labeler,/turf/simulated/floor/tiled/rough,/area/storage/art)
"tMz" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/dark/rough,/area/medical/morgue)
-"ubR" = (/obj/machinery/door/window/westright{dir = 1; name = "Containment Pen"; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"ubR" = (/obj/machinery/door/window/westright{name = "Containment Pen"; dir = 1; req_access = list(55)},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"udW" = (/obj/effect/decal/cleanable/dirt,/obj/random/obstruction,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
-"ujV" = (/obj/machinery/door/airlock/glass{autoclose = 0; frequency = 1379; heat_proof = 1; icon_state = "door_locked"; id_tag = "incinerator_airlock_interior"; locked = 1; name = "Mixing Room Interior Airlock"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"unt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
-"usG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"ujV" = (/obj/machinery/door/airlock/glass{name = "Mixing Room Interior Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(12); id_tag = "incinerator_airlock_interior"; autoclose = 0; heat_proof = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"unt" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"usG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small/red{dir = 1},/turf/simulated/floor/plating,/area/maintenance/research_port)
"uuK" = (/obj/machinery/alarm{dir = 8; pixel_x = 24},/turf/simulated/wall,/area/storage/art)
"uxa" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/engineering)
-"uym" = (/obj/machinery/door/window/westright{dir = 2; name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio4"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"uym" = (/obj/machinery/door/window/westright{name = "Containment Pen"; dir = 2; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio4"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"uzg" = (/obj/effect/floor_decal/corner/purple/full,/obj/effect/floor_decal/spline/plain/grey{dir = 9},/obj/structure/table/standard,/obj/item/extinguisher,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"uBa" = (/obj/machinery/door/window/westright{dir = 2; name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio5"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"uBa" = (/obj/machinery/door/window/westright{name = "Containment Pen"; dir = 2; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio5"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"uIn" = (/turf/simulated/floor/trim/wood/broken1,/area/maintenance/law)
"uLL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/navbeacon/frontier/DOME_SE,/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"uNm" = (/obj/machinery/smartfridge/secure/blood/filled,/turf/simulated/wall,/area/medical/storage1)
"uQY" = (/obj/effect/landmark/start/antags/borer,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
"uXk" = (/obj/machinery/floodlight,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
-"uYK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
+"uYK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/obj/effect/floor_decal/rust,/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
"vaN" = (/obj/effect/floor_decal/corner/green{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"vbh" = (/obj/structure/disposalpipe/segment{dir = 2},/turf/simulated/wall/r_wall,/area/outpost/research/isolation_b)
"vcc" = (/obj/machinery/artifact_scanpad,/turf/simulated/floor/grid/bluegrid,/area/outpost/research/anomaly_analysis)
"vdu" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/turf/simulated/floor/reinforced,/area/rnd/xenobiology)
"vdN" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/maintenance/research_port)
-"vfo" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio3"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
-"vfR" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; icon_state = "map_vent_in"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
+"vfo" = (/obj/machinery/door/window/westright{name = "Containment Pen"; req_access = list(55)},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio3"},/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
+"vfR" = (/obj/machinery/atmospherics/unary/vent_pump{icon_state = "map_vent_in"; dir = 1; use_power = 1; pump_direction = 0; external_pressure_bound = 0; pressure_checks = 2; internal_pressure_bound = 4000; external_pressure_bound_default = 0; internal_pressure_bound_default = 4000; pressure_checks_default = 2; initialize_directions = 1},/obj/structure/sign/warning/vacuum{pixel_x = 32},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
"vhx" = (/obj/effect/floor_decal/corner/green/three_quarters{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"vsK" = (/obj/effect/floor_decal/siding/wood,/turf/simulated/floor/natural/sand/darksand,/area/crew_quarters/sleep/cave)
"vxz" = (/obj/effect/floor_decal/siding/wood{dir = 4},/turf/simulated/floor/trim/wood,/area/lawoffice)
@@ -5608,18 +5609,17 @@
"vRZ" = (/obj/structure/window_frame/electric/rglass,/obj/machinery/door/firedoor/border_only,/turf/simulated/floor/plating,/area/lawoffice)
"vSD" = (/obj/effect/floor_decal/corner/black{dir = 10},/obj/effect/floor_decal/corner/black{dir = 1},/obj/effect/floor_decal/corner/purple{dir = 4},/obj/machinery/monkey_recycler,/turf/simulated/floor/tiled/white/rough,/area/rnd/xenobiology)
"vTX" = (/obj/effect/floor_decal/rust,/obj/structure/table/steel,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
-"vUf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/engineering)
+"vUf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/turf/simulated/floor/plating,/area/maintenance/engineering)
"vWa" = (/obj/effect/decal/cleanable/dirt,/obj/item/remains/mouse,/turf/simulated/floor/asteroid/air,/area/maintenance/abandoned_casino)
-"wde" = (/obj/machinery/door/airlock/maintenance{name = "Incinerator Access"; req_one_access = list(5,12)},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"weE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/trim/wood,/area/lawoffice)
-"wmI" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1443; id = "air_in"; use_power = 1},/obj/machinery/sparker{id = "Incinerator"; pixel_x = -20},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
+"wde" = (/obj/machinery/door/airlock/maintenance{name = "Incinerator Access"; req_one_access = list(5,12)},/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/door/firedoor/border_only,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/maintenance/incinerator)
+"weE" = (/obj/structure/cable{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/floor/trim/wood,/area/lawoffice)
+"wmI" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 1; frequency = 1443; id = "air_in"; use_power = 1},/obj/machinery/sparker{pixel_x = -20; id = "Incinerator"},/turf/simulated/floor/reinforced,/area/maintenance/incinerator)
"wnY" = (/obj/machinery/light/small/hl{dir = 4},/obj/structure/flora/tree/dead/deadtree_1,/turf/unsimulated/floor{icon_state = "asteroidplating"},/area/crew_quarters/sleep/cave)
-"wos" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{density = 0; icon_state = "pdoor0"; id = "xenobio4"; name = "Containment Blast Doors"; opacity = 0},/turf/simulated/floor/plating,/area/rnd/xenobiology)
+"wos" = (/obj/structure/window_frame/grille/rglass,/obj/structure/disposalpipe/segment{dir = 2},/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/door/blast/regular{name = "Containment Blast Doors"; icon_state = "pdoor0"; opacity = 0; density = 0; id = "xenobio4"},/turf/simulated/floor/plating,/area/rnd/xenobiology)
"wqF" = (/obj/effect/floor_decal/rust,/obj/machinery/suspension_gen,/turf/simulated/floor/plating,/area/outpost/research/eva)
-"wxB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"wxB" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/machinery/light/small/red{dir = 4},/turf/simulated/floor/plating,/area/maintenance/research_port)
"wCA" = (/obj/effect/decal/cleanable/dirt,/obj/item/device/flashlight/lantern,/turf/simulated/floor/asteroid/air,/area/maintenance/abandoned_casino)
-"wOH" = (/obj/machinery/door/airlock/glass{autoclose = 0; frequency = 1379; heat_proof = 1; icon_state = "door_locked"; id_tag = "incinerator_airlock_exterior"; locked = 1; name = "Mixing Room Exterior Airlock"; req_access = list(12)},/turf/simulated/floor/plating,/area/maintenance/incinerator)
-"wRu" = (/obj/machinery/navbeacon/delivery/QM3,/obj/effect/floor_decal/industrial/outline/yellow,/mob/living/bot/mulebot{suffix = "#1"},/obj/effect/floor_decal/corner/brown{dir = 9},/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/mine/explored)
+"wOH" = (/obj/machinery/door/airlock/glass{name = "Mixing Room Exterior Airlock"; icon_state = "door_locked"; frequency = 1379; locked = 1; req_access = list(12); id_tag = "incinerator_airlock_exterior"; autoclose = 0; heat_proof = 1},/turf/simulated/floor/plating,/area/maintenance/incinerator)
"wSK" = (/obj/structure/flora/pottedplant/dead,/turf/simulated/floor/trim/wood,/area/crew_quarters/sleep/cave)
"wYj" = (/obj/structure/bed/couch/right/brown,/obj/machinery/newscaster{dir = 8; pixel_x = 32},/turf/simulated/floor/trim/carpet/red,/area/lawoffice)
"wZt" = (/obj/machinery/light{dir = 4},/obj/random/tech_supply,/obj/structure/table/steel,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/contraband,/obj/item/clothing/shoes/workboots,/turf/simulated/floor,/area/maintenance/research_port)
@@ -5630,8 +5630,8 @@
"xpQ" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/maintenance/dormitory)
"xqM" = (/obj/effect/floor_decal/corner/green{dir = 9},/turf/simulated/floor/tiled/rough,/area/hallway/primary/frontier/ring_south)
"xtg" = (/obj/machinery/atmospherics/trinary/mixer{use_power = 0},/turf/simulated/floor/tiled/rough,/area/maintenance/incinerator)
-"xGN" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
-"xKU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/high_voltage{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/research_port)
+"xGN" = (/obj/structure/cable/green{icon_state = "4-8"; d2 = 8; d1 = 4},/turf/simulated/wall/r_wall,/area/turret_protected/ai)
+"xKU" = (/obj/structure/cable{icon_state = "1-2"; d2 = 2; d1 = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/high_voltage{pixel_x = 32},/turf/simulated/floor/plating,/area/maintenance/research_port)
"xWK" = (/obj/structure/inflatable/wall,/turf/simulated/floor/asteroid/air,/area/maintenance/dormitory)
"xYi" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/obj/effect/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/rough,/area/mine/explored)
"yhc" = (/obj/effect/decal/cleanable/dirt,/turf/simulated/floor/tiled/rough,/area/maintenance/research_port)
@@ -5836,25 +5836,25 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaIaaIaaIaaIaaIaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaIaaaaaaaaaaaIaaIaaIaaIaaIaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaclDclDclDaaaaaaaReaReaReaReaRebjZbjZbjZbjZbjZbjZbABbACbAFbATbjZbjZbjZbjZbjZbjZaReaReaReaReaReaReaReaReaRebqkcgRcgScgNcgBcgTchlcgUbqkaLiaLiaLiaQHabYajvabYaReaReabXabXabXabXaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaRgaaeaAGakUakVakWakXalbaAGannaRgaReaReaReaReaReaReauHarFauHalcaldalfalgalhalmalnalpalqalralualvalwalxalxalyalzalzalAalIalJalKalJalMalJalNalJalRalSalTalZamcalJalJalJamdameamnampamsamtamuamBamEaciaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaclDclDclDclDclDaReaReaReaReaReaRebjZbjZbABbBHarGarGbPDbQebQfbQgbQhbQhbQibATbjZbjZbjZaReaReaReaReaReaReaReaRebqkbqkcgWcgXcgYcgZchachbchcchdchechfaQHaQHajwaQHaReaReaaaaBuaaaaaaaReaReaReaReaReaReaReaReaReaReaKZaKZaKZaKZaKZaKZaKZaBaaBaaBaaBaamJaBaaBhaBhbVLaBhaBhaReaReckWaReaReauHarFauHamKamLamWanbanbanlanuanvanzanAanBanCanIanRanSanZaoaaoeaohaoiaomaonanSaooanSaopaoraosaouaovaomaoxaoyaozaoOaoQapgapjapkapmapraptapBapNaciaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaaaaaaaaaaaaclDbjZbjZbjZbjZaReaReaReaReaRebjZbjZbjZbQgapOapRapSbQgbQlbQmbQgbQnbQobQpbQgbjZbjZbjZbjZaReaReaReaReaReaReaReaReaLiaLiaLiaobaobaobaLiaLiaLiaLichhchichjchkaQHazxaReaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaKZapTapVaqeaqhaqiaKZaqjaqpaqqaqsaqAaqBaBhaqJccyaBxaBhaReaReckXaReaReauHarFauHaqKaqLaqMatpaqOaqPauHaqQaqRasWaqSaIfaqTaqUaIfaIfaIfaIfaIfaqVarnaIzaogaroaoDaoHaIzarparqarsarEarMarNaIGaIGaIGaIGaIGaIIarOaIIaIIaciaciaciaReaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZaReaReblAaRebjZbjZbjZbjZbQgarTarUarVbQgcapbQubQvbBHbBHbQwbQgbjZbjZbjZbjZbjZbjZbjZaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZbjZaReaReaQHaQHatcaytatcaoKaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaKZarXasbascasgasiaslasoaspasCasEasGasHasLasOasPasTaBhadVadVaBnaipadVauHarFauHpSOatgatjatfatgatuauHatvaqRasZataatyatzatAahxatBatFatHatJatMatNaIzatOatPatQatUaIzatVatYatZauaaubaudaueaufaugauiaIGaukaulaunaIIaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZaReaReblAaRebjZbjZbjZbjZbQgarTarUarVbQgcapbQubQvbBHbBHbQwbQgbjZbjZbjZbjZbjZbjZbjZaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZbjZaReaReaQHaQHatcaytatcaoKaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaKZaeuasbascasgasiaslasoaspasCasEasGasHasLasOasPasTaBhadVadVaBnaipadVauHarFauHpSOatgatjatfatgatuauHatvaqRasZataatyatzatAahxatBatFatHatJatMatNaIzatOatPatQatUaIzatVatYatZauaaubaudaueaufaugauiaIGaukaulaunaIIaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaIaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReacFbjZbjZbjZbjZbjZbjZadjbjZbjZbjZbjZbjZbQxbQzautbQzbPDauzauCauDauEauFbQQbQgbjZbjZbjZaReaRebjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZaReaQHaQHajxajyaoKaaaaaaaaaaaaaaaaaaaReasmatiatiatiatiatiatiatiaKZauIauJauKauLauNaKZauOauPaBaaBaauQaBaaBhauUbVRbVSaBhadVazBaBnaBnadVauHarFauHauHauHauHauHauHauHauHaIfaIfauXavdapMavfavpajpavqavravtaqmavuavvaNQavwavxavyavzaIzaXiaXiaXiaXiavAavBaIGavCavDavEaIGavFavIavMaIIaReaReabXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqnaqoaqoaqoaqoaqoarwaqoaqoaqoaqoaqoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReaReaWZaWZaWZadSacXadUadUadUbjZbjZbjZbjZbjZbjZbjZbjZbjZbQgavNavOavPbQgavQavRavRavTavUbQQbQgbjZbjZaReaReaReaRebjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZaReazxajJbZgazxaReaReaaaaaaaaaaaaaaaaszaZibgwasmbhebhfatiatiaKZaKZaKZaKZaKZaKZaKZaBaaBaaBaavVavWavXaBaaBhaBhaBhaBhbhlaBnaBnaBnbwHauHarFarFarFarFarFarFarFauHavYvFGavZawbawbawcawdawhaIfaIfaIfaIfaIfawiawjawkawmawnawpawqaIzawrawtawuaXiawwawCaIGavCawDawEaIGawFawGawHaIIaReafVasVasVasVasVasVafVasVasVasVasVasVasVaaaaqnagcagcagcagcagcagcagcagcagcagcaqoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReaReaWZaWZaWZadSacXadUadUadUbjZbjZbjZbjZbjZbjZbjZbjZbjZbQgavNavOavPbQgavQavRavRavTavUbQQbQgbjZbjZaReaReaReaRebjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZaReazxajJbZgazxaReaReaaaaaaaaaaaaaaaaszaZibgwasmbhebhfatiatiaKZaKZaKZaKZaKZaKZaKZaBaaBaaBaavVavWavXaBaaBhaBhaBhaBhbhlaBnaBnaBnbwHauHarFarFarFarFarFarFarFauHavYvFGavZawbawbawcafnawhaIfaIfaIfaIfaIfawiawjawkawmawnawpawqaIzawrawtawuaXiawwawCaIGavCawDawEaIGawFawGawHaIIaReafVasVasVasVasVasVafVasVasVasVasVasVasVaaaaqnagcagcagcagcagcagcagcagcagcagcaqoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaajAaaaaaaaaaaaaaaaaaaaReaReaReaReacxacxacxacxacxacxaReaReaReaReakzmVurHRmlsadGajGajIakxaReaReaReaRebjZbjZbjZbjZbjZarHawIawKawLbQgawMawNawOawPavUbQYbQgbjZaReaReaReaReaRebjZbjZbjZbjZbjZaPqaPqaPqaPqaPqaPqaPqaPqaPqbjZbjZbjZbjZaoKcaQaytaQHaReaReaReaaaaaaaaaaaaaszccpccvccIciccidcijatiatiatiatiatiatiatiaticikcilawQawSawTawSawQcimcinciqcimcimcivciycizaBnauHauHauHauHauHauHauHauHauHawUawVawXawYawZawYaxaavpahxatBaxbatHaxcaxdaxfaIzaxgaxhaxiaxlaxnaxoaxpaxqaxraxsaxtaIGaxvaxwaxxaIGaIIaIIaIIaIIaReafVagdagdagdagdagdagfagdagdagdagdagdasVabXaqnagcagcagcagcagcagcagcagcagcagcaqoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaIaaIaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZaReaReaReaReaReaReacxquzacMacNquzacxaReaReaReaReigCaWZaWZaWZactatWrQkactactactactactaRebjZbjZbjZbjZarHaxyarUaxAbQgaxCaxDaxEaxFaxJbQQbQgbjZaReaReaReaReaRebjZbjZbjZbjZaPqaPqaPqaPqaPqaPqaPqaPqaPqaPqbjZbjZbjZbjZaoKcfBaytaQHaReaReaSHaSHaSHaSHaSHasmciBccvciCciDciDciDciGciDciHciDciDciDciDciDciIciJaghaxLaxNaxOaghaBnaBnciaadVadVciLadVciMcimcimciNcimciqcjkcjlcjlcjlciOaxPaxRaxTaxUaxVaxWaxXaxYajpavqavraybaqmaycaydaIzayeayfayhayiaIzayjaykaylaXiajCaynaIGaIGaIGaIGaIGaReaReaReaReaReafVagjaglagkagkaglagkaglagkagkaglagmafVafVajHagcagcagcagcagcagcagcagcagcagcajHaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaIaaIaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZaReaReaReaReaReaReacxquzacMacNquzacxaReaReaReaReigCaWZaWZaWZactatWrQkactactactactactaRebjZbjZbjZbjZarHaxyarUaxAbQgaxCaxDaxEaxFaxJbQQbQgbjZaReaReaReaReaRebjZbjZbjZbjZaPqaPqaPqaPqaPqaPqaPqaPqaPqaPqbjZbjZbjZbjZaoKajaaytaQHaReaReaSHaSHaSHaSHaSHasmciBccvciCciDciDciDciGciDciHciDciDciDciDciDciIciJaghaxLaxNaxOaghaBnaBnciaadVadVciLadVciMcimcimciNcimciqcjkcjlcjlcjlciOaxPaxRaxTaxUaxVaxWaxXaxYajpavqavraybaqmaycaydaIzayeayfayhayiaIzayjaykaylaXiajCaynaIGaIGaIGaIGaIGaReaReaReaReaReafVagjaglagkagkaglagkaglagkagkaglagmafVafVajHagcagcagcagcagcagcagcagcagcagcajHaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaIaaaaaaaaaaaaaaaaaaaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZbjZbjZaReaReaReaReaReaReaReacxvccacYadavccacxaReabVabVabVvbhabVaReaReactbBOakwactayqadeayuactaReaRebjZbjZbjZbQgayvaywayxbQgbRibRjayyauDavUbQQbQgbjZbjZaReaReaRebjZbjZbjZbjZbjZaPqaPqaPqaPqaPraPqaPqaPqaPqaPqbjZbjZbjZaReazxcfCcjpcjqcjrcjqcjqcjqcjqcjqcjqcjscjtcjtcjEcjFcjGatiasmatiaticjHaauatiatiatiatiatiaghaghayzaghaghadVadVadVadVadVadVadVcjJbfvadVadVadVadVadVcjLcjMcjNagEagEagEausausagEagEayAayBaIfaIfaIfaIfaIfaIfaIfaIzaIzaIzaIzaIzaIzaXiaXiaXiaXiahBacKabZabZabZabZabZagJagJagJagJagJagJagLagMagMagMagMagMagMagMagMagMagTagUagVajHagcagcagcagcagcagcagcagcagcagcajHaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaabjZbjZbjZbjZaReaReaReawRawRawRawRawRacxadfadiadHadJacxaReabVacnacqacsabVaReaReactbZxakyactayDadNayEactaReaRebjZbjZbjZbQxbQzayFbQzbRnbRobRpaxFarUyjCbRrbQgbjZbjZaReaRebjZbjZbjZbjZbjZbjZaPqaPqaPqaPqaPqaPqaPqaPqaPqaPqbjZbjZbjZaReaReaQHaytaQHaReaFsaSQaSQaSQaSQaReatiatiatiatiatiatiatiatiatiatiaghaghaghaghaghaghaghaghayKayMayNaghaghaghaghaghaghaghaghadVadVadVadVadVadVadVadVadVadVagEdjPahwlmEahyavsagEayOayParkacKaiyacKacKarPacKacKabZabZabZabOabQabTajRajSakaaknacKacKabZabZagJagJagJcfDagJahEahFagJahGahHahIahTahUahZaiaaidaifaigajZakbaleajHagcagcagcagcagcagcagcagcagcagcajHaReaReaReaReaReaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaIaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZbjZbjZaReaReaReawRaeoaepaeqaeZacxacxacxafcacxacxaReabVacAacBacCabVaReaReactagsatWactayQadNagtactaReaReaRebjZbjZarHaySarUayTayUayVayXayYazdazfbQQbQgbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZbjZaPqaPqaPqaPqaPqaPqaPqaPqaPqbjZbjZaReaReaReaQHaytaQHaReaaaaaaaaaaaaaaaaReainainainainainajiainainainainaghagWaiSakjaghakeaiqaiTazgazhazlakpcmQakkaghazmaznazoaghaiZaiZaiZaiZaiZaiZaiZaiZadVadVagEanQweEajqajralEagEaztazuaXVaXVaXVaXVaXVaXVaXValOalQakaakaalXamgamwamxabOabZamyacKarPacKacKajOalPajTajUajVajWahFagJajXajYaltalCamfafVafVafVafVafVazwazDafVajHagcagcagcagcagcagcagcagcagcagcajHarzaqFarzarzarzaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaaaaaaaaaaaaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaReaRebjZbjZbjZbjZbjZbjZaReaReaReaReawRaguagNagOalkalsamMazEazFacPacPacPacPacSacTacVacWacWacWacWamSapQaMiapUaqWareactaReaReaRebjZbjZarHaySazGazHazHazIazJarUazKazLcaubQgbjZbjZbjZbjZbjZaReaRebjZbjZbjZbjZbjZbjZauuasAasAauucdmfGpcdmcdmasxasxasxasxasxbZgazxaReaaaaaaaaaaaaaReainainairaiMaiWakhainazMazNazOainazPazQazQazSaimagoaheamoagoamqagoamraheagoaiUazTazQazQazUaiZamAalDalFalGalHapeaiZaiZaiZaiZaiZalUaphalWamRauvazVazWaXVaXWaYaaYbaYCaYDaXVanqanMabZacKabOabOabOabOabOabZamyaaaaaaaaaaaaaaaaaaaaaamaagJambahFagJafVafVamhamzanrafVakAakAakAakBakBakBakAajHagcagcagcagcagcagcagcagcagcagcajHaAbaFBaLVpOXaqFaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaReaReaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaReaReaRebjZbjZbjZbjZaReaReaReaReawRaumaCnaCxaIwaIxawRazXazYacPadvadwadxazZaAaaAcadBadCadDacWaKBaLeaMiaLKaQcaQeactactaReaRebjZbjZbQxbBHbBHbRGaAeaAfaAgaAhbRLbBHbBHbPDbjZbjZbjZaReaReaReaReaReaRebjZbjZbjZbjZauuakCakCauuwRuxYieykasxffJatbatDauxasxaytaQHaReaaaaaaaaaaaabjZauwamjamkamlamlammamHamOansanFaAjaAnaAtaAvaAwaCLaDebiabiCaDeaYAaDebkZblzaiXasYaAHaAIaAKaALaoAaoRandanfanjanmanpaiZantanwanxaiZanyanDanEanGanHaANaARaYEaYFaYPaYQaYRaZhaXVanqarDabZadPadQadQarQaxuaHlarRarWaaaaaaaaaaaaaaaaaaaaaanJagJagJagJagJakAafVanKanNarYafVakAakAakBakBajHakIajHajHagcagcagcagcagcagcagcagcagcagcajHaROaRTaSdbopauybjZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaReaReaPvanOanPanOaPvanTanUanTaPvanVanWanVaPvanXanYanXaPvaReaRebjZbjZbjZbjZaReaReaReaReaReawRawRawRawRawRawRawRaASaATacPaecaedaeeaAVaAWaAXaelaemaenacWaSLaSRaSXaTjaTmafEyinactaReaReaRebjZbQgaAYaAZaBbaBcaBdaBeaBfaBiaBjaBkbQgbjZbjZaReaReaReaReaReaReasyasyauuauuasyauuasAasAauuhXdcKKylwasxavkawlawoawsasxaytaQHbjZaaaaaaaaaaaabjZauAaocaodaofaojapFaojapIapKapLainaBlaBmaBpaBqaghagXcifagoahmahmahmagocjIbilaghaBraBtaBvaByaiZaoTaoUaoWaoXaoZapaapbapcapdaqZaiZapflERapiaplausaBzaBAaYEaZjaZoaZpaZzaZBaXVaskadQadQadRadhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAakAakAakAafVauBaBBayCafVakAakAakBakAajHakYakZalaagcagcagcagcagcagcagcagcagcagcajHbuXbuYbvQaOzauybjZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaaaaReaReaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaReaReaRebjZbjZbjZbjZaReaReaReaReawRaumaCnaCxaIwaIxawRazXazYacPadvadwadxazZaAaaAcadBadCadDacWaKBaLeaMiaLKaQcaQeactactaReaRebjZbjZbQxbBHbBHbRGaAeaAfaAgaAhbRLbBHbBHbPDbjZbjZbjZaReaReaReaReaReaRebjZbjZbjZbjZauuakCakCauuajcxYieykasxffJatbatDauxasxaytaQHaReaaaaaaaaaaaabjZauwamjamkamlamlammamHamOansanFaAjaAnaAtaAvaAwaCLaDebiabiCaDeaYAaDebkZblzaiXasYaAHaAIaAKaALaoAaoRandanfanjanmanpaiZantanwanxaiZanyanDanEanGanHaANaARaYEaYFaYPaYQaYRaZhaXVanqarDabZadPadQadQarQaxuaHlarRarWaaaaaaaaaaaaaaaaaaaaaanJagJagJagJagJakAafVanKanNarYafVakAakAakBakBajHakIajHajHagcagcagcagcagcagcagcagcagcagcajHaROaRTaSdbopauybjZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaIaaIaaaaaaaReaReaPvanOanPanOaPvanTanUanTaPvanVanWanVaPvanXanYanXaPvaReaRebjZbjZbjZbjZaReaReaReaReaReawRawRawRawRawRawRawRaASaATacPaecaedaeeaAVaAWaAXaelaemaenacWaSLaSRaSXaTjaTmafEyinactaReaReaRebjZbQgaAYaAZaBbaBcaBdaBeaBfaBiaBjaBkbQgbjZbjZaReaReaReaReaReaReasyasyauuauuasyauuasAasAauuakDcKKylwasxavkawlawoawsasxaytaQHbjZaaaaaaaaaaaabjZauAaocaodaofaojapFaojapIapKapLainaBlaBmaBpaBqaghagXcifagoahmahmahmagocjIbilaghaBraBtaBvaByaiZaoTaoUaoWaoXaoZapaapbapcapdaqZaiZapflERapiaplausaBzaBAaYEaZjaZoaZpaZzaZBaXVaskadQadQadRadhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAakAakAakAafVauBaBBayCafVakAakAakBakAajHakYakZalaagcagcagcagcagcagcagcagcagcagcajHbuXbuYbvQaOzauybjZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaabjZaReaPvapoappapqaPvapsapuapvaPvapwapxapyaPvapzapAapCaPvaReaRebjZbjZbjZbjZbjZaReaReaReaReaReaReafIaBCaBDaBEafIazXaBFacPafPafRafUaBGaBHaBIagbagpagracWaTraTSaMiaUgadNagvafEactaReaReaRebjZbQgaBKaBMbQgaBNarUaBOaBUbQgaBYaCcbQgbjZbjZaReaQvaQvaQvaQvaQvasyaxjaxzaxHaxIaxMaypaypayZaFDaFDaBJasxaBSaBTaBVaBXasxbMCazxbjZaaaaaaaaaaaabjZauRarIarJarKarLarZasUainaliazzazzaghaghaCdaghaghauVcifahuauWaijakvaikclMayLaghaghaCeaghaghaiZaqvaoUaqwaqxaqyaqzaiZaqCaqIaqXaiZaqYaZfaraarbagEaCfaCgapnapDapEafbaquarmaXVasSacKaarabZadhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaCzaCzaCzaCAaCBaCCaCEaCFaCGaCHakBakBakAajHamCamNaWPagcagcagcagcagcagcagcagcagcagcajHbrEbvRbwGbxLaqFaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZbjZaPvaZbavgbeeaPvaZbavgbeeaPvbefavgbeeaPvbsBavgbKbaPvaRebjZbjZbjZbjZbjZbjZaReaReaReaReaReaReafIaCMaCQaBEafIaCRaCSacPacPacPacPaCTaCUaCVacWacWacWacWaTraTSaMiaUHaXaajEwqFactaReaReaRebjZbSdbSebSebPDaCYavRaDcaDdbQxbSebSebSibjZbjZaReaQvaFKaFKaFPaFQasyaCDaFDaDVaFDaELaEQaEQaEVaFDaFDaGbaGdaGgaGhaGCaGDasxbZhaoKaaaaaaaaaaaabjZbjZavoatdatearLattaDfaDhainaljallaoqaghaDiaDkaDmaghbUKcifahualoalBaFFaikcjIclNaghaDoaDpaDsaghasvaoXaoUaswaoXasBaiZaiZaiZasMaiZaiZagEagEagEagEagEaDtaDuaXVbclbcAbcCbcKbcLaXVasSabZabZabZadhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEgaEhaEhaEhaEhaEiaEjaElaElaEmapZakAakAajHapHapJajHajHajHayGayGaEnaEnayGayGajHajHajHaqFaqFaqFbxMaqFarzaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIaaaaaaaaaaaaaaaaaabjZbjZbBQbBRbBQbOXbBQbBRbBQbOXbBQbBRbBQbOXbBQbPdbBQbZmbBQbjZbjZbjZbjZbjZbjZbjZbjZaReaReaReaReaReafIaEoaEpaEzafIaEBaEDagCaEEaEFaEGaEHaEKaENaEUaEYaEZagCaXpaXGactactactactactactaReaReaRebjZbjZbZnbZnbSdbBHbYOcagbBHbSibZnbZnbjZbjZbjZaReaQvaGcaGfaQvaGAasyaGFaGGaGHaGIaGGaGTaGGaGGaGUaGGaGYaHaaHbaHcaHdaITasxaytaoKaaaaaaajAaaabjZaReainainauZavaaFcaFeaFfainaGiamDaGoaghavJaFgavJaghaghclOahubiBahvamFaikclTaghaghavJaFhavJaghatEaoXatGatIatKatRatSaucaiZaujaiZaReaReaReaReaitaFjaFkaFlaXVaXVbcMbcObcPbcQaXVaygadhadhadhadhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapXapZapZapZaqgaqbapZaFuaFxapZaqkakAajHaKCbbkajHakAakAapGarcaFuaFuayWwnYakAaqFarzhtyaOzbCSbCUbDRarzaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaIaaabjZbjZazkazrazkazsaBLazrazkazsaBLazrazkazsaBLaDBazkaEuazkauTauTauTbjZbjZbjZbjZbjZaReaReaReaReaReafIaFGaFHaFIaFJaFLaFMaFNaFOaFRaFSaFTaFUaFVaFWaFYaGjagCaXJaYcamVamXamYamZanaaReaReaReblAbBEbjZbjZbjZbBNaGraGsaGtaGrbBEbjZbjZbjZbBNblAaReaQvaGVaGlaGmaGnaKxaMnaFDaMoaMHaMLaNpaQiaSgaSNaTMbdiasxbrfbBFasxaKYasxcfEaoKaaaaaaaaaaaaaReaReaReainaFmbgoaGxaGyaGzainaLjamGazzaghaGBaGBaGEaGKaghclXclQahmamIahmclRclSaghaGNaGPaGQaGRaghaiZaveavhaviavjavlaiZavmaiZavnaiZaaOaaOaaOaaOaaOaaOaGSaGXaHfaXVbcRbcSbcTbcZaXVasSadhangangangaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAapZartaqaakAakAapZaFuaFxarSapZakAakAaHNaHOaHPaHQauYapGapGaFuaFuapGapGapGbxMaOzaOzarzarzarzbENarzaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaIaaaaaabjZazkaHSaHXaHYaHZaHSaIaaIbaIcaHSaIeaIgaIkaIoaIpaIqaIraIsaItauTbjZbjZbjZbjZaReaReaReaReaReaReafIaIuaIBaCQafIaBFaICagCaIDaIHaIJaIKaIPaIRaISaFYaIUagCaYtaYvanaapYaqcaqdanaanaaReaReaRebjZbjZbjZbjZbjZaEIaMlaMmaEIbjZbjZbjZaReaReaReaReaQvbWMaIWaIXaIYasyccmroaaFCasyaFEcgocmWaFEaMIanLcmXaMIaMIasxasxbBGbZibVDazxabXabXabXabXaReaReaReawvaJaawvawvawvawvawvaoBamUclYaJhaGBaJiaJlaJmaghaJnaJoazyaktblbaJpaJqaghaJraJvaJxaJEaJFaiZawxawyawzavjawAaiZawBaiZawJaiZabyaetaevaewaexaaOaJKaJLaJMaXVbgkbcSbglbcSbgqasSadhaqlaqraqDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablDaFuaKnaKqaKqaKraKqaKsaKtaKqaKuaKqaKqaKqaKqaKvcljcljcljcljcljaqEaqEaqEaqEbIPaqEaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaajAaaaaaaaaaaaabjZazkaHSaKwaKyaxmaHSaKwaKyaxmaHSaKwaKyaxmaKzaKAaKDaKEaymaKFauTavgavgavgauTauTaReaReaReaReaReafIafIafIafIafIaqGaqHagCaKHaKIaKJaKLaKMaKNaKOaKRaKTagCaYwaYWarfarharicjParjanaaReaRebjZbjZbjZaReaReaReaGraOJaPlaGrbjZaReaReaPmaQjaQjaQjaQvaGcaKUaKVaKWaKPaKXaLcaLdaQvaLfaLgaLhaLmaMIaLnaLoaLpaMIaQHaQHaytaReaReaReaaaaaaaaaaaaaaaaReawvawvaLqaLraLsaLtaLuawvazzazzazzaLvaJipybaaaaaaaaaaaaaJnicBicBicBaJqaaaaaaaaaaaavBdnOpaLBaiZaiZaiZaiZaiZaiZaiZazeaiZaiZaiZaeyaeAaeBaeDaeyaIAaLDaLJaLLaXVbgnbcSaMcaMhaXVasSafHaLMaLNaLOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapZaFuaMraFuaFuaFuaFuaFuaFuaFuhkSaFuaFuaFuaFuoTtcljpiBckslBptAAaqEaruarvawWbIQaqEaqEaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbHcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZazkaMsaKwaMvaKwaMsaKwaMwaKwaMsaMxaMyaMzaIoaMxaMAaKwaKwaMCaMDaMEaMEaMEaMFauTauTauTauTauTauTauTarAarBarCasrasIasJagCagCagCagCaMGaMJaMKagCagCagCagCaZcbapauoaupaurcjPauManacjQcjQaIEaIEcjQcjQcjQaGraGraQRaQUaGraEIaQjaQjaQjaQjaRbaRbaQvaHHaGlaMMaMNaKPaKXaMOaMPaMQaMRaMTaMUaMVanLaMWaMXaMYaMIbBGbLWbLDaReaaaaaaaaaaaaaaaaaaaaabjZaIFaMZaNaaIhaIMaIMaNbaNcaNdaNeaNfaNgdVhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatyEaNmaNoaeGaeHaeIaeJaeKaeLaeMaeGaReaeNaeyaePaeQaeRaeyaIAaNqaNsaBRaBRaBRaBRaBRaBRaBRasSadhaNtaNuaNvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapZaFuaMraqaaqbxawapZapZaqaapZxoVapZaYyapZaFuaFxdVIbpxuInckqckraqEauSavbavGbJpaLWaKKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaabXabXazkaHSaMzaMwaKwaHSaNDaNGaNJaNKaNLaNMaNNaNOaNPaNRaGqaNSaNSaGqaGqaGqaNTaNUaLZaEJaEOaEPaERaETauTavKavLavSawaaweawgawRaNVaNWawRawRaNXawRawRaOaaOaawRbbAbbFaEAaEAaEAaEAaEAaEAcjScjWcjXckdcjQckeckfaGrbbGbbHbcbbcgbdecjVbcXaTEaKhaTKaRNaQvaGAaObaMOaOcaQvaOeaMMaOhaKPaOiaMTaOjaOkanLaOmaOtaOvaMIaytatcaReaReaaaaaaaaaaaaaaaaaaaaabjZaKQaOxaODaFaaFbaFdaOEaOFaOGaLaaOHaOKpybaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajSOaOMaONaeSaeTaeUaeVaeWaeXaeYaeGaReaeNafdafgafiafpafqaaOaOOaBAaBRaFiaGWaHeaHgaHhaBRbjGadhaECaEMaEMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYIaFuaMraqbaYJxawaYKaqaaPivsKobevsKazCapZaFuaFxpuHsBPemCcmocmraqEaESaGLaHVbJtaIvaKKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbHcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjZazkaMsaKwaMvaKwaMsaKwaMwaKwaMsaMxaMyaMzaIoaMxaMAaKwaKwaMCaMDaMEaMEaMEaMFauTauTauTauTauTauTauTarAarBarCasrasIasJagCagCagCagCaMGaMJaMKagCagCagCagCaZcbapauoaupaurcjPauManacjQcjQaIEaIEcjQcjQcjQaGraGraQRaQUaGraEIaQjaQjaQjaQjaRbaRbaQvaHHaGlaMMaMNaKPaKXaMOaMPaMQaMRaMTaMUaMVanLaMWaMXaMYaMIbBGbLWakEaReaaaaaaaaaaaaaaaaaaaaabjZaIFaMZaNaaIhaIMaIMaNbaNcaNdaNeaNfaNgdVhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatyEaNmaNoaeGaeHaeIaeJaeKaeLaeMaeGaReaeNaeyaePaeQaeRaeyaIAaNqaNsaBRaBRaBRaBRaBRaBRaBRasSadhaNtaNuaNvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapZaFuaMraqaaqbxawapZapZaqaapZxoVapZaYyapZaFuaFxdVIbpxuInckqckraqEauSavbavGbJpaLWaKKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaabXabXazkaHSaMzaMwaKwaHSaNDaNGaNJaNKaNLaNMaNNaNOaNPaNRaGqaNSaNSaGqaGqaGqaNTaNUaLZaEJaEOaEPaERaETauTavKavLavSawaaweawgawRaNVaNWawRawRaNXawRawRaOaaOaawRbbAbbFaEAaEAaEAaEAaEAaEAcjScjWcjXckdcjQckeckfaGrbbGbbHbcbbcgbdecjVbcXaTEaKhaTKaRNaQvaGAaObaMOaOcaQvaOeaMMaOhaKPaOiaMTaOjaOkanLaOmaOtaOvaMIaytatcaReaReaaaaaaaaaaaaaaaaaaaaabjZaKQaOxaODakGaFbaFdaOEaOFaOGaLaaOHaOKpybaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajSOaOMaONaeSaeTaeUaeVaeWaeXaeYaeGaReaeNafdafgafiafpafqaaOaOOaBAaBRaFiaGWaHeaHgaHhaBRbjGadhaECaEMaEMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYIaFuaMraqbaYJxawaYKaqaaPivsKobevsKazCapZaFuaFxpuHsBPemCcmocmraqEaESaGLaHVbJtaIvaKKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaabXasXaLbaPfaPgaPhaPjaPkaPnaPoaPjaPpaGqaPsaPtaGqaPuaPwaPxaPyaFZaGaaGeaGkaPCaPDaGpaGqaGqaGuaGvaHTauTaGwaGwaGwaGwaGwaGwawRbdfbrmbAXbZeaPEaPFaPGaPHaPIbZfcdncdWcdXcdYcgVciKcjTaEAcjQcjQckgaEyckiadXckfaGrcnNcnOcnPcnQaGraQjaQjaQjaYZaOCaOUaPzaPKaPLaPMaPNaPOaPPaPQaPRaPSaPTaPUaPVaOkanLaPWaPXaPYaMIbZhaReaReaaaaaaaaaaaaaaaaaaaaaaReaReawvawvaPZaGJaEXaGOaQaaQbaOGaLIaQdaQfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQhaQlaeGafjafkaflaCbaDbafoaeGaReaeNaQmaQqaQraQsaQuaaOaQwaQxaBRaILaINaIOaIQaMSaNiaHFadhaURaURaURaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaomQaFuaMrxawxawxawxawapZcflwSKeFHcmsoZjaqaaFuaQDaQEoOxcmtcmucmvaqEaVCbJRbJSbJTavHaKKaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaabXabXazkaHSaQFaHyaHzaHBaHCaHKaHzaHBaHzaHKaHLaHMaQGaMxaQIaIiaHUaHWaIiaIjaQJaQKaNraIlaImaInaJAaJBauTaQLaQMaQTaQWaQXaQYawRcnRcnScnScnTaRaaRccnUcnVcnWawRaOraOraEAcnXcnYcnZcoaaEAckmcknckocjQcjQcjQcjQaGrcobcoccodcoeaGrazvaCuaQjbckaSebMhaQvcmYaShbMibMtaKPaRdaRfaRiaKPaRjaRnaRoaRsaMIaRtaRuaRvaMIaytaReaReabXabXabXabXabXaReaReaReaReaReawvaRwaRxaRyaRzaREawvaOGaRFaRGaRMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQhaRZaeGaiuaivaSbaSfaEbaJbaeGaReaeNaSvaSxaSyaSAaSBaaOaSDaSEaBRaNhaNHaRLaTwaVmaSFasSadhanoanoanoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAapZapZaSSaSTapXaYJxawaYKapZagEvRZdFjvRZagEapZaFuaSYcljcljcljcljcljaqEaMtaTAaMtaqEbaOaqEaMuaMuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabXazkaMsaTaaPyaKwaMsaTbaPyaKwaMsaKwaPyaTaaJsaJtaJuaJyaJzaJDaKlaKmaKoaTfaTgauTauTaJGaJHaJIaJJauTaThaTlaTnaToaTqaTsawRaTtaTuaTvawRaTxaTycofcogcohawRaGZaIVaEAaEAaEAaEAcoiaEAcjQcjQckpcjQaTBaTCaTDaGraGrcojcokaGraGraJSaJSaQjaQjaTQbdhaQvaQvaKPcnxaTFaQvaGAaQvaGAaQvcnyaTHaTJcnyaQSaMIaMIaUQaMIbMwaLkaLkaOfaOfaOfaOfaOfaLkaLlaLlaLlaLlawvaTLawvawvawvawvawvaLCbjEaTRaTXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaUyaUzbtpaeGaeGaeGaeGaeGaeGaeGaOIaeNaOnaOnaUAaOnaOnaaOaUBaUCcdoaBRcgjaBRaBRaBRaBRaVtadhaUDaUEaUFaQkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAakAbrtaFuaMrapZapZapZaqaaYyagErWrtCPsWcagEapZaFuaVbaZlaVeaVfaVgaVhbhxaViaVjaVkaZlaVlaVnaVvaMuaMuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -5863,40 +5863,40 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaabXazkazrazkazsaOBazrazkazsaOBazrazkazsaOBaQgazkazsaOBauTauTaNRaPtbepbeqberbetbeubewbexbeybeybezbeAbeybeBbeJbeKbeLbeMbeLbeObePbeRbeTbePbeVbeWbeXbeYbeZbfabfbbfcbfebfhbfkbfkbflbfmbfobfobfobfobfobfobfpbfsbftbfAbfQbfZbgfbgfbgfbgfbggbghbgibgjbgjbgmbgjbgpbgrbgsbgpbgtbgtbgubgvbgxbgybgzbgAbgBbgCbgGbgHbLkcfpcfpcfpcfpbgIbgJbgKbgNbgObgPbgQbgRbgSbgTbgUbgUbgVbgWbgXbgYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabhjbhkbhmbhnbhmbhpbhqbhrbhsbhtbhmbhubhvbhybhzbhAbhBbhGbhGbhGbhGbhGbhHbhGbhJbhGbhLbhMbhNbhObhPbhQbhRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAapZapZaFuaMrapZapZvRZapiapisvSvxzmVJwYjagEakAaFuaFxbzNbiraVfaVgbivbBUbCibiwbixaZlbiybiAbiAbiDaMuaMuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabXabXaxBabXbOXbBQbBRbBQbOXbBQbBRbBQbOXbBQbOXbBQbOXbjZbZqaRKaPwaTbbiFaKwauTbYNbeFaNEaNEblGblGblGblGblGbiGbiIaNIcnwbiJcnwaNIbiKbiPbiUbiVbPxbgFbgFbiYbgFbgFbgFabSaNYaNYaNZaNZbiZaNYaOdaOdaOdaXqaOgaXqcdqbjabjbbjccdraOlaOlaYqaOoaYqaOlaOpaOqaacaacaOqcdsaYBbjebjlaYBaYBaYBaYBaOuaOuaOuaOuaOubjmaOuaOuaLkaOfaOfaOfaOfaOfaLkaoFaoYaOwaOwaOwaOwatlbasatmaOwaOwaOwcdtbjnbjoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabjubjvcduaiPbaubauaiPaiPaiVaiYaiVaiVasfajfbbIbjxajfbjybjzbjAbjBbjIbjJbjAbjKbjMaxkbpuaOAaOAaOAclecdDcleaOAaOAaOAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAapZaqbaFuaMrbjVakAagEpGxoOfnKkvxzlCKdXpagEaqaapZbjXaZlbkbbkcaZSbkdbCxbkebkgaVkaZlbkhbkibkjaMuaMuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaReaPvaZbavgbKfaPvaZbavgbeeaPvaZbavgbeeaPvbeeavgbKfaPvaReauTblsbKpbKqcolauTbgMbhCaNEbkkbklbkmbkpbkrblGbksbktaNIbkubkvbkwaNIbkxbkybkzbkAbgFbhFbhIbkBbhKbinbgFaxGaNYaQnaQoaQoaQpaNYaQtaQNaQOaQPaRhaRkaOdaQVbkCaQZaOlaRlaRmaRpaSUaSWaSZaOpbkDbkEbkFbkGaOqbkHbkJbkKbkLaRAaRBaRCaOuaRDtMzbkObkQbkNaRHaOuaReabXabXabXabXabXaReaoFayoaOwatnatobbsatqatwatxbbsaRIaRJaOwbkVbkXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablcbldbkRbleblfblgblhaiPaokaotaowaiVasnajfbliblkuuKaQkbdxbdxbllblmblnbdxbdxaQkaxkbqdaOAaRRaRRaRSbqfaRUrtDaRVaOAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaakAbhcakAblvaMrblwakAagEqNygXusvSckzfltgILagEcdZapZaFxaZlaZlaZlaZlaZlaZlaZlblxaZlaZlblyaZlaMuaMuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaabjZaReaPvaSjaSlaSmaPvaSnaSoaSpaPvaSqaSraSsaPvaStaSuaSwaPvaReauTblsbKpbKqcomauTbiobiLaNEblBblCblFblIblJblGbksbktcnwblLblMblNaNIblPblQblRblSbgFblTblUblVblWblYbgFasaaNYaTcaSVaSVaTdbhDaTeaTiaTkaTpaUKaUNaOdbmabmcbmeaOlaUOaUPaUSaUTaUUaUVbmfbmgbmibmlbmmbmnbmobmpbmrbmtaTGaTIaVoaOuaRDbkNaRHaRDbkNaRHaOuaReaaaaaaaaaaaaaaaaReaoFasFaOwaRPaRQaTNatqaTOatxaTPaRQaTTaOwbmubkXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmxbmybmCbmDbmEbmFbmGaiPazbcaccadaiVawfajfbmHbmJjOmajfbjZbdxbdxbdxbdxbdxbjZaReaxkbqdaOAaTWaTYaTZbugaUbaUcaUdaOAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapZapZakAbmSbmTakAakAagEagEagEagEagEagEagEagEakAaqabmUbJWbLQbMSbRPbRPaZlbmXbmYbmZbnabnbaOsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaabjZaReaPvaSjaSlaSmaPvaSnaSoaSpaPvaSqaSraSsaPvaStaSuaSwaPvaReauTblsbKpbKqcomauTbiobiLaNEblBakHblFblIblJblGbksbktcnwblLblMblNaNIblPblQblRblSbgFblTblUblVblWblYbgFasaaNYaTcaSVaSVaTdbhDaTeaTiaTkaTpaUKaUNaOdbmabmcbmeaOlaUOaUPaUSaUTaUUaUVbmfbmgbmibmlbmmbmnbmobmpbmrbmtaTGaTIaVoaOuaRDbkNaRHaRDbkNaRHaOuaReaaaaaaaaaaaaaaaaReaoFasFaOwaRPaRQaTNatqaTOatxaTPaRQaTTaOwbmubkXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmxbmybmCbmDbmEbmFbmGaiPazbcaccadaiVawfajfbmHbmJjOmajfbjZbdxbdxbdxbdxbdxbjZaReaxkbqdaOAaTWaTYaTZbugaUbaUcaUdaOAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapZapZakAbmSbmTakAakAagEagEagEagEagEagEagEagEakAaqabmUbJWbLQbMSbRPbRPaZlbmXbmYbmZbnabnbaOsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaabjZbjZaReaPvaUqaUraUqaPvaUsaUtaUsaPvaUuaUvaUuaPvaUwaUxaUwaPvaReauTauTauTauTauTauTbnJbnRaNEbncbndbnebnfbngblGbksbktcnwbnhbnibnjaNIbnmaUIaUIaUIbgFboBboCbnnboQboSbgFaxGaUJaVaaULaUMaVcaVdaWjaWkaWlaWpaWsaWuaOdbnpbnqbnraOlaWvaWxaWyaWDaWEaWGaOpbntbnubnvbnwaYubnxbnzbnAbnBaVpaVqaXfaOuaVrbkNaRHaRDbkNaVsaOuaReaaaaaaaaaaaabZraReaoFayoaOwaOwaOwaOwaTUaTVaVuaOwaOwaOwaOwbnDbnGrwbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarzvbnNbnPbkRbnQblgblgbnTaiPaDUaCIaEkaiVasnajfbnUbnXbaFajfbjZaaaaaaaaaaaaaaabjZaReaxkbrdaOAaVwaVwaVxbvPaVzaVAaVAaOAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapXapZapZapZapZapZboubovapZaqbaYyakAakAakAakAakAakAakAakAakAakAbSsbRPbSLbSWbSXbEebowboxboybozboAaOsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaabjZaReaReaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaPvaReaReaReaReaReaRebeFbeFbpBaNEboDboEboFboGboLboMboNboOaNIboTboUboWaNIboXboYboZbpabgFbpbbnnbpfbnnbppbgFaxGaNYaWHaWJaWWaYebhDaYgaYhaYjaYkaYmaYoaOdbpvbpybpAaOlaYpbakbalbanbaobcDaOpbpCbpDbpEbpFaOqbpGbpHbpIbpJaXhaZnaZraOuaRDbkNaRHaRDbkNaRHaOuaReaaaaaaaaaaaaaReaReaoFayoaOwaXjaXkbbsaXnaXraXsaXtaZtaZvaOwbpLbpMhwRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxqMbpUbnPaiPbpYbqbblgbqcaiPaiVaiVaiVaiVasnajfblitFeogjajfaaaaaaaaaaaaaaaaaaaaaaReaxkbqdaOAaTWaVzaVzbvPaVzaVzaXuaOAaOAaOAaOAaOAaaaaaaaaaaaaaaaaaaaaaaaaapZapZapZapZakAakAaFuaMrapZapZbiEakAakAakAakAakAakAbEMbEMbEMbEMbEMbEMbTdbTebRPaZlbEPbEUbFsbqxbFsbFsbFsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqHbqIaNIcnwbqJcnwaNIboXbqMbqMbqNbgFbpKbpVbnnbpWbpZbgFasjaNYaNYaNYaNYaNYaNYbcGbcHbcIaYmaYmbdqaOdaQVbqOaQZaOlbdrbdsbeCbeDbeEbeGaOpbmzbmzbqQaYsaOqbqTbqUbqWbqZaZsbbhbduaOuaRDbkNbkNbkNbkNaRHaOuaReaaaaaaaaaaaaaReaReaDHayoaOwaZwaRQaZxaZyaZDaZEaZFbbubbwaOwbTlbrgkIOqaxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaavhxvaNbrpnUYaiPaiPaiPaEqaiPaiPaCPaCPaCPaCPasnajfajfllulluajfaaaaaaaaaaaaaaaaaaaaaaReaxkbqdaOAaZGaZGbxqbxraVzaZKaZLaZMaOAbrwbrwaOAaaaaaaaaaaaaaaaaaaaaaaaaaMkaqbbmQapZakAapZaFuaMrapZapZapZakAakAakAakAakAakAbEMbAVbCdbDxbFLbEMbTpbTebRPaZlbFYbFYbFsbrGbskbsnbmIaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqHbqIaNIcnwbqJcnwaNIboXbqMbqMbqNbgFbpKbpVbnnbpWbpZbgFasjaNYaNYaNYaNYaNYaNYbcGbcHbcIaYmaYmbdqaOdaQVbqOaQZaOlbdrbdsbeCakLbeEbeGaOpbmzbmzbqQaYsaOqbqTbqUbqWbqZaZsbbhbduaOuaRDbkNbkNbkNbkNaRHaOuaReaaaaaaaaaaaaaReaReaDHayoaOwaZwaRQaZxaZyaZDaZEaZFbbubbwaOwbTlbrgkIOqaxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaavhxvaNbrpnUYaiPaiPaiPaEqaiPaiPaCPaCPaCPaCPasnajfajfllulluajfaaaaaaaaaaaaaaaaaaaaaaReaxkbqdaOAaZGaZGbxqbxraVzaZKaZLaZMaOAbrwbrwaOAaaaaaaaaaaaaaaaaaaaaaaaaaMkaqbbmQapZakAapZaFuaMrapZapZapZakAakAakAakAakAakAbEMbAVbCdbDxbFLbEMbTpbTebRPaZlbFYbFYbFsbrGbskbsnbmIaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabsqbsraUIbstbsubsvbszbsNbsRbqMbsSbgFbqSbrabnnbrcbrobgFfWZcedaOdbeHbeIbeQbeSbeUaYhbmNbmNbsUbmNaOdbsYbsZbtaaOlbnHbtbbtebnHbnHbnHbaKbtgbthbtlbtmbbfbbgbtBbtEbbgbbgbnSbtLbbgbbgaOubbobbpbbqbbrboHaaaaaaaaaaaaaaaaaaaReaDHbsWaOwaOwaOwaOwbbBbbCbbDbbJbdObdPbdQbHUbtMbtOkIOtommgBaaaaaaaaaaaaaaaaaaaaaaaaaaarzvbtSbtTuLLbtVbtWbhwbjTbkIazcaCPaCPaCPaCPbmqcmyasnbmAaCPbjZbjZaaaaaaaaaaaaaaaaaaaaaaaabjZboKbqdclebbKbbKaVzbbLbbMbbNbbOaVzbtXbtYbtYaOAaaaaaaaaaaaaaaaaaaaaaaaablDapZaqbaqbceaapZaFuaMrartapZblEapZakAakAakAakAakAbEMbHObxzbxGbxHbxKbTqbYZbRPaZlaZlaZlbFsbuhbuibujbmIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabvqbvsbvtbvvbvwbvxbvybvAbvBbqMbvEbgFbrZbnnbnnbnnbsabgFqOTashaOdbpXbqabqYcoDbqPbribvFbvIbvMbvObvSbvTbvUbvZbwabwbbwbbwcbsbbssbsybaKbwnbwobwpbwquNmbwrbwsbwAbwCbwDbwEbwFbwIbwKbdIbdJbdKbdLbdMboHaaaaaaaaaaaaaaaaaaaReaDHaDEaPcaDFaSzbdNbdRbdSbdTbfUbfVbfWaOwbUqbUwbwLbwMbwNbwObwPbwPbwPbwQbwRbwSbwTbwUbtSbtTbnPbwWbwXaEraEsaEraCPbnybjTbjTbjTcdHbjTbjTbjTbtdaCPaCPbjZaaaaaaaaaaaaaaaaaaaaaaaaaaabjZboKbqdclebdUbdVaTZbdWaVzbdXaVzbdYaOAbxabxkaOAaaaaaaaaaaaaaaaaaaaaaaaabxpbxtbxpbxpbxubxpbxvbxwbxxbxxbxyakAajHakAakAakAakAbEMbFPbFWbGKbGMbEMbRPbZabRPbRPbRPbRPbFsbxAbxBbxDbmIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGcbGaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabybbydbyebygbykbyrbysbyubyvbywaUIbgFbgFbtibtjbtDbgFbgFrWkceeaOdbtnbuZbwdbwvbwVbxmbmNbyxbyybyzbyAbyzbyCbyDbzcbyDbzdbzhbyhciQciVbaKbzrbzsbztbzSbzTbzUbzVbzWbzXbzYbzZbAebAhbAkaOuccjbfRbfSbfTaOuaReaaaaaaaaaaaaaaaaDHaDHaDHbsAaDMbDqaOwccNcfncfoaOwaOwaOwaOwaDHaoFaDLaoFbAlbAmbAmbAmbApbAmbAqbkVbArbAubnPbAvbnPaEraEraEraEtaEraCPbunazcbCFbLjaCPazcazcazcasnaCPaRebjZbjZaaaaaaaaaaaaaaaaaaaaabjZbjZboKbqdclebfXbfYcckbgabgbbgcbgdbgeaOAbAwbAxaOAaaaaaaaaaaaaaaaaaaaaaaaabAKbAMbAKbAKbAPbAKbARbASaEhaEhbAUaFubAWakAakAakAakAbEMbEMbGNbEMbEMbEMbRPbZbbZvbRPbRPbRPbFsbIfbFsbFsbFsaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabBdbBeaUIaUIaUIaUIaUIbBfbBgbBhaUIaPbbgFbgFbgFbgFbgFaPbckLbgZbgZbgZbgZbgZbgZbgZbgZbgZbBibBjbhobhobhobhobhobhobhobBkbBlbhEbhEbhEbaKbBmbBnbBobBpboVbBqbBrbAhbBsbBtbBrbBvbBwbBxbigbigbigbigbigbigaReaReaaaaaaaaaaaaaDHaDHaDHaoFbByayoaOwaOwaOwaOwaOwaDHaDHaDHaDHaDHaDMaoFbUwbBzbBAbBBcdxbnPbBCbkVcdyaEraEraEraEraErciEaEvaCXaEraCPbunazcaCPaCPaCPaCPazcazcasnaCPaReaRebjZbjZaaaaaaaaaaaaaaabjZbjZaReaxkbrdaOAaOAaOAaOAbimaOAaOAaOAaOAaOAaOAaOAaOAaaaaaaaaaaaaaaaaaaaaaaaablDapZapZapZapZapZbBJapZapZapZbmUaKqbBPbBWbBXbBYbBZcmgbGXbHibEMbRPbRPbRPbRPbZabTdbRPbRPbZwbZabRPaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbGcbGcbGcbGcbGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabCabCbbiObiRbiSbiTbiObCebBgbCgaUIaPbaPbaPbaPbaPbaPbaPbvUfbgZbiWbiXbgZbChbCjbCkbCnbgZbCpbBjbhobCrbCtbCubCvbCwbhobCybCzbhEbkabkobaKbaKbbfbCAbbfbbfbbgbCBbCDbCMbbgbCNbCObCQbCRbigbrMbrNbtqbupbigbigaReaaaaaaaaaaaaaoFaoFaoFaoFbCYbCZaDMbDabDbbDcaoFaDHaDHaDHaDHaDHaDMbuKaExaExaExaExaExbDdbDebDfaErbDgbDhbDibDjaEraEraEraEwaEraErcaycaBcaBaCPaCPaCPaCPazcasnaCPaCPaReaReaRebjZbjZaaaaaabjZaReaReaFwaFwbqdaSCbtfaxkbxIaHRbxIbNEaFwaFwaSCaSCaFwaFwaSCbIMbEvbERaaaaaaaaaaaaakAblEapZaYIapZapZbBJapZapZapZapZapZbmUaKqaKqaKqaKqbHIbIsbJmbEMbRPbRPbRPbSsbZSbSXbSXbSXbSXccQbRPaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabDubDvbDwbDybDzbDAbiOaUIblXaUIaUIaPbclhcliasKbaRckRuxavUfbgZbAJbmhbmjbtFbDBbDCbDDbgZbDEbyybDFbDIbDJbDKbDLbDMbDNbDObDPbmVbmWbnkbnlbhEbDQbDTbDUbDWbmbbbgblZbbgbbgbnEbEbbAhbEdbuWbuqbnObnVbnWburbvkaaaaaaaaaaaaaaabvmcaPcfFaoFaoFbEhbEiaDMcngbEjaoFaDHaDHaoFaDHaDMaDMaDMaEWbEkbElbEmbyWbEnbEobEpaErbEqbErbErbEsaErciEaEvaEwbaraErbNIazcbvzbvzbvzbvzbvzcaBbOLbOMaCPaCPaCPaCPaCPsnTsnTsnTsnTaFwaFwaFwaSCbONbLqbLqbLraHAbLXbERbERbERbERbERbERbERbERbERbLUceTcktaaaaaaaaaaaaakAapZapZapZapZapZbBJapZapZapZapZapZaqbakAakAapZcgybEMbJnccJbEMbRPbRPbRPbRPccUccYbRPbRPbRPbRPbRPaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabDubDvbDwbDybDzbDAbiOaUIblXaUIaUIaPbclhcliasKbaRckRuxavUfbgZbAJbmhbmjbtFbDBbDCbDDbgZbDEbyybDFbDIbDJbDKbDLbDMbDNbDObDPbmVbmWbnkbnlbhEbDQbDTbDUbDWbmbbbgblZbbgbbgbnEbEbbAhbEdbuWbuqbnObnVbnWburbvkaaaaaaaaaaaaaaabvmcaPcfFaoFaoFbEhakMaDMcngbEjaoFaDHaDHaoFaDHaDMaDMaDMaEWbEkbElbEmbyWbEnbEobEpaErbEqbErbErbEsaErciEaEvaEwbaraErbNIazcbvzbvzbvzbvzbvzcaBbOLbOMaCPaCPaCPaCPaCPsnTsnTsnTsnTaFwaFwaFwaSCbONbLqbLqbLraHAakSbERbERbERbERbERbERbERbERbERbLUceTcktaaaaaaaaaaaaakAapZapZapZapZapZbBJapZapZapZapZapZaqbakAakAapZcgybEMbJnccJbEMbRPbRPbRPbRPccUccYbRPbRPbRPbRPbRPaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEtbEubolbombonboobiOaPbbaUaPbaPbaPbaEcaDluntbhVbhVttCgjQbgZboqbmhbmhborbEwbExbEzbEAbEBbEFbhobEGbEHbEIbEJbEKbhobCybELbhEbvpboIbxCbhEbEObEQbESbETbyRboPboRbnobyTbEVbEWbEXbEYbEZbwebpcbpdbpebwfbvkaaaaaaaaaaaaaDHaoFcaRaDMcaSaDLbFeaDGbsAaDMaDMcdIaDMaDMbuKaDMaDMaDMaExaExbFibFjbFkbFlbFmbFnbFobFpbFqbFrbFrbFwaEraEraEraPBbjWaErbunbaCbvzbZubzGbFybFAcaBazcbOLbPfbPfbPfbPgbPfbPfbPfbPhbPhbPhbYPbPhaEebYRcjOcklaxkbZobhTaFwaFwaSCaSCaFwaFwaFwcfPcfQaFwaxkcigckTciiaReaReakAakAapZapZcecapZbBJapZaYxapZapZakAakAakAakAakAbWibEMbEMbEMbEMbRPbRPbRPccZccUcdfbSsbSsbSsaReaReaReaReccTaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFFbFGbpqbprbpsbptbiObHMbhUbVBbhVbyYaFvaPbjYijYijYijYijYibgZbDkbpwbpwbyUbFHbFIbFJbgZbFKbBjbhobFMbFNbFObFQbFRbhobCybFSbhEbpNbpObpPbhEbFVbFXbFZbGabGbbMsbrbbMxbycbGcbGdbAhbGebuWbwgbqhbqibqjbwhbvkaaaaaaaaaaaaaDHaoFcaTcaUaDMaoFcnjayobGhbGjcnlaoFaDHaDHaDHaDMcaGaDHaExbGkbGnbGobGpbyWbGqbGrbFocnvbGsbGtbGvbGwbGxbGyaEsbXKciFaErcffazccaAcaHazcazcbGEclFazcaCPaCPaCPaCPaCPaCPcZsaoEaoEcZsaFwaFwaFwbAfbAGbAfbAfbAfbIHbhTbZoaFwaFwbJubJubJubJvbJvaFwaFwaFwxpQckTbWlbJKbJKbJKbJKbJKbsJbJKbJUbBJbStbJMbJLbJMbJMbJMbJMbJMbSscdjbSsceBceCceDbRPbRPbTdbTdccUbTdbTdbKPceFccSccVccVccWccXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFFbFGbpqbprbpsbptbiObHMbhUbVBbhVakTaFvaPbjYijYijYijYijYibgZbDkbpwbpwbyUbFHbFIbFJbgZbFKbBjbhobFMbFNbFObFQbFRbhobCybFSbhEbpNbpObpPbhEbFVbFXbFZbGabGbbMsbrbbMxbycbGcbGdbAhbGebuWbwgbqhbqibqjbwhbvkaaaaaaaaaaaaaDHaoFcaTcaUaDMaoFcnjayobGhbGjcnlaoFaDHaDHaDHaDMcaGaDHaExbGkbGnbGobGpbyWbGqbGrbFocnvbGsbGtbGvbGwbGxbGyaEsbXKciFaErcffazccaAcaHazcazcbGEclFazcaCPaCPaCPaCPaCPaCPcZsaoEaoEcZsaFwaFwaFwbAfbAGbAfbAfbAfbIHbhTbZoaFwaFwbJubJubJubJvbJvaFwaFwaFwxpQckTbWlbJKbJKbJKbJKbJKbsJbJKbJUbBJbStbJMbJLbJMbJMbJMbJMbJMbSscdjbSsceBceCceDbRPbRPbTdbTdccUbTdbTdbKPceFccSccVccVccWccXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabGFbGGbGHbGHbGIbGLbGRassbsmbsmbsmbsmbsmbsmbKBbKdbKkcaIbiHbgZbqCbqDbgZbChbGSbGTbGUbgZbGYbHabqLbHcbHdbHdbHebHfbqLbHgbHhbhEbhEbhEbhEbhEbHjbHpbHqbHrbyRbXTbXVbXWbHsbHwbHxbHybHzbigbxbbxcbCTbCVbigbigabXabXabXabXaDHaoFcaVcaWcaXaoFcnmbHPcnocnpbHQaoFaDHaDHaDHaDMaDHaDHaExbHRbHSbIbbGpbyWbGqbIcbIdbIebIobIpbIpbIrbItbIuaEraEraEraErbunbZpbvzbIwbIxclLclHclIazcbIybvzaCPaReaReaRebjZaaaaaaaaaaaaaReaRebAfbIJbIXbJzbIRbISbjdbjgaFwaFwbJubJXbJYbKubJvbJvbJvbJvxpQcafcipbJKbLobKQbJKbKRbKSbsJbrvbBJbrxbJLbKTbKUbJMbKVbSrbJMbTdbTdbZwbTdbTdceGbTdbTdbTdbTdccUceHbTdceIceJcdacdbcdccddcdeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabsgbshbsibsjbGLbIDbiOckMbsmbKsbsQbsQbsQbKtbKBbNcbNwbNObNTbgZbgZbgZbgZbgZbIKbILbINbgZbIObIWbqLbqLbhobJabhobqLbqLbJebJEbJFaQVbpRbqRbnCbswbmbbJJbJPbsxbsxbsxbsxbsxbsxbJVbKebsCbigbigbigbigbigbigaReaaaaaaaaaaaacaYbvmcaZcbaaoFaoFbsAayoaoFaCKaCKaCKaCKaCKaDHaDMbjpbjpaExbKmbKWbKYbLbbyWbGqbGrbLcaErbLdbErbErbErbErbLebLfbLgaErbZsbZtaCPbvzbvzbvzbvzcaBclJazcbLhbLiaCPaReaReaReaReaaaaaaaaaaaaaReaRebAfbAfbIVbOpbPkbAfbHEbhTcllaFwbJubOjbOmbPWbJvbPXbPYbJvciockuciSbJKbPZbQabQbbQcbQdbsJbrybBJbrDbJLbQsbQybQCbQDbRFbJMbTdbSsbSsceKbSsbSsbSscmmbSscePceQbSsceRceSceFcdgccVccVcdhcdiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiObiObiObslbRlraebiObOubsmbsQbsQbsQbsQbOxbKBbOKbOObOSbOUbJbbJcbJdbYLbgZbgZbgZbgZbgZbLlbLmbsVbLnbsXbsXbsXbLpbsVbLsbLtbLuaQVbtGbuTbwYbxsbnCbsxbsxbtcbLvbLxbLCbLEbAabLIbLJbLKbtobCWbCXbEfcnCabXaaaaaaaaaaaaaaaaDHaoFaoFaoFaoFaDHcnrayobYaaCKaCObPibJxaCKaDHbjHbjRastaExbLRbLSbLVbFjbLYbGqbGrbFoaErbLZbMabMbbMcbMdbMebMfbLgaErbwuazcazcaCPaCPaCPaCPaCPbGEazcazcbMgaCPaReaReaReaReaaaaaaaaaaaaaaaaReaRebAfbAfbAfclmbAfbAfbhTclnaFwbJubJubJubSjbJubSkbSlazAskJckAcmibJKbJKbJKbJKbSmbSnbSobMjbMkbMjbSpbSqcmnbJMbJMbJMbJMceZbSsbTdbTdceUbMlceWbMmbSsccZceYbSsbSsbSsbSsaReaReaReaReccTaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaRebiOccLccMccMbiObOVbsmbsQbsQccKbQrbQAbKBbKBbKBbKBbKBbKBbJlbSbbJqbsmbRhcdVbRkbsmbMnbSgbAdbMobtHbtIbtJbMqbAdbMubMAbMBaQVbxObyFbyGbXybnCbsxbMDbMEbMGbMHbMIbMJbAabMKbMLbMMbtrbEgbFabFccnCabXaaaaaaaaaaaaaaaaDHaDHaDHaDHaDHaDHaDMaDEaDFaCWaCZaDabPcaCKbPmbjUaDMbkfaExbMNbMObFjbMRbyWbGqbGrbMTaEraEraEraErbMYaEraEraEraEraErbunazcaCPaCPaCPaCPaCPbGEbMUazccaBaCPaCPaCPaReaReaReaaaaaaaaaaaaaaaabXaReaRebAfbwBclpclpclqbhTaSCaFwbJubSubSvcaebSwbSxbSybJvciTckAavcbJKbSzbSAbSDbSEbSFbJKbrHbZcbrJbJMbSGbSHbSIbSJbSKbJMckubSsbMVcfabMWbMXbMZcfebSscfgcfhbSsaReaReaReaReaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabknbknbknbknbiObiObiObShbsmbsQbsQccKbuJbSBbuHbSCbTTbTUbUabUhbUMbXkbYTbYWbYYbZjbYYcalbNbbEFbAdbMobuNbuObuPbMqbAdbNdbLtbNeaQVbzabnCbnCbnCbnCbsxbNfbNgbNkbNlbNmbNnbNqbNrbNsbNtbtobtobtobtobtoabXaaaaaaaaaaaaaaaaDHaDMaDMcdIbWcaDMaDMaDMaDHaCKaDgcfybPHbPIbPJbPNaDMbZAaExaExbPObNuaExaExbNvbNxbNybTXbUnbUnbOYbUnbUnbUnbUnbUDbUEbUGazcaCPaCPaCPaCPbvzcmEcaBbNzazcazcazcaCPaCPaReaReaReaaaaaaabXabXabXabXaRebAfclrclsclpbAfbnsbohbohbSMbSNbSObSPbJubJvbJvbJvbJvciTciTbJKbJKbSQbJKbSRbSSbJKakAakAakAbJMbSTbSUbJMbSVbJMbJMckwbSscazbNAbSsbSscfkbSsbSsbSscfKbSsaReaReaReaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabknbknbknbknbiObiObiObShbsmbsQbsQccKbuJbSBbuHbSCbTTbTUbUabUhbUMbXkbYTbYWbYYbZjbYYcalbNbbEFbAdbMobuNbuObuPbMqbAdbNdbLtbNeaQVbzabnCbnCbnCbnCbsxbNfbNgbNkbNlbNmbNnbNqbNrbNsbNtbtobtobtobtobtoabXaaaaaaaaaaaaaaaaDHaDMaDMcdIbWcaDMaDMaDMaDHaCKaDgcfybPHbPIbPJbPNaDMbZAaExaExbPObNuaExaExbNvbNxbNybTXbUnbUnbOYbUnbUnbUnbUnalYbUEbUGazcaCPaCPaCPaCPbvzcmEcaBbNzazcazcazcaCPaCPaReaReaReaaaaaaabXabXabXabXaRebAfclrclsclpbAfbnsbohbohbSMbSNbSObSPbJubJvbJvbJvbJvciTciTbJKbJKbSQbJKbSRbSSbJKakAakAakAbJMbSTbSUbJMbSVbJMbJMckwbSscazbNAbSsbSscfkbSsbSsbSscfKbSsaReaReaReaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabTDbrebrPbknxpNcamcaocavbsmbsQbCqccKbGzcaxbGAbvobHbcaJbNBcaJbNLbNMbNNbsmcaLbNRbNSbsmbNUbBjbAdbNVbNWbNXbNZbOabAdbNdbLtbObaQVbtKbuSbuUbuVbvbbvVbOcbOdbOebOfbOgbOhbAabOibMLbMMbusbGfbGgbHAcnDabXabXabXabXabXbfDaDHaDMaDnaDnaDnaDnaDHaDHaDHaCKaCKaCKaCKaCKaDHbULbPJbUNbPJbUSbVdbVibPJbVjbOkbOlbOnbNabNabNabVobNabNacfIcfJbVpbukbVqaCPbvzbvzbvzbvzaCPazcaCPaCPaCPcmzazcbmAaCPaReaReaReabXabXabXaaaaaaaaaaRebAfcltcluclvbAfaFwaSCbXrbJubSYbSZbTabTbbSxbSxbTcbJvudWckAciibJKbJKbJKbJKbJKbJKciickyudWbJMbJMbJMbJMbJMbJMnRDckubSsbSsbSsbSscfLcfMchnbSschochpbSsaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUWbvJbvKbknbikassbsmbsmbsmbsmbsmbOqbOrbOsbOocembOtbsmbsmbsmbsmbsmasDasDasDasDasDasDbPabPbbPebPnbPobPpbPrbPtbPebPvbPwaQVaQVbzbbJfbJDbJGbMrbsxbtcbsxbsxbsxbsxbsxbsxbPybPzbPAbwZbHHbHLbHNcnDabXaaaaaaaaaaSOaDMaDMaDMaDnbPBbPCaDnaDHaDHaDHaDnaDwaDWaDzaDnaDHbVraDHaDHaDMbVFaDCaDCaDCaDCbPEbPFbGqbPGbPLbPMbPPbPQbNaaCPaCPbvzbUybVqaCPcmSbwwbwxbwyaCPcdQaCPbNhbNhbNhbNibNhbNhbNhbNhaReaaaaaaaaaaaaaaaaaaaaabAfbHYbHYbAfbAfaFwaFwaFwbJubTfbTgbThbJubTibTjbTkbJvxWKckOciiciickBoQxckCciickAckAvJCckAckAciTgWUckNciTckucOgbKMciiaReaRebSschqceUchrbSschschtbSsaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVkbVlbVtbVEbVGceobsmbsQbQtbsQbPTbPUbQjbQkcewchLcmPcjKbQqbsQbQtbsQasDbQBbQEbQFbQGclkbQHbQJbAdbQKbQLbQMbQNbQObIgbQPbQSaQVbzebzubJfbJfbJfbJfbyEbzfbzgbUCbzibzjbzkbQTbQUbQVbCmbCmbCmbCmbCmbCmbCmaaaaaaaaaaSObYaaDnaDnaDnbQWbQXaDnaDnaDnaDnaDnaDOaDPaDQaDnaDnbWfaDnaDnaDMaDCaDCaDSaDTbXUbGqbPFbGqbICbQZbRabRbbRcbNaaCPaCPaCPbCEbWObCGbCHbCIbCJbCKbCLbLaaaAbNobNpaadaafaagaahaakbNhaReaReaaaaaaaaaaaaaaaaaaaaaclwbjZaReaReaReaReaRebJucnEcnFcnFbJubJvbJvbJvbJvciickAckOckAckAckAckSciTckAciidwKckAckAuXkciibKGbKMbKMciiciiciiaReaRebSschuchvchwbSsbSschxbSsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabLFbLObLFbknbZEbZFbsmbsQbsQbsQbRdbRebRfbOPcmMcmObTocmUlyabsQbRgbsQasDbRmozcrzOlfQbJkbRqbRsbsVbsVbsVbsVbsVbsVbsVbRtaQVaQVbzqbEybLTbvestmbzwbyEbzxbzycnGbzObzPcnHbRubRvbRwcnIbRxbRybRzbRAbRBbKDaaaaaaaaaaoFaDMaDnbRCbRDbREbRHaDnbRIbRJbRKbLAaDyaDwaEfbLAbRMbRNbROaDnbYaaDCbNYaFXbYicdkbRQbRRbRSbRTbRUbRVbRWbRXbNaaCPaCPaCPaCPbYzbYAbYAbYBbYCbYCbYCbYDaaDbNhbNhbLGbLGbLGbLGaoGbNhaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaRebjZbjZbjZaReaReaReaReaReciiciickTbMvbMvbMvckTciickAciTkSLckAnRDciiciickTbMvckTciiaReaReaReaRebSsbSsbNjbSsbSsclDcnLclDaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabknbknbknbknasKiWPbsmbsQbsQvdubRYbRZbSabSbkbHbSbbTobSfoSugEgbsQbsQasDasDasDasDrOAbJkbTrbTsbOTbOTbOTbOTbOTbOTbTtbTubLTbAsbVebLPbAEbBMbBMbBLbyEbBSbBTbCcbClbCCcnHbTvbTwbTxbTybTzbTAbTBbTCbTEbKDaaaaaaaaaaoFaDMaDnbTFbTGbTHbTIaDnbTJbTKbTLbLAbLAbLAbLAbLAbTMbTNbTOaDnaDMaDCbjfbjhbjibjjbGqbGrbRSbICbTPbTQbTRbNabNabjkbjkbjkaCPbOWaCPaCPaCPaCPaCPaCPbYEazccdLbNhbYFaaoaapbLGccRbNhaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaReaRebjZbjZbjZaReaReaReaRerjxaReaReaReaReaRebjZaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcegcehbTSbPVlXMbsmbsmbsmbsmbsmbySbSabSbbSbbSbbTokZWbsmbsmbsmbsmbEEcqhiiOcezxKUbOQbUObTYbTZbOTbOTbOTbUbbUcbUdbUebLTbDVbZUbzbbLTbzqbDXbBMbyBbyBbyBbyBbyBbyBbyBbUfbUgbUicnIbUjbUkbUlbUmbUobKDaaaaaaaaaaoFcdIaDnbUpbUrbUsbUtbUubUvbTKbTLbLAbUxbUzbUAbLAbTMbTNbUBaDnbjCaDCbXYbjDbjDcdzbUFbGrbRSbICbICbICbNabNabUHbUIbUJbjkbjkbjLbjkaReaReaReaReaCPbYGbYHbYIbYJbYKcaaaatbLGbNCaaqbNhaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcegcehbTSbPVlXMbsmbsmbsmbsmbsmbySbSabSbbSbbSbbTokZWbsmbsmbsmbsmbEEcqhiiOcezxKUbOQbUObTYbTZbOTbOTbOTbUbbUcbUdbUebLTbDVbZUbzbbLTbzqbDXbBMbyBbyBbyBbyBbyBbyBbyBbUfbUgbUicnIbUjancbUlbUmbUobKDaaaaaaaaaaoFcdIaDnbUpbUrbUsbUtbUubUvbTKbTLbLAbUxbUzbUAbLAbTMbTNbUBaDnbjCaDCbXYbjDbjDcdzbUFbGrbRSbICbICbICbNabNabUHbUIbUJbjkbjkbjLbjkaReaReaReaReaCPbYGbYHbYIbYJbYKcaaaatbLGbNCaaqbNhaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaReaReaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVbTVcelwZtbPVcmTbsmbsQbQtvdubzobzpguIuzgcuosykbNDdbztdcgEgbQtbsQbEEkuVcefqPxcmTbOQbTWjMCbUQbUPbUPbUPbURbUPbUPbUTbUUbDmbDmbLwbDVbDVclKbBMbFzbyBbFBbFTbFUbGibyBbUXbUYbUZbCmbVbbVmbVnbVsbYobKDaaaaaaabXaoFbDHaDnbUubUubVIbUubUubVJbTKbVKbVMbVMbVMbVMbVNbVObTNbVPbVQbGqbVTbGqbGqbGqbVUbVVbVWbVXbVXbVXbVYbVZbWbbWgbWjbWgbWkbWmbWnbjkbjkbjkbjkbjkbjkbjkbZJbjkbNhcabaawaaxbNhbNFbNGbNhaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcenbTVkIJbPVcmTbsmbsQbRgbsQvfobRebSbvSDrEteqybSbcmUjwFbsQbsQbsQbEEsfFbTVbPVbWPnIlbWqbWrbWsbWtbWubOTbOTbZIbWvbWwbLTbBMbBMbMpbDmbMybMzbVabHTbyBbyBbyBbIhbIibIvbWxbWybWzbCmbCmbYobYobYobYoaaaaaaaaaaSOaDMbPjbPqbWAbWDbWEbWFbWGbWHbWLbWNbWQbWQbWTbWQbWQbWNbWVbWWbWXbFmbWYbWZbWZbWZbWZbXabXbbXcbGqbGqbXdbGqbXebXfbXgbXfbXfbXfbXhbXibXjbXlbXnbXobXpbXqbXsbXvbNhbNhbLGbLGbLGbNHbNhcdmaReaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVbXwcepceqbPVcmTbsmbsQbsQbsQrvroXNbSbbSbersbSbbSboXNmXPbsQbsQbsQbEEoHZiOcbPVcmTbAObXDbAObAObAQbAQbAQbAQbzLbzLbXEbzLcaOcaOcaObzLbIzbDVbXPbDVbyBbIEbIFbIGbJybyBbXFbXGbXHbXIbCmabXaaaaaaaaaaaaaaaabXbJHbPjbWUaDnbXJbXLbXLbXLbXMbXNbXQbXRbXSbXLbXXbXLbXSbXNbXZbXRbYbbYcbYdbYebYcbYcbYfbYgbYhbYjbYkbYgbYlbYgbYmbYnbYpbYnbYqbYrbYsbYtbYubYvbYxbYMbYMbYSbYUbZdcbgaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcercescetceucevbsmbsmbsmbsmbsmecnubRicobsmfAHubRkMnbsmbsmbsmbsmbEEbPVbPVbPVeXtbAObZkbZlbAObZybZybZzbZBbzLbZCbZDbZKbZLbZMbZNbZObIzbJIbXPcmjbyBbyBbyBbyBbyBbyBbsCbZPbsCbZQbCmaSHaSHaSHaSHaSHaSHbJHbPjckEaoFaDncbWcbWcbWcbWcbWcbWbLycbWcbWcbWcbWcbWcbWcbWbLzcbWcbWcbXcbXcbXcbXcbXbLBbZRbZTbZVbLBcbXcbXcbXcbXcbYccacbYbLHbZWbZYbZZbLHcbgcbgcbgcbgcbecbfcbgcbgaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcexceyckFbPVsYnoDkcawbXtbXCbsmwosuymqvEbsmjJquBamYUbsmbOZnDrceAbXubXubXubXtlrbbAOcaCcaDbAObZybZycaMcbbbzLcbccbdcbZcbZccbcccccdbzLbzLcjzbMzbMzxlKkTTcjAbMzcjBccfccgcchcclciYciZciZciZciZciZciZciZcjDaoFaoFaReaaaaaaaaaaaaaaacbWbLLcbWaaaaaaaaaaaaaaacbWbLMcbWaaaaaaaaaaaaaaaaaabLNccnccoccqbLNaaaaaaaaaaaaaaaaaaaaabLNccrccsccubLNaaaaaaaaaccecbhcbicceaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVcexceyckFbPVsYnoDkanhbXtbXCbsmwosuymqvEbsmjJquBamYUbsmbOZnDrceAbXubXubXubXtlrbbAOcaCcaDbAObZybZycaMcbbbzLcbccbdcbZcbZccbcccccdbzLbzLcjzbMzbMzxlKkTTcjAbMzcjBccfccgcchcclciYciZciZciZciZciZciZciZcjDaoFaoFaReaaaaaaaaaaaaaaacbWbLLcbWaaaaaaaaaaaaaaacbWbLMcbWaaaaaaaaaaaaaaaaaabLNccnccoccqbLNaaaaaaaaaaaaaaaaaaaaabLNccrccsccubLNaaaaaaaaaccecbhcbicceaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPVbPVbPVbPVbPVccwlGlcahccxcmTbsmhBybsQbsQbsmbsQbsQhBybsmbOZcjhbEEbAObAObAObAObAObAOcczbAObAObAQccAcaMccBbzLccCccDccEccFccGccHcdvcdwbzLbzvbVcbWdbDXbzqbWebWhbIzcdAcdBcdCbIzbIzaSQaSQaSQaSQaSQaSQaSQaSQabXaaaaaaaaaaaaaaaaaaaaacbWbNJcbWaaaaaaaaaaaaaaacbWbNJcbWaaaaaaaaaaaaaaaaaacdlcdEcdFcdGcdlaaaaaaaasckHaaiaaaaaacdlcdKcdMcdNcdlaaaaaaaaaccecbjcbkcceaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaRebPVfmkmRFcdOvOZcezwxBbsmbsQbsQbsQbsmbsQbRgbsQbsmvdNcmTbEEcdPcdRcdScdTcdUcebcejcekceMbAQceVcaMccBbzLceXcfbcfccfdcfjcfrcfscfwbzLbLTbLTceLceLbLTbLTbLTbFxbFxcfAbWobFxaReabXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaacbWbNPcbWaaaaaaaaaaaaaaacbWbNQcbWaaaaaHaaHaaHaaHaaacdlcdlcfGcdGcdlaaaaaaaajaalaajaaaaaacdlcdKcfHcdlcdlaaaaaaaaacbgcblcbmcfxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIaaaaaacbIaaaaaaaaacbIaaaaaaaaaaaaaaacbIaaaaaaaaacbIaaaaaacbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaReaRebPVbKAcmwreucfObPVcmTbsmbsQbCqbsQbsmbsQbCqbsQbsmfJeaaRbEEcfRcfUcfVcfWcfXcfYcfZcgacgbbAQcgccaMcgdbzLcgecgfcggcghcgicgicgkcglbzLaReaReabXabXaReaReaRebFxcgmcgncgpbFxaReabXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaacdlcfGcdGcdlaaaaasaayaazaayaaiaaacdlcdKcfHcdlcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIaaaaaaaaacbIcbIcbIcbIcbIcbIcbIaaaaaaaaacbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKcbKcbKcbKcwdebKcbKcbKcbKcgcMbsmbsmbsmbsmbsmbsmbsmbsmbsmbOZaaRcjacgqcfUcgscgtcgucgtcgvcgwcgxcgzchmcihcirbzLciscitcitcitciuciwciwcixbzLaReaaaaaaaaaaReaReaRebFxciAciPciRbFxaReabXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaacdlciWciXcdlaaaaajaaFaaGbjYaajaaacdlcjbcjccdlcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaacbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKcqnCoSsggwbKgbKhbKibKjbKcckxbOZbOZbOZbOZbPVbOZbOZbOZbOZbOZcmTbEEcjdcjecjfcjicjjcjmcjncjocjubAQbAQbAQbAQbAQbFtbFubFubFubFvbFvbFvclcbzLabXabXaaaaaabFxbFxbFxbFxbFxcjvbFxbFxbFxbFxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaacdlcjwcjxcdlcdlclAafsaaGaftclAcdlcdlcjycjCcdlcbpcbpcbqcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIaaaaaacbIcbIcbIcbIcbJcbIcbIcbIcbIaaaaaacbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKciSAxtgpQKbKvbKwbKxbJobKcihBcjgojpcmNuYKusGmdfbYwmdfrMkrMksINbEEbAObGlbGmbGlbAOcjUcjYcjZckbbAOaReaReaRebzLbzLcaOcaOcaOcaOcaOcaObzLbzLaaaabXabXaaacfSbGBbGCbGDckcckhbWIbWJbWKcfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaNaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaaaaabLNckjckkbOybOBafuaaGafvaaGafubOBbPRckIckJbLNcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKciSAxtgpQKanibKwbKxbJobKcihBcjgojpcmNuYKusGmdfbYwmdfrMkrMksINbEEbAObGlbGmbGlbAOcjUcjYcjZckbbAOaReaReaRebzLbzLcaOcaOcaOcaOcaOcaObzLbzLaaaabXabXaaacfSbGBbGCbGDckcckhbWIbWJbWKcfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaNaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaaaaabLNckjckkbOybOBafuaaGafvaaGafubOBbPRckIckJbLNcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKcuQYsoXoGgbKKbKLbWabXObKccepckDbzDcfNbOZbOZbPucaEbOZbOZbWBbKAclfbAObKHehbbGubAOckKckUckYckZbAOaReaReaReaReaababXabXabXabXabXaaaaaaaaaaaaaaaabXabXcfSbGVbGWbGZclaclbbWRbWSbXmcfSaaaaaaaaaaaaaaaaaaaBuaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaaaaacdlcloclzcdlcdlclAafsaaGaftclAcdlcdlclEclGbLNcbpcbpcbpcbpcbpcbpcbpcbpcbpcbpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbKcbKcbKcbKcbKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabKcbKcbKclWUneDhPMbKccanbKcyhcbPucfNcepbOZchDchEchFbPVbOZbOZpwhclgbAObGJbGObGPbGQclPclUclVclWbAOaReaReaReaReaaaaaaaaaajAaaaaaaabXabXaaaaaaaaaaaaabXcfSbHtbHubHvclZcmabXxbXzbXAcfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaaaaacdlcmbcmccdlaaaaajaaFaaGbYVaajaaacdlcjbcmebLNbLNcdlcdlcdlcdlcdlcdlcdlcdlcdlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbKcbKcbKcbKcbKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaReaRebKEhGwujVhGwbKEchMbPVvTXciUaORbOZbOZchDchJbWCbfgbfgbfgcmfbfgbfgbHlbHmbHnbHocmhcmkcmlcmpbAOaReaReaReabXabXabXabXabXabXabXabXabXabXabXabXabXbFxbFxbFxcfSbFxcmqcmAbFxchgchgbFxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaHaaaaaaaaaaaacdlcdlcdlcdlaaaafxafyafyafyafzaaacdlcmBcmCcmDcmFcmGcmGcmHcmGcmGcmIcmGcmJcdlaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIcbIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa