diff --git a/code/game/objects/structures/musician.dm b/code/game/objects/structures/musician.dm
index c10939b00dd..f6d5db32d14 100644
--- a/code/game/objects/structures/musician.dm
+++ b/code/game/objects/structures/musician.dm
@@ -17,9 +17,10 @@
var/help = 0
var/edit = 1
var/repeat = 0
+ var/force_piano = FALSE
/obj/structure/device/piano/New()
- if(prob(50))
+ if(prob(50) && !force_piano)
name = "space minimoog"
desc = "This is a minimoog, like a space piano, but more spacey!"
icon_state = "minimoog"
diff --git a/html/changelogs/burgerbb - kitchen and bar.yml b/html/changelogs/burgerbb - kitchen and bar.yml
new file mode 100644
index 00000000000..071a8655280
--- /dev/null
+++ b/html/changelogs/burgerbb - kitchen and bar.yml
@@ -0,0 +1,37 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# maptweak
+# spellcheck (typo fixes)
+# experiment
+# balance
+#################################
+
+# Your name.
+author: BurgerBB
+
+# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
+delete-after: True
+
+# Any changes you've made. See valid prefix list above.
+# INDENT WITH TWO SPACES. NOT TABS. SPACES.
+# SCREW THIS UP AND IT WON'T WORK.
+# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
+# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
+changes:
+ - maptweak: "Completely overhauled the kitchen, bar, library, chapel, and hydroponics."
diff --git a/maps/aurora/aurora-4_mainlevel.dmm b/maps/aurora/aurora-4_mainlevel.dmm
index a54ac7f5c1b..1037186f891 100644
--- a/maps/aurora/aurora-4_mainlevel.dmm
+++ b/maps/aurora/aurora-4_mainlevel.dmm
@@ -381,7 +381,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -778,20 +778,10 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"abE" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/sink/kitchen{
- dir = 8;
- name = "hydroponics sink";
- pixel_x = 20;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/reagent_dispensers/watertank,
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
"abF" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -1146,7 +1136,7 @@
"acr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -1699,9 +1689,9 @@
/turf/simulated/floor/airless,
/area/mine/unexplored)
"adu" = (
-/obj/machinery/smartfridge/drying_rack,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/obj/structure/bed/chair/office/dark,
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
"adv" = (
/obj/structure/table/standard,
/obj/item/weapon/storage/box/cups,
@@ -1753,13 +1743,18 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"adz" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 5
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/rnd/misc_lab)
"adA" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -2138,7 +2133,7 @@
/area/maintenance/security_starboard)
"aei" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -2209,13 +2204,15 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"aet" = (
-/obj/machinery/vending/hydroseeds{
- prices = list();
- restock_items = 1
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
},
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/turf/simulated/floor/plating,
+/area/rnd/misc_lab)
"aeu" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -2305,26 +2302,19 @@
},
/area/security/brig)
"aeD" = (
-/obj/item/weapon/material/hatchet,
-/obj/item/weapon/material/minihoe,
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
},
-/obj/structure/table/standard,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
},
-/obj/machinery/newscaster{
- pixel_x = -32
- },
-/obj/item/watertank,
-/obj/item/weapon/screwdriver,
-/obj/item/weapon/wrench,
-/obj/item/weapon/shovel/spade,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/turf/simulated/floor/plating,
+/area/rnd/misc_lab)
"aeE" = (
/obj/structure/cable/green{
d1 = 1;
@@ -2361,12 +2351,10 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"aeG" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/table/wood,
-/turf/simulated/floor/wood,
-/area/library)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"aeH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -2465,7 +2453,7 @@
pixel_y = 0
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -2602,10 +2590,21 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"afd" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/vending/hydronutrients,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/obj/machinery/door/airlock/research{
+ name = "Materials";
+ req_access = list(47)
+ },
+/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"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"afe" = (
/turf/simulated/wall/r_wall,
/area/security/investigations)
@@ -2753,29 +2752,63 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"afy" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/seed_extractor,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"afz" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/wood,
-/turf/simulated/floor/wood,
-/area/library)
-"afA" = (
-/obj/machinery/light/small{
+/obj/structure/table/standard,
+/obj/item/weapon/storage/box/beakers,
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
dir = 8
},
-/obj/structure/table/wood,
-/turf/simulated/floor/wood,
-/area/library)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
+"afz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/engineering/drone_fabrication)
+"afA" = (
+/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/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_monitoring)
"afB" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/wood,
-/turf/simulated/floor/wood,
-/area/library)
+/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/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/security_starboard)
"afC" = (
/obj/structure/closet{
name = "Evidence Closet"
@@ -2863,57 +2896,130 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"afO" = (
-/obj/structure/window/reinforced{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood,
-/area/library)
+/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,
+/turf/simulated/floor/plating,
+/area/maintenance/engineering)
"afP" = (
-/obj/effect/landmark/start{
- name = "Librarian"
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
},
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/carpet,
-/area/library)
+/obj/machinery/chemical_dispenser/full,
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"afQ" = (
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/wood,
-/area/library)
+/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/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"afR" = (
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/carpet,
-/area/library)
-"afS" = (
-/obj/structure/bed/chair/office/dark{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/wood,
-/area/library)
-"afT" = (
-/obj/structure/bed/chair/office/dark{
- dir = 8
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
},
-/turf/simulated/floor/wood,
-/area/library)
-"afU" = (
-/obj/structure/bed/chair/office/dark{
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
+"afS" = (
+/obj/structure/table/standard,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/alarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/device/pipe_painter,
+/obj/effect/floor_decal/industrial/warning/corner{
+ icon_state = "warningcorner";
dir = 1
},
-/turf/simulated/floor/carpet,
-/area/library)
-"afV" = (
-/obj/structure/bed/chair/office/dark{
+/turf/simulated/floor/tiled,
+/area/engineering/engine_monitoring)
+"afT" = (
+/obj/machinery/disposal,
+/obj/item/device/radio/intercom{
+ pixel_x = 27
+ },
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/simulated/floor/carpet,
-/area/library)
-"afW" = (
-/obj/structure/bed/chair/office/dark{
- dir = 4
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
+ dir = 1
},
-/turf/simulated/floor/carpet,
-/area/library)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
+"afU" = (
+/obj/structure/sign/nosmoking_1{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_y = 0
+ },
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/obj/structure/table/standard,
+/obj/item/weapon/storage/fancy/vials,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
+"afV" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
+"afW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"afX" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/tiled/dark{
@@ -3082,10 +3188,18 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"agq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
/obj/machinery/hologram/holopad,
-/turf/simulated/floor/wood,
-/area/library)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"agr" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 8
@@ -3106,9 +3220,16 @@
/turf/simulated/floor/tiled/dark,
/area/maintenance/disposal)
"agt" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
-/area/maintenance/research_port)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"agu" = (
/obj/structure/cable/green{
d1 = 4;
@@ -3317,21 +3438,35 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"agQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"agR" = (
/obj/effect/floor_decal/corner/green{
icon_state = "corner_white";
dir = 9
},
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
+/obj/structure/table/standard,
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
+"agR" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1";
+ pixel_x = 0
+ },
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/machinery/firealarm/east,
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"agS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
icon_state = "intact-scrubbers";
@@ -3381,6 +3516,22 @@
"aha" = (
/turf/simulated/wall/r_wall,
/area/engineering/drone_fabrication)
+"ahb" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/engineering/atmos)
"ahc" = (
/obj/machinery/atmospherics/portables_connector,
/obj/effect/floor_decal/industrial/hatch/yellow,
@@ -3598,37 +3749,27 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"aht" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/wood,
-/area/chapel/office)
+/obj/machinery/smartfridge/drying_rack,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"ahu" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/structure/table/standard,
+/obj/machinery/door/window{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ layer = 2.85;
+ name = "hydroponics desk";
+ req_access = list(35)
},
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/obj/item/weapon/pen,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"ahv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -3862,6 +4003,19 @@
/obj/effect/floor_decal/industrial/hatch/yellow,
/turf/simulated/floor/plating,
/area/engineering/drone_fabrication)
+"ahV" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/atmos)
"ahW" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
icon_state = "intact";
@@ -4591,13 +4745,17 @@
/turf/simulated/floor/plating,
/area/engineering/drone_fabrication)
"ajt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
/turf/simulated/floor/plating,
-/area/engineering/drone_fabrication)
+/area/maintenance/engineering)
"aju" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/machinery/light{
@@ -4629,6 +4787,14 @@
},
/turf/simulated/floor/plating,
/area/maintenance/atmos_control)
+"ajy" = (
+/obj/machinery/light{
+ dir = 1;
+ icon_state = "tube1";
+ pixel_y = 0
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/atmos_control)
"ajz" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance Access";
@@ -4762,31 +4928,39 @@
/turf/simulated/floor/plating,
/area/maintenance/medbay)
"ajM" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/effect/floor_decal/corner/green{
- dir = 10
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Research Division Maintenance";
+ req_access = list(47);
+ req_one_access = null
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled/white,
+/turf/simulated/floor/plating,
/area/rnd/xenobiology/xenoflora)
"ajN" = (
-/obj/machinery/status_display{
- pixel_x = 0;
- pixel_y = 32
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/tiled,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
/area/hydroponics)
"ajO" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/item/device/radio/intercom{
- pixel_x = 0;
- pixel_y = 27
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
},
-/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/tiled,
-/area/hydroponics)
+/area/hallway/primary/central_one)
"ajP" = (
/obj/structure/closet/secure_closet/security,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -4898,20 +5072,18 @@
/turf/simulated/floor/tiled,
/area/maintenance/civ)
"akb" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table/standard,
+/obj/machinery/reagentgrinder,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = -30;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/mauve/full,
/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
+/area/rnd/misc_lab)
"akc" = (
/obj/machinery/alarm{
dir = 4;
@@ -5083,6 +5255,21 @@
},
/turf/simulated/floor/plating,
/area/maintenance/atmos_control)
+"akp" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/atmos_control)
"akq" = (
/obj/structure/cable{
d1 = 4;
@@ -5109,7 +5296,7 @@
/area/maintenance/atmos_control)
"aks" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -5262,13 +5449,23 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"akF" = (
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
+/obj/machinery/alarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/grass,
-/area/hydroponics)
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Chemistry Laboratory";
+ dir = 1;
+ network = list("Research")
+ },
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/machinery/chem_master,
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"akG" = (
/obj/structure/fireaxecabinet{
pixel_x = -32
@@ -5286,11 +5483,43 @@
/turf/simulated/floor/tiled,
/area/engineering/atmos/storage)
"akI" = (
-/obj/machinery/vending/battlemonsters,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "E.V.A.";
+ req_one_access = list(18)
+ },
+/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"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
"akJ" = (
-/obj/machinery/vending/coffee,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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,
/area/hallway/primary/central_one)
"akK" = (
@@ -5302,13 +5531,24 @@
/turf/simulated/floor/tiled,
/area/quartermaster/lobby)
"akL" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"akM" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"akN" = (
/obj/structure/morgue{
icon_state = "morgue1";
@@ -5717,53 +5957,34 @@
/turf/simulated/floor/plating,
/area/maintenance/research_port)
"alF" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp{
- pixel_y = 10
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
},
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/simulated/floor/carpet,
-/area/chapel/office)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"alG" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Bay";
- req_access = null;
- req_one_access = list(31,48)
+/obj/structure/table/standard,
+/obj/structure/cable/green,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "south bump";
+ pixel_y = -24
},
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
},
-/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,
-/area/quartermaster/lobby)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"alH" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass_mining{
- name = "Break Room";
- req_access = null;
- req_one_access = list(31,48)
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
+ dir = 4
},
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/quartermaster/break_room)
+/turf/simulated/floor/tiled/white,
+/area/rnd/misc_lab)
"alI" = (
/obj/machinery/door/airlock/security{
name = "Evidence Storage";
@@ -5939,20 +6160,52 @@
},
/turf/simulated/floor/plating,
/area/engineering/storage)
-"amf" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+"amb" = (
+/obj/machinery/alarm{
+ pixel_y = 22
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Break Room";
- req_access = null;
- req_one_access = list(31,48)
+/obj/structure/closet/crate/solar,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"amc" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/obj/machinery/camera/network/engineering{
+ c_tag = "Engineering - Hard Storage"
+ },
+/obj/machinery/power/port_gen/pacman,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"amd" = (
+/obj/machinery/shield_capacitor,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"ame" = (
+/obj/machinery/shield_gen,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"amf" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 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,
-/area/quartermaster/break_room)
+/area/hydroponics)
"amg" = (
/turf/simulated/floor/tiled,
/area/engineering/atmos/storage)
@@ -6160,16 +6413,12 @@
/turf/simulated/floor/tiled,
/area/outpost/mining_main/refinery)
"amA" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 9
},
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Maintenance";
- req_access = list(31,48)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/cargo)
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"amB" = (
/obj/machinery/door/airlock/hatch{
name = "Disposals Maintenance";
@@ -6188,43 +6437,37 @@
/turf/simulated/floor/plating,
/area/maintenance/disposal)
"amC" = (
-/obj/effect/floor_decal/corner/red/diagonal,
-/obj/machinery/newscaster{
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/camera/network/supply{
- c_tag = "Cargo - Break Room";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/quartermaster/break_room)
-"amD" = (
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 2;
+ icon_state = "pipe-c"
},
-/obj/structure/table/standard,
-/obj/item/device/destTagger,
-/obj/effect/floor_decal/corner/brown{
- dir = 10
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/machinery/light,
-/obj/structure/noticeboard{
- pixel_y = -32
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
+"amD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
},
-/obj/machinery/camera/network/supply{
- c_tag = "Cargo - Mail Room";
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"amE" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/item/watertank,
+/obj/machinery/light{
dir = 1
},
+/obj/machinery/firealarm/east,
/turf/simulated/floor/tiled,
-/area/quartermaster/mail_room)
-"amE" = (
-/obj/machinery/camera/network/civilian_main{
- c_tag = "Aft Corridor - Camera 3";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
+/area/hydroponics)
"amF" = (
/obj/structure/stairs/north,
/turf/simulated/floor/tiled,
@@ -6417,6 +6660,10 @@
"and" = (
/turf/simulated/floor/plating,
/area/engineering/storage)
+"ane" = (
+/obj/machinery/shieldgen,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
"anf" = (
/turf/simulated/wall/r_wall,
/area/engineering/engine_monitoring)
@@ -6551,24 +6798,16 @@
/turf/simulated/floor/tiled/dark,
/area/security/armoury)
"anv" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
+/obj/structure/table/standard,
+/obj/item/weapon/storage/box/pillbottles,
+/obj/machinery/newscaster{
+ pixel_y = 32
},
-/obj/machinery/camera/network/civilian_main{
- c_tag = "Aft Corridor - Camera 1";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"anw" = (
-/obj/machinery/camera/network/civilian_main{
- c_tag = "Aft Corridor - Camera 2";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
+/turf/simulated/wall,
+/area/rnd/misc_lab)
"anx" = (
/obj/structure/table/standard,
/obj/structure/noticeboard{
@@ -6595,34 +6834,23 @@
/turf/simulated/floor/tiled/dark,
/area/maintenance/disposal)
"anA" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Warehouse";
- req_access = list(31)
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ name = "Hydroponics Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
},
-/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"
- },
-/turf/simulated/floor/tiled,
-/area/quartermaster/lobby)
-"anB" = (
-/obj/structure/closet/secure_closet/hos,
-/obj/item/device/multitool,
-/obj/item/weapon/reagent_containers/spray/pepper,
-/obj/item/clothing/suit/space/void/hos,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/head/helmet/space/void/hos,
-/obj/item/clothing/mask/breath,
/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/area/hydroponics)
+"anB" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"anC" = (
/obj/structure/window/reinforced{
dir = 4
@@ -6976,7 +7204,7 @@
icon_state = "1-8"
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -7022,6 +7250,24 @@
},
/turf/simulated/floor/tiled,
/area/engineering/engine_monitoring)
+"aod" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aoe" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aof" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/storage)
"aog" = (
/obj/machinery/shieldwallgen,
/turf/simulated/floor/plating,
@@ -7174,7 +7420,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -7325,76 +7571,89 @@
/turf/simulated/floor/tiled,
/area/security/brig)
"aoI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"aoJ" = (
-/obj/machinery/papershredder,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
-"aoK" = (
-/obj/machinery/suit_cycler/hos,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
-"aoL" = (
-/obj/structure/banner,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
-"aoM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/obj/structure/cable/green{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/simulated/floor/carpet,
-/area/crew_quarters/heads/hos)
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"aoK" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CS2";
+ location = "CS1"
+ },
+/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/tiled,
+/area/hallway/primary/central_one)
+"aoL" = (
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/ramp{
+ icon_state = "ramptop";
+ dir = 4
+ },
+/area/hallway/primary/central_one)
+"aoM" = (
+/obj/machinery/vending/hydroseeds{
+ prices = list();
+ restock_items = 1
+ },
+/obj/machinery/firealarm/east,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"aoN" = (
-/obj/structure/bed/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/heads/hos)
+/obj/structure/table/standard,
+/obj/random/loot,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"aoO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/heads/hos)
-"aoP" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
+/obj/structure/table/standard,
+/obj/random/loot,
+/obj/machinery/light/small/emergency{
dir = 1
},
-/obj/machinery/firealarm/south,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"aoP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Research Division Maintenance";
+ req_access = list(47);
+ req_one_access = null
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/rnd/misc_lab)
"aoQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -7653,26 +7912,57 @@
},
/turf/simulated/floor/tiled,
/area/engineering/engine_monitoring)
+"apq" = (
+/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/plating,
+/area/engineering/storage)
+"apr" = (
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aps" = (
+/obj/machinery/shield_gen/external,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
"apt" = (
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 2;
+ icon_state = "door_closed";
+ name = "Hydroponics";
+ req_access = list(35)
},
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 4
+/obj/effect/floor_decal/corner/green{
+ dir = 10
},
-/obj/machinery/door/window/brigdoor/northleft{
- req_access = list(58)
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
},
/obj/structure/cable/green{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/mob/living/simple_animal/hostile/commanded/dog/columbo,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"apu" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -7877,45 +8167,102 @@
/turf/simulated/floor/tiled/dark,
/area/security/armoury)
"apO" = (
-/obj/machinery/photocopier,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Security's Desk";
- departmentType = 5;
- name = "Head of Security RC";
- pixel_x = 0;
- pixel_y = -30
+/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
},
/obj/structure/cable/green{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/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,
+/area/medical/medbay)
"apP" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/item/device/flashlight/lamp/green{
- pixel_x = -6;
- pixel_y = 10
- },
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -30
+/obj/effect/floor_decal/corner/green,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"apQ" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/item/watertank,
+/obj/structure/cable/green{
+ d2 = 8;
+ icon_state = "0-8"
},
/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,
+/area/hydroponics)
+"apR" = (
+/obj/structure/table/standard,
+/obj/item/weapon/storage/box/spraybottles,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"apS" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
},
/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/heads/hos)
+/area/hydroponics)
+"apT" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"apU" = (
+/obj/machinery/light,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"apV" = (
+/turf/simulated/wall,
+/area/crew_quarters/sleep/main)
+"apW" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/library)
+"apX" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"apY" = (
/obj/effect/floor_decal/corner/blue{
icon_state = "corner_white";
@@ -7932,6 +8279,20 @@
},
/turf/simulated/floor/tiled,
/area/security/brig)
+"aqa" = (
+/obj/structure/table/standard,
+/obj/item/weapon/storage/fancy/vials,
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"aqb" = (
+/obj/machinery/vending/hydronutrients,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"aqc" = (
/obj/effect/floor_decal/corner/blue{
icon_state = "corner_white";
@@ -8221,23 +8582,11 @@
/turf/simulated/floor/tiled,
/area/engineering/engine_smes)
"aqB" = (
-/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/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 8
+/obj/effect/floor_decal/corner/green{
+ dir = 10
},
/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
+/area/hallway/primary/central_one)
"aqC" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -8247,6 +8596,56 @@
},
/turf/simulated/floor/tiled,
/area/engineering/engine_monitoring)
+"aqD" = (
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/table/standard,
+/obj/item/weapon/storage/bag/circuits/basic,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aqE" = (
+/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,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aqF" = (
+/obj/machinery/portable_atmospherics/canister/phoron,
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aqG" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/simulated/floor/plating,
+/area/engineering/storage)
+"aqH" = (
+/obj/structure/table/standard,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
+ dir = 8
+ },
+/obj/item/clothing/mask/gas,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"aqI" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/hidden/red,
@@ -8544,6 +8943,33 @@
},
/turf/simulated/floor/tiled,
/area/security/brig)
+"ari" = (
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"arj" = (
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"ark" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"arl" = (
+/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)
"arm" = (
/obj/machinery/door/firedoor,
/obj/structure/grille,
@@ -8560,6 +8986,21 @@
},
/turf/simulated/floor/plating,
/area/security/brig)
+"arn" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
"aro" = (
/obj/machinery/door/firedoor,
/obj/structure/grille,
@@ -8671,28 +9112,23 @@
/turf/simulated/floor/plating,
/area/maintenance/security_starboard)
"arv" = (
-/obj/structure/cable{
- d1 = 2;
+/obj/structure/cable/green{
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
},
-/turf/simulated/floor/plating,
-/area/maintenance/security_starboard)
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"arw" = (
/obj/structure/cable{
d1 = 1;
@@ -9080,25 +9516,23 @@
/turf/simulated/floor/plating,
/area/maintenance/engineering)
"asg" = (
-/obj/structure/cable{
- d1 = 2;
+/obj/structure/cable/green{
+ d1 = 4;
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 = 9
+ 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/corner/green{
+ icon_state = "corner_white";
dir = 9
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/maintenance/engineering)
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"ash" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -9453,6 +9887,16 @@
},
/turf/simulated/floor/tiled,
/area/security/brig)
+"asD" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"asE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -11022,24 +11466,12 @@
/turf/simulated/floor/tiled,
/area/engineering/engine_monitoring)
"avh" = (
-/obj/structure/table/standard,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/item/device/pipe_painter,
-/obj/effect/floor_decal/industrial/warning/corner{
- icon_state = "warningcorner";
- dir = 1
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
},
/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
+/area/hallway/primary/central_one)
"avi" = (
/obj/machinery/computer/atmos_alert,
/obj/machinery/alarm{
@@ -11241,6 +11673,18 @@
},
/turf/simulated/floor/tiled,
/area/security/brig)
+"avz" = (
+/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,
+/area/medical/medbay)
"avA" = (
/obj/structure/window/reinforced,
/obj/effect/floor_decal/corner/blue{
@@ -11572,6 +12016,12 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"awc" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"awd" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced,
@@ -13193,6 +13643,14 @@
"ayE" = (
/turf/simulated/wall,
/area/maintenance/substation/engineering)
+"ayF" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
"ayG" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -13214,7 +13672,7 @@
/area/maintenance/engineering)
"ayI" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -14643,6 +15101,25 @@
},
/turf/simulated/floor/plating,
/area/engineering/engine_room)
+"aAY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ icon_state = "warningcorner";
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_monitoring)
"aAZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -14856,6 +15333,19 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled,
/area/maintenance/substation/engineering)
+"aBu" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/substation/engineering)
"aBv" = (
/obj/structure/cable/green,
/obj/structure/cable/green{
@@ -15582,6 +16072,9 @@
},
/turf/simulated/floor/carpet,
/area/crew_quarters/captain)
+"aCE" = (
+/turf/simulated/floor/tiled,
+/area/library)
"aCF" = (
/obj/machinery/atm{
pixel_y = 32
@@ -15727,6 +16220,94 @@
"aCR" = (
/turf/simulated/wall/r_wall,
/area/engineering/engine_airlock)
+"aCS" = (
+/obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{
+ 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/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aCT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 6
+ },
+/obj/machinery/light/small/emergency{
+ icon_state = "bulb1";
+ dir = 4
+ },
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aCU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/universal{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aCV" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aCW" = (
+/obj/structure/closet/radiation,
+/obj/item/clothing/glasses/meson,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aCX" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/firedoor{
+ dir = 1;
+ name = "Engineering Firelock"
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
"aCY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -15883,6 +16464,24 @@
"aDm" = (
/turf/simulated/wall/r_wall,
/area/ai_monitored/storage/eva)
+"aDn" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/wall/r_wall,
+/area/ai_monitored/storage/eva)
+"aDo" = (
+/obj/machinery/door/firedoor,
+/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)
"aDp" = (
/obj/structure/sign/securearea,
/turf/simulated/wall/r_wall,
@@ -16692,6 +17291,127 @@
},
/turf/simulated/floor/plating,
/area/engineering/engine_room)
+"aEE" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ frequency = 1379;
+ icon_state = "door_closed";
+ id_tag = "engine_airlock_interior";
+ locked = 0;
+ name = "Engine Airlock Interior";
+ req_access = list(11)
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aEF" = (
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aEG" = (
+/obj/machinery/atmospherics/binary/dp_vent_pump/high_volume{
+ dir = 2;
+ frequency = 1379;
+ id = "tox_airlock_pump"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aEH" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ frequency = 1379;
+ icon_state = "door_closed";
+ id_tag = "engine_airlock_exterior";
+ locked = 0;
+ name = "Engine Airlock Exterior";
+ req_access = list(11)
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aEI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aEJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aEK" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ icon_state = "door_closed";
+ locked = 0;
+ name = "Engine Access";
+ req_one_access = list(11)
+ },
+/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{
+ dir = 1;
+ name = "Engineering Firelock"
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aEL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/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{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_monitoring)
"aEM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9;
@@ -16930,6 +17650,76 @@
},
/turf/simulated/floor/tiled,
/area/engineering/foyer)
+"aFc" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/floor_decal/corner/blue/full{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
+"aFd" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
+"aFe" = (
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medical Voidsuits";
+ req_one_access = list(5)
+ },
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
+"aFf" = (
+/obj/structure/cable/green{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/effect/floor_decal/corner/blue{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
+"aFg" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/blue{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
+"aFh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner/blue/full{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/ai_monitored/storage/eva)
"aFi" = (
/obj/machinery/alarm{
pixel_y = 23
@@ -17848,6 +18638,71 @@
},
/turf/simulated/floor/plating,
/area/engineering/engine_room)
+"aGE" = (
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_room)
+"aGF" = (
+/obj/machinery/airlock_sensor{
+ frequency = 1379;
+ id_tag = "eng_al_c_snsr";
+ pixel_x = -25;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/machinery/camera/network/engineering{
+ c_tag = "Engineering - Engine Airlock";
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/warning/corner{
+ icon_state = "warningcorner";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aGG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 5;
+ icon_state = "intact"
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/engineering/engine_airlock)
+"aGH" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "south bump";
+ pixel_y = -24
+ },
+/obj/structure/cable/green,
+/obj/effect/floor_decal/industrial/warning{
+ icon_state = "warning";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
+"aGI" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/closet/hydrant{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/engine_airlock)
"aGJ" = (
/obj/machinery/light,
/obj/structure/closet/emcloset,
@@ -18838,6 +19693,16 @@
},
/turf/simulated/floor/plating,
/area/engineering/engine_room)
+"aIl" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'";
+ icon_state = "radiation";
+ name = "RADIOACTIVE AREA";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/simulated/wall/r_wall,
+/area/engineering/engine_airlock)
"aIm" = (
/obj/machinery/door/airlock/maintenance{
req_access = list(11)
@@ -19096,6 +19961,51 @@
},
/turf/simulated/floor/tiled/dark,
/area/crew_quarters/heads/hos)
+"aIJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aIK" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/papershredder,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aIL" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/banner,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aIM" = (
+/obj/structure/cable/green{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/structure/flora/pottedplant/random,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
"aIN" = (
/obj/structure/bookcase/manuals,
/obj/item/weapon/book/manual/security_space_law,
@@ -20157,6 +21067,13 @@
/obj/structure/table/wood,
/turf/simulated/floor/carpet,
/area/crew_quarters/heads/hos)
+"aKH" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/heads/hos)
"aKI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -21009,6 +21926,17 @@
},
/turf/simulated/floor/tiled,
/area/crew_quarters/heads/chief)
+"aLW" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/library)
"aLX" = (
/obj/structure/window/reinforced{
icon_state = "rwindow";
@@ -21268,6 +22196,13 @@
},
/turf/simulated/floor/carpet,
/area/crew_quarters/heads/hos)
+"aMs" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/carpet,
+/area/crew_quarters/heads/hos)
"aMt" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/tiled/dark,
@@ -21605,6 +22540,17 @@
/obj/effect/floor_decal/industrial/warning,
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aNb" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"aNc" = (
/obj/machinery/status_display{
pixel_x = 0;
@@ -22057,6 +23003,56 @@
},
/turf/simulated/floor/plating,
/area/crew_quarters/heads/chief)
+"aNQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aNR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aNS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aNT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera/network/engineering{
+ c_tag = "Engineering - Lobby Aft";
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aNU" = (
+/obj/structure/disposalpipe/sortjunction/flipped{
+ dir = 8;
+ name = "Engineering Break Room";
+ sortType = "Engineering Break Room"
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aNV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
"aNW" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -22125,6 +23121,10 @@
/obj/machinery/computer/skills,
/turf/simulated/floor/carpet,
/area/crew_quarters/heads/hos)
+"aOe" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/carpet,
+/area/crew_quarters/heads/hos)
"aOf" = (
/obj/machinery/alarm{
dir = 8;
@@ -22424,6 +23424,54 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aOF" = (
+/obj/machinery/door/window{
+ base_state = "left";
+ dir = 1;
+ icon_state = "left";
+ name = "Hydroponics Backroom";
+ req_access = list(35)
+ },
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"aOG" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"aOH" = (
+/obj/structure/table/standard,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"aOI" = (
+/obj/machinery/vending/hydroseeds{
+ prices = list();
+ restock_items = 1
+ },
+/turf/simulated/floor/tiled,
+/area/maintenance/bar)
+"aOJ" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"aOK" = (
/obj/machinery/door/airlock/maintenance{
req_access = list(12)
@@ -23061,6 +24109,12 @@
},
/turf/simulated/floor/tiled/dark,
/area/ai_monitored/storage/eva)
+"aPK" = (
+/obj/structure/closet/secure_closet/hos,
+/obj/item/device/multitool,
+/obj/item/weapon/reagent_containers/spray/pepper,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
"aPL" = (
/obj/item/device/radio/intercom{
pixel_y = -28
@@ -23073,6 +24127,46 @@
},
/turf/simulated/floor/tiled/dark,
/area/crew_quarters/heads/hos)
+"aPN" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aPO" = (
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/obj/machinery/door/window/brigdoor/northleft{
+ req_access = list(58)
+ },
+/mob/living/simple_animal/hostile/commanded/dog/columbo,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aPP" = (
+/obj/machinery/photocopier,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Security's Desk";
+ departmentType = 5;
+ name = "Head of Security RC";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
+"aPQ" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"aPR" = (
/obj/structure/bed/chair{
dir = 4
@@ -23257,18 +24351,74 @@
},
/turf/simulated/floor/tiled,
/area/security/brig)
+"aQj" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"aQk" = (
/obj/effect/floor_decal/industrial/warning/dust,
/turf/simulated/floor/airless{
icon_state = "asteroidplating"
},
/area/outpost/mining_main/eva)
+"aQl" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ name = "Library"
+ },
+/turf/simulated/floor/tiled,
+/area/library)
"aQm" = (
/obj/effect/floor_decal/industrial/warning/dust/corner,
/turf/simulated/floor/airless{
icon_state = "asteroidplating"
},
/area/outpost/mining_main/eva)
+"aQn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/library)
+"aQo" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/library)
+"aQp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/library)
+"aQq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/library)
"aQr" = (
/obj/item/device/t_scanner,
/obj/structure/table/steel,
@@ -24006,6 +25156,14 @@
},
/turf/simulated/floor/tiled,
/area/engineering/foyer)
+"aRp" = (
+/obj/structure/bed/chair/office/dark,
+/obj/effect/floor_decal/corner/yellow{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
"aRq" = (
/obj/effect/floor_decal/corner/yellow{
icon_state = "corner_white";
@@ -24286,6 +25444,18 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aRO" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
"aRP" = (
/obj/effect/floor_decal/industrial/warning/dust{
icon_state = "warning_dust";
@@ -24295,6 +25465,43 @@
icon_state = "asteroidplating"
},
/area/outpost/mining_main/eva)
+"aRQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/hydroponics)
+"aRR" = (
+/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/lime{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/crew_quarters/sleep/main)
+"aRS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
+"aRT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"aRU" = (
/obj/structure/closet,
/obj/item/clothing/head/ushanka,
@@ -24531,6 +25738,9 @@
},
/turf/simulated/floor/plating,
/area/maintenance/research_port)
+"aSs" = (
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"aSt" = (
/obj/item/modular_computer/console/preset/engineering,
/obj/machinery/light_switch{
@@ -24671,6 +25881,64 @@
/obj/machinery/firealarm/east,
/turf/simulated/floor/tiled,
/area/engineering/foyer)
+"aSE" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/foyer)
+"aSF" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/engineering/foyer)
+"aSG" = (
+/obj/structure/table/reinforced/steel,
+/obj/machinery/door/window/brigdoor/northleft{
+ name = "Engineering Desk";
+ req_access = list(32)
+ },
+/obj/machinery/door/firedoor{
+ dir = 1;
+ name = "Engineering Firelock"
+ },
+/obj/machinery/ringer_button{
+ id = "engie_ringer";
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/turf/simulated/floor/tiled,
+/area/engineering/foyer)
+"aSH" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/engineering/foyer)
"aSI" = (
/obj/machinery/conveyor{
backwards = 1;
@@ -24693,6 +25961,9 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/tiled/dark,
/area/ai_monitored/storage/eva)
+"aSL" = (
+/turf/simulated/floor/plating,
+/area/medical/cryo)
"aSM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -24767,17 +26038,14 @@
/turf/simulated/floor/plating,
/area/maintenance/engineering)
"aST" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 9
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/engineering)
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"aSU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -24885,6 +26153,10 @@
},
/turf/simulated/floor/tiled,
/area/security/lobby)
+"aTd" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/turf/simulated/floor/grass,
+/area/hydroponics)
"aTe" = (
/obj/machinery/light/small{
dir = 4
@@ -25023,6 +26295,13 @@
/obj/machinery/light,
/turf/simulated/floor/tiled,
/area/security/prison)
+"aTp" = (
+/obj/machinery/atmospherics/unary/freezer{
+ dir = 2;
+ icon_state = "freezer"
+ },
+/turf/simulated/floor/plating,
+/area/medical/cryo)
"aTq" = (
/obj/structure/closet/crate/trashcart,
/obj/item/toy/figure/secofficer{
@@ -25110,6 +26389,52 @@
icon_state = "asteroidplating"
},
/area/outpost/mining_main/eva)
+"aTx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/sleep/main)
+"aTy" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cryogenics Control Room";
+ req_access = list(66)
+ },
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"aTz" = (
+/obj/structure/table/standard,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Telescience Lab";
+ departmentType = 2;
+ name = "Requests Console";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"aTA" = (
+/obj/structure/bed/chair/office/light,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"aTB" = (
/obj/structure/table/rack{
dir = 1
@@ -25691,25 +27016,12 @@
/turf/simulated/floor/plating,
/area/ai_monitored/storage/eva)
"aUw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "E.V.A.";
- req_one_access = list(18)
+/obj/structure/cryofeed{
+ icon_state = "cryo_rear";
+ dir = 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"
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"aUx" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -25820,6 +27132,57 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aUG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light{
+ dir = 4;
+ status = 0
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"aUH" = (
+/obj/structure/bookcase{
+ name = "Forbidden Knowledge"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/library)
+"aUI" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/library)
+"aUJ" = (
+/obj/machinery/disposal,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22;
+ pixel_y = 0
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"aUK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Library";
+ departmentType = 1;
+ name = "Library Requests Console";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/simulated/floor/wood,
+/area/library)
"aUL" = (
/obj/structure/cable/green{
d1 = 1;
@@ -26199,6 +27562,15 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/port)
+"aVC" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/library)
"aVD" = (
/obj/machinery/alarm{
pixel_y = 23
@@ -26333,6 +27705,16 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"aVS" = (
+/obj/machinery/door/window/westright{
+ dir = 4;
+ name = "Library Door";
+ req_access = list(37)
+ },
+/obj/structure/table/wood,
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/wood,
+/area/library)
"aVT" = (
/obj/machinery/station_map{
pixel_y = 32
@@ -26456,6 +27838,9 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aWh" = (
+/turf/simulated/floor/carpet,
+/area/library)
"aWi" = (
/obj/structure/track{
icon_state = "track13"
@@ -26468,10 +27853,46 @@
icon_state = "asteroidplating"
},
/area/outpost/mining_main/eva)
+"aWj" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"aWk" = (
+/obj/structure/table/wood,
+/turf/simulated/floor/wood,
+/area/library)
+"aWl" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
+"aWm" = (
+/obj/structure/cryofeed{
+ icon_state = "cryo_rear";
+ dir = 2
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"aWn" = (
/obj/structure/sign/drop,
/turf/simulated/wall,
/area/outpost/mining_main/eva)
+"aWo" = (
+/obj/structure/flora/pottedplant/random,
+/turf/simulated/floor/grass,
+/area/hydroponics)
"aWp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -27143,7 +28564,7 @@
pixel_x = 0
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -27264,25 +28685,19 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"aXs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+/obj/structure/bed/chair/office/dark{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
+/obj/effect/landmark/start{
+ name = "Gardener"
},
-/obj/structure/cable{
+/obj/structure/cable/green{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/area/hydroponics)
"aXt" = (
/obj/structure/cable{
d1 = 4;
@@ -27346,6 +28761,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aXx" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
"aXy" = (
/obj/structure/cable{
d1 = 4;
@@ -27415,6 +28837,14 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aXC" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
"aXD" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
@@ -27708,6 +29138,18 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
/area/janitor)
+"aYg" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/library)
"aYh" = (
/obj/machinery/button/remote/blast_door{
id = "mopinator";
@@ -28020,6 +29462,16 @@
/obj/machinery/light,
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aYL" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/table/standard,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"aYM" = (
+/obj/machinery/vending/cigarette,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"aYN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28069,6 +29521,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"aYS" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"aYT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28198,7 +29657,7 @@
"aZc" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -28394,6 +29853,17 @@
},
/turf/simulated/floor/tiled,
/area/janitor)
+"aZx" = (
+/obj/structure/cryofeed{
+ icon_state = "cryo_rear";
+ dir = 2
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"aZy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -28578,9 +30048,66 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
+"aZV" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"aZW" = (
/turf/simulated/wall,
/area/medical/surgeryprep)
+"aZX" = (
+/obj/machinery/button/remote/blast_door{
+ id = "telescience";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access = list(55)
+ },
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve/diagonal{
+ icon_state = "corner_white_diagonal";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/obj/structure/table/standard,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"aZY" = (
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve/diagonal{
+ icon_state = "corner_white_diagonal";
+ dir = 8
+ },
+/obj/machinery/computer/telescience{
+ starting_crystals = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"aZZ" = (
+/obj/structure/table/reinforced,
+/obj/item/device/gps/science,
+/obj/item/device/gps/science,
+/obj/item/device/gps/science,
+/obj/item/device/gps/science,
+/obj/effect/floor_decal/corner/mauve/diagonal,
+/obj/effect/floor_decal/corner/mauve/diagonal{
+ icon_state = "corner_white_diagonal";
+ dir = 8
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"baa" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"bab" = (
/obj/effect/floor_decal/corner/beige{
icon_state = "corner_white";
@@ -28603,6 +30130,14 @@
/obj/machinery/firealarm/north,
/turf/simulated/floor/tiled,
/area/medical/icu)
+"bac" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/dark,
+/area/library)
"bad" = (
/turf/simulated/wall,
/area/medical/icu)
@@ -28618,9 +30153,47 @@
/obj/machinery/vending/cigarette,
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
+"bag" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/library)
"bah" = (
/turf/simulated/wall,
/area/medical/reception)
+"bai" = (
+/obj/structure/curtain/black,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"baj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/library)
+"bak" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/wood,
+/area/library)
+"bal" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bam" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
@@ -28852,6 +30425,15 @@
/obj/random/junk,
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
+"baG" = (
+/obj/machinery/door/window/westleft{
+ dir = 4;
+ name = "Library Desk";
+ req_access = list(37)
+ },
+/obj/structure/table/wood,
+/turf/simulated/floor/wood,
+/area/library)
"baH" = (
/turf/simulated/wall,
/area/storage/tech)
@@ -29124,6 +30706,12 @@
/obj/structure/disposalpipe/trunk,
/turf/simulated/floor/tiled,
/area/medical/medbay)
+"bbi" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bbj" = (
/obj/structure/closet/secure_closet/medical_wall{
name = "O- Blood Locker";
@@ -29189,6 +30777,20 @@
},
/turf/simulated/floor/tiled,
/area/medical/icu)
+"bbm" = (
+/turf/simulated/floor/wood,
+/area/library)
+"bbn" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 8
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"bbo" = (
/obj/effect/floor_decal/industrial/hatch/yellow,
/obj/machinery/vending/snack,
@@ -29218,6 +30820,118 @@
/obj/structure/flora/pottedplant/random,
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"bbs" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bbt" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bbu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bbv" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/table/standard,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Hydroponics - East";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bbw" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bbx" = (
+/obj/machinery/computer/cryopod{
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 24
+ },
+/obj/effect/floor_decal/corner/lime{
+ dir = 10
+ },
+/turf/simulated/floor/tiled,
+/area/crew_quarters/sleep/main)
+"bby" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
+"bbz" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/turf/simulated/floor/tiled,
+/area/maintenance/bar)
+"bbA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
+"bbB" = (
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_y = 0
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bbC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/item/weapon/pen/red,
+/obj/item/device/eftpos{
+ eftpos_name = "Library EFTPOS scanner"
+ },
+/turf/simulated/floor/tiled/dark,
+/area/library)
+"bbD" = (
+/obj/item/device/radio/headset/headset_service,
+/obj/structure/cult/tome,
+/obj/item/clothing/under/librarian,
+/turf/simulated/floor/tiled/dark,
+/area/library)
"bbE" = (
/obj/structure/cable{
d1 = 1;
@@ -29441,6 +31155,16 @@
},
/turf/simulated/floor/tiled/dark,
/area/janitor)
+"bcb" = (
+/obj/machinery/door/window/southright{
+ name = "Library Desk";
+ req_access = list(37)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/library)
"bcc" = (
/turf/simulated/wall/r_wall,
/area/storage/tech)
@@ -29681,6 +31405,19 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bcA" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bcB" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced,
+/turf/simulated/floor/wood,
+/area/library)
"bcC" = (
/obj/machinery/chem_master,
/obj/effect/floor_decal/corner/mauve{
@@ -29771,6 +31508,14 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bcJ" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/turf/simulated/floor/wood,
+/area/library)
"bcK" = (
/obj/effect/floor_decal/corner/pink{
icon_state = "corner_white";
@@ -29789,6 +31534,13 @@
/obj/effect/floor_decal/corner/white/diagonal,
/turf/simulated/floor/tiled,
/area/medical/reception)
+"bcM" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/simulated/floor/wood,
+/area/library)
"bcN" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/structure/disposalpipe/segment{
@@ -29796,6 +31548,138 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
+"bcO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 8
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled/white,
+/area/medical/medbay)
+"bcP" = (
+/obj/structure/flora/pottedplant/random,
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/floor_decal/corner/lime{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/medical/medbay)
+"bcQ" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bcR" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bcS" = (
+/obj/machinery/door/window/southright{
+ name = "Library Display Area";
+ req_access = list(37)
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bcT" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/vending/hydronutrients,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"bcU" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 32
+ },
+/turf/simulated/floor/tiled/ramp,
+/area/crew_quarters/sleep/main)
+"bcV" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/sleep/main)
+"bcW" = (
+/obj/machinery/cryopod{
+ icon_state = "body_scanner_0";
+ dir = 2
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bcX" = (
+/obj/machinery/cryopod{
+ icon_state = "body_scanner_0";
+ dir = 2
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bcY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/lime{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled,
+/area/medical/medbay)
+"bcZ" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/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/maintcentral)
+"bda" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/biogenerator,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"bdb" = (
/obj/structure/cable{
d1 = 1;
@@ -30033,6 +31917,20 @@
},
/turf/simulated/floor/tiled/dark,
/area/janitor)
+"bdw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
"bdx" = (
/obj/structure/table/rack{
dir = 8;
@@ -30314,6 +32212,14 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bdU" = (
+/obj/machinery/alarm{
+ pixel_y = 22
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/closet/emcloset,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"bdV" = (
/turf/simulated/wall,
/area/medical/surgerywing)
@@ -30335,6 +32241,36 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
+"bdX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bdY" = (
+/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/plating,
+/area/maintenance/bar)
"bdZ" = (
/obj/structure/closet/secure_closet/medical_wall{
name = "Stabilization Kit";
@@ -30398,6 +32334,176 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bed" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/junction,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bee" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/random/junk,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bef" = (
+/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/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"beg" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"beh" = (
+/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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bei" = (
+/obj/structure/reagent_dispensers/extinguisher,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bej" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/window{
+ dir = 1;
+ req_one_access = list(35)
+ },
+/obj/machinery/door/window{
+ dir = 2;
+ icon_state = "left";
+ req_one_access = list(28)
+ },
+/turf/simulated/floor/tiled/white,
+/area/hydroponics)
+"bek" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/smartfridge/secure,
+/turf/simulated/floor/tiled/white,
+/area/hydroponics)
+"bel" = (
+/obj/item/weapon/stool/padded,
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atm{
+ pixel_y = 32
+ },
+/turf/simulated/floor/tiled/white,
+/area/hallway/primary/aft)
+"bem" = (
+/obj/item/weapon/stool/padded,
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/tiled/white,
+/area/hallway/primary/aft)
+"ben" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/camera/network/medbay{
+ c_tag = "Medical - Cryogenics Control";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden,
+/turf/simulated/floor/tiled/ramp,
+/area/medical/cryo)
+"beo" = (
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/door/blast/shutters{
+ dir = 8;
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/smartfridge/foodheater,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bep" = (
+/turf/simulated/wall,
+/area/hallway/primary/aft)
+"beq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"ber" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Gardener"
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bes" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/table/standard,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bet" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/structure/window/reinforced,
+/turf/simulated/floor/grass,
+/area/hydroponics)
"beu" = (
/obj/structure/cable{
d1 = 1;
@@ -30454,20 +32560,7 @@
/area/maintenance/maintcentral)
"bex" = (
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
icon_state = "2-8"
},
@@ -30477,6 +32570,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
"bey" = (
@@ -30903,6 +32999,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
+"bfm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/sleep/main)
"bfn" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -30922,6 +33030,23 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
+"bfq" = (
+/obj/structure/table/reinforced,
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/door/blast/shutters{
+ dir = 8;
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/item/toy/figure/chef,
+/obj/machinery/ringer_button{
+ id = "kitchen_ringer";
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bfr" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -30963,6 +33088,40 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bfv" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfw" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfx" = (
+/obj/structure/table/stone/marble,
+/obj/machinery/chemical_dispenser/bar_soft/full{
+ pixel_y = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfy" = (
+/obj/structure/table/stone/marble,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/appliance/mixer/candy{
+ pixel_y = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfz" = (
+/obj/structure/table/stone/marble,
+/obj/machinery/microwave{
+ pixel_y = 8
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bfA" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -30970,9 +33129,102 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"bfB" = (
+/obj/machinery/appliance/cooker/oven,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/alarm{
+ pixel_y = 22
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfC" = (
+/obj/machinery/appliance/cooker/fryer,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfD" = (
+/obj/structure/window/reinforced,
+/obj/effect/floor_decal/corner/green/full,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bfE" = (
+/obj/effect/floor_decal/corner/green{
+ dir = 10
+ },
+/obj/machinery/door/window{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Hydroponics Backroom";
+ req_access = list(35)
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bfF" = (
+/obj/structure/window/reinforced,
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bfG" = (
+/obj/item/weapon/stool/padded,
+/obj/effect/floor_decal/corner/red/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/hallway/primary/aft)
+"bfH" = (
+/obj/structure/table/reinforced,
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/door/blast/shutters{
+ dir = 8;
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/button/remote/blast_door{
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters Control";
+ pixel_x = -32;
+ pixel_y = 0;
+ req_access = list(28)
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bfJ" = (
/turf/simulated/wall/r_wall,
/area/medical/chemistry)
+"bfK" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bfL" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/reagent_containers/glass/beaker/bowl,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bfM" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
@@ -30992,22 +33244,12 @@
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
"bfN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/maintcentral)
+/obj/machinery/vending/snack,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"bfO" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -31181,6 +33423,19 @@
},
/turf/simulated/floor/tiled/dark,
/area/janitor)
+"bgg" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bgh" = (
/obj/structure/table/rack{
dir = 8;
@@ -31221,6 +33476,13 @@
/obj/item/weapon/circuitboard/arcade/orion_trail,
/turf/simulated/floor/plating,
/area/storage/tech)
+"bgk" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bgl" = (
/obj/structure/table/rack{
dir = 8;
@@ -31522,6 +33784,12 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bgI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bgJ" = (
/obj/effect/floor_decal/corner/pink{
icon_state = "corner_white";
@@ -31580,11 +33848,175 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bgO" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bgP" = (
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bgQ" = (
+/obj/structure/kitchenspike,
+/obj/machinery/alarm/cold{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bgR" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bgS" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 9
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"bgT" = (
/turf/simulated/wall,
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bgU" = (
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "west bump";
+ pixel_x = -24
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bgV" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/wood,
+/area/library)
+"bgW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bgX" = (
+/obj/structure/table/stone/marble,
+/obj/machinery/reagentgrinder{
+ pixel_y = 8
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bgY" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/material/knife,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bgZ" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bha" = (
+/obj/structure/kitchenspike,
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bhb" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/vending/hydroseeds{
+ prices = list();
+ restock_items = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"bhc" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhd" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/material/kitchen/rollingpin,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhe" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhf" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ name = "Kitchen";
+ sortType = "Kitchen"
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bhi" = (
+/obj/structure/plasticflaps/airtight,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/freezer{
+ name = "Kitchen Freezer";
+ req_access = list(28)
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/kitchen)
"bhj" = (
/obj/structure/cable{
d1 = 1;
@@ -31707,6 +34139,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled/dark,
/area/janitor)
+"bhx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
"bhy" = (
/obj/structure/closet/l3closet/janitor,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -31943,6 +34384,16 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/assembly/robotics)
+"bhT" = (
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
"bhU" = (
/obj/structure/cable{
d1 = 1;
@@ -32023,6 +34474,43 @@
/obj/machinery/optable,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bhZ" = (
+/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";
+ pixel_x = 0
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bia" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/machinery/seed_extractor,
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
+"bib" = (
+/obj/effect/floor_decal/corner/green,
+/obj/structure/table/standard,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bic" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/table/stone/marble,
+/obj/item/weapon/storage/box/produce,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bid" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/table/stone/marble,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bie" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -32065,6 +34553,19 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bih" = (
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bii" = (
/obj/machinery/button/remote/blast_door{
id = "ICUshutters";
@@ -32079,6 +34580,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bij" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
"bik" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -32090,6 +34603,24 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bil" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 8
+ },
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/obj/item/weapon/reagent_containers/chem_disp_cartridge,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"bim" = (
/obj/effect/floor_decal/corner/pink{
icon_state = "corner_white";
@@ -32098,6 +34629,52 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"bin" = (
+/obj/structure/table/reinforced,
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/door/blast/shutters{
+ dir = 8;
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bio" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bip" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biq" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bir" = (
+/obj/machinery/alarm{
+ pixel_y = 22
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bis" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/white,
@@ -32120,6 +34697,162 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"biu" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/firealarm/east,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biv" = (
+/obj/machinery/chemical_dispenser,
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"biw" = (
+/obj/effect/landmark{
+ name = "JoinLateCryo"
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bix" = (
+/obj/structure/table/reinforced,
+/obj/effect/floor_decal/corner/red/diagonal,
+/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/blast/shutters{
+ dir = 8;
+ id = "kitchenshutters01";
+ name = "Kitchen Shutters"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biy" = (
+/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/grey/diagonal,
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 1;
+ name = "Kitchen Requests Console";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biz" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biA" = (
+/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/grey/diagonal,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Kitchen - West";
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biB" = (
+/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/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biC" = (
+/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/light,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"biD" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/junction/yjunction{
+ icon_state = "pipe-y";
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"biE" = (
/obj/structure/table/glass,
/obj/item/device/eftpos{
@@ -32131,6 +34864,26 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"biF" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/button/remote/blast_door{
+ id = "kitchenshutters02";
+ name = "Kitchen Shutters Control";
+ pixel_x = 0;
+ pixel_y = -32;
+ req_access = list(28)
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"biG" = (
/obj/effect/floor_decal/corner/paleblue{
icon_state = "corner_white";
@@ -32158,6 +34911,18 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"biJ" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"biK" = (
/obj/structure/cable{
d1 = 1;
@@ -32301,17 +35066,19 @@
/turf/simulated/floor/plating,
/area/maintenance/research_port)
"biZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
/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/research_port)
+/area/maintenance/medbay)
"bja" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -32484,6 +35251,14 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bjs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bjt" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -32635,6 +35410,64 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/medical/icu)
+"bjD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ req_access = list(28)
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/kitchen)
+"bjE" = (
+/obj/machinery/alarm{
+ pixel_y = 22
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bjF" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bjG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
+"bjH" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bjI" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/door/blast/shutters{
+ dir = 2;
+ id = "kitchenshutters02";
+ name = "Kitchen Shutters"
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"bjJ" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/obj/machinery/firealarm/east,
@@ -32650,6 +35483,36 @@
"bjK" = (
/turf/simulated/floor/tiled/ramp,
/area/medical/medbay2)
+"bjL" = (
+/obj/machinery/chem_master,
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bjM" = (
+/obj/structure/table/standard,
+/obj/machinery/reagentgrinder{
+ pixel_y = 16
+ },
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bjN" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/blast/shutters{
+ dir = 2;
+ id = "kitchenshutters02";
+ name = "Kitchen Shutters"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/mint,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"bjO" = (
/obj/effect/floor_decal/industrial/warning/dust/corner{
icon_state = "warningcorner_dust";
@@ -32712,6 +35575,19 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"bjT" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/device/destTagger,
+/obj/item/weapon/hand_labeler,
+/obj/item/weapon/packageWrap,
+/obj/machinery/door/blast/shutters{
+ dir = 2;
+ id = "kitchenshutters02";
+ name = "Kitchen Shutters"
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"bjU" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/obj/machinery/hologram/holopad,
@@ -32859,6 +35735,24 @@
"bkc" = (
/turf/simulated/wall/r_wall,
/area/bridge/minibar)
+"bkd" = (
+/obj/machinery/door/firedoor/multi_tile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/multi_tile/glass{
+ name = "Kitchen";
+ req_access = list(28);
+ req_one_access = null
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bke" = (
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bkf" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/closet/secure_closet/bar,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bkg" = (
/obj/structure/table/rack,
/obj/item/weapon/caution{
@@ -32995,6 +35889,13 @@
/obj/effect/floor_decal/corner/mauve/diagonal,
/turf/simulated/floor/tiled/white,
/area/assembly/robotics)
+"bkt" = (
+/obj/machinery/alarm{
+ pixel_y = 22
+ },
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bku" = (
/obj/effect/floor_decal/industrial/warning/corner{
dir = 8
@@ -33003,6 +35904,9 @@
icon_state = "corner_white";
dir = 9
},
+/obj/machinery/computer/guestpass{
+ pixel_x = -32
+ },
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bkv" = (
@@ -33052,6 +35956,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"bkz" = (
+/obj/structure/closet/gmcloset,
+/obj/item/weapon/flame/lighter/zippo,
+/obj/machinery/requests_console{
+ department = "Bar";
+ departmentType = 1;
+ name = "Bar Requests Console";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bkA" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/structure/disposalpipe/segment{
@@ -33061,6 +35977,29 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/tiled,
/area/medical/reception)
+"bkB" = (
+/obj/structure/table/wood,
+/obj/machinery/chemical_dispenser/coffeemaster/full{
+ pixel_y = 8
+ },
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22;
+ pixel_y = 0
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bkC" = (
+/obj/machinery/chemical_dispenser/bar_soft/full{
+ pixel_y = 5
+ },
+/obj/structure/table/wood,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - Counter"
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkD" = (
/obj/structure/closet/crate/freezer{
name = "O- Blood Packs"
@@ -33074,6 +36013,17 @@
temperature = 278
},
/area/medical/surgerywing)
+"bkE" = (
+/obj/structure/table/wood,
+/obj/machinery/chemical_dispenser/bar_alc/full{
+ pixel_y = 10
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkF" = (
/obj/structure/closet/crate/freezer{
name = "Fridge"
@@ -33180,6 +36130,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bkO" = (
+/obj/machinery/vending/boozeomat{
+ density = 0;
+ pixel_y = 32
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkP" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
@@ -33188,6 +36145,27 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bkQ" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "kitchenshutters02";
+ name = "Kitchen Shutters Control";
+ pixel_x = 6;
+ pixel_y = 0;
+ req_access = list(25)
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "barshutters01";
+ name = "Bar Shutters Control";
+ pixel_x = -6;
+ pixel_y = 0;
+ req_access = list(25)
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkR" = (
/obj/effect/floor_decal/industrial/warning/dust{
icon_state = "warning_dust";
@@ -33217,6 +36195,10 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bkT" = (
+/obj/structure/table/wood,
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkU" = (
/obj/structure/flora/pottedplant/random,
/obj/effect/floor_decal/corner/lime/full{
@@ -33260,6 +36242,11 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"bkX" = (
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk,
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bkY" = (
/obj/effect/floor_decal/industrial/warning/dust/corner{
icon_state = "warningcorner_dust";
@@ -33303,6 +36290,16 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"bld" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"ble" = (
+/obj/machinery/firealarm/east,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"blf" = (
/obj/structure/table/glass,
/obj/machinery/computer/skills,
@@ -33505,6 +36502,22 @@
/obj/structure/ladder/up,
/turf/simulated/floor/plating,
/area/bridge/aibunker)
+"bly" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "west bump";
+ pixel_x = -24
+ },
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - Bathroom"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"blz" = (
/obj/structure/cable{
d1 = 1;
@@ -33761,6 +36774,34 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
+"blZ" = (
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bma" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/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 = 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)
"bmb" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -33851,6 +36892,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bmg" = (
+/obj/machinery/door/airlock/freezer{
+ id_tag = "main_unit_1";
+ name = "Unit 1"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bmh" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/structure/disposalpipe/segment{
@@ -33870,6 +36918,39 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bmi" = (
+/obj/structure/reagent_dispensers/cookingoil,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bmj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_x = 0
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bmk" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 6
+ },
+/mob/living/carbon/human/monkey/punpun,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bml" = (
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -33907,6 +36988,32 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bmn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bmo" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Bar Backroom";
+ req_access = list(25)
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bmp" = (
/obj/effect/floor_decal/corner/grey/diagonal,
/obj/machinery/light{
@@ -33964,6 +37071,15 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bmt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bmu" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -33985,6 +37101,113 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"bmx" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bmy" = (
+/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/lino,
+/area/crew_quarters/bar)
+"bmz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bmA" = (
+/obj/structure/disposalpipe/sortjunction/flipped{
+ dir = 1;
+ name = "Bar";
+ sortType = "Bar"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bmB" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bmC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-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/tiled,
+/area/hallway/primary/central_one)
+"bmD" = (
+/obj/structure/grille,
+/obj/structure/window/phoronreinforced,
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 1
+ },
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 4
+ },
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 8
+ },
+/obj/machinery/door/blast/regular{
+ density = 0;
+ dir = 4;
+ icon_state = "pdoor0";
+ id = "telescience";
+ name = "Containment Blast Doors";
+ opacity = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/blast/regular{
+ density = 0;
+ dir = 4;
+ icon_state = "pdoor0";
+ id = "Biohazard";
+ name = "Biohazard Shutter";
+ opacity = 0
+ },
+/turf/simulated/floor/plating,
+/area/rnd/telesci)
"bmE" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -34000,6 +37223,13 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"bmG" = (
+/obj/structure/table/wood,
+/obj/machinery/librarypubliccomp{
+ pixel_y = 8
+ },
+/turf/simulated/floor/carpet,
+/area/library)
"bmH" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -34023,6 +37253,14 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"bmJ" = (
+/obj/structure/shotgun_rack/double{
+ pixel_x = -32;
+ pixel_y = 0;
+ pixel_z = 0
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bmK" = (
/obj/structure/cable{
d1 = 4;
@@ -34038,19 +37276,19 @@
/turf/simulated/floor/plating,
/area/maintenance/medbay)
"bmL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"bmM" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -34227,29 +37465,27 @@
/area/maintenance/research_port)
"bnb" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- d1 = 1;
+ 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 = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
},
/obj/structure/disposalpipe/segment{
- dir = 8;
+ dir = 2;
icon_state = "pipe-c"
},
+/obj/machinery/alarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
/turf/simulated/floor/plating,
-/area/maintenance/research_port)
+/area/maintenance/bar)
"bnc" = (
/obj/structure/cable/green{
d2 = 4;
@@ -34578,6 +37814,22 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bnB" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
"bnC" = (
/obj/structure/bed/chair{
dir = 4
@@ -34611,6 +37863,22 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
+"bnF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Bar";
+ req_access = list(25)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
"bnG" = (
/obj/structure/table/standard,
/obj/effect/floor_decal/corner/white/diagonal,
@@ -34630,6 +37898,26 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
+"bnH" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ dir = 4;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bnI" = (
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -34644,6 +37932,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bnJ" = (
+/obj/machinery/door/airlock/freezer{
+ id_tag = "main_unit_2";
+ name = "Unit 2"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bnK" = (
/obj/structure/table/standard,
/obj/item/weapon/storage/box/bloodpacks,
@@ -34697,6 +37992,34 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bnQ" = (
+/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{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/library)
+"bnR" = (
+/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/manifold4w/hidden/supply,
+/turf/simulated/floor/wood,
+/area/library)
"bnS" = (
/obj/item/device/radio{
anchored = 1;
@@ -34847,6 +38170,51 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"boa" = (
+/obj/structure/sign/double/barsign,
+/turf/simulated/wall,
+/area/crew_quarters/bar)
+"bob" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"boc" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 6
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bod" = (
+/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/carpet,
+/area/library)
+"boe" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 9
+ },
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_x = 0
+ },
+/obj/machinery/computer/arcade/orion_trail,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bof" = (
/obj/effect/floor_decal/corner/paleblue{
icon_state = "corner_white_full";
@@ -34903,6 +38271,23 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"boi" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 1
+ },
+/obj/structure/cable/green{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"boj" = (
/turf/simulated/wall,
/area/medical/medbay2)
@@ -35302,6 +38687,24 @@
/obj/turbolift_map_holder/aurora/civilian_aux,
/turf/simulated/floor/plating,
/area/turbolift/main_station_aux)
+"boR" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 1
+ },
+/obj/machinery/computer/arcade/battle,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"boS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
"boT" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -35333,6 +38736,38 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
+"boW" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"boX" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - Northeast"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"boY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical{
@@ -35376,6 +38811,42 @@
},
/turf/simulated/floor/plating,
/area/medical/gen_treatment)
+"bpb" = (
+/obj/structure/toilet{
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/button/remote/airlock{
+ id = "main_unit_1";
+ name = "Door Bolt Control";
+ pixel_x = 5;
+ pixel_y = 25;
+ req_access = null;
+ specialfunctions = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bpc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/airlock{
+ name = "Unisex Restrooms"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bpd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/green{
@@ -35388,6 +38859,26 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bpe" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/obj/machinery/alarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bpf" = (
/obj/machinery/computer/med_data/laptop,
/obj/structure/table/standard,
@@ -35395,6 +38886,13 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bpg" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bph" = (
/turf/simulated/floor/carpet/blue,
/area/medical/exam_room{
@@ -35410,6 +38908,20 @@
/area/medical/exam_room{
name = "\improper Medical - Exam Room 1"
})
+"bpj" = (
+/obj/machinery/door/airlock/freezer{
+ id_tag = "main_unit_3";
+ name = "Unit 3"
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bpk" = (
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 4
+ },
+/area/crew_quarters/bar)
"bpl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -35437,6 +38949,50 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"bpn" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bpo" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bpp" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ 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"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bpq" = (
+/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/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bpr" = (
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/bar)
"bps" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
@@ -35454,6 +39010,23 @@
},
/turf/simulated/floor/tiled/white,
/area/crew_quarters/heads/cmo)
+"bpt" = (
+/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/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 4
+ },
+/area/crew_quarters/bar)
"bpu" = (
/obj/structure/grille,
/obj/machinery/door/firedoor,
@@ -35467,6 +39040,24 @@
/obj/structure/cable/green,
/turf/simulated/floor/plating,
/area/crew_quarters/heads/cmo)
+"bpv" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ 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/wood,
+/area/crew_quarters/bar)
"bpw" = (
/obj/structure/grille,
/obj/machinery/door/firedoor,
@@ -35508,6 +39099,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/main_storage)
+"bpz" = (
+/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/wood,
+/area/crew_quarters/bar)
"bpA" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -35737,6 +39340,37 @@
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/tiled,
/area/assembly/robotics)
+"bpW" = (
+/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
+ },
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bpX" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bpY" = (
/obj/machinery/camera/network/civilian_main{
c_tag = "Central Corridor - Camera 5";
@@ -35795,6 +39429,42 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bqb" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bqc" = (
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bqd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"bqe" = (
/obj/effect/floor_decal/corner/lime,
/obj/structure/flora/pottedplant/random,
@@ -35841,11 +39511,39 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bqh" = (
+/obj/structure/toilet{
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/button/remote/airlock{
+ id = "main_unit_2";
+ name = "Door Bolt Control";
+ pixel_x = 5;
+ pixel_y = 25;
+ req_access = null;
+ specialfunctions = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
"bqi" = (
/obj/effect/floor_decal/corner/lime,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bqj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access = list(12,25,66)
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
"bqk" = (
/obj/machinery/atmospherics/unary/cryo_cell,
/obj/effect/floor_decal/corner/beige{
@@ -35893,6 +39591,24 @@
"bqo" = (
/turf/simulated/floor/tiled/white,
/area/medical/main_storage)
+"bqp" = (
+/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 = 2;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"bqq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -35903,12 +39619,118 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bqr" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/device/piano{
+ force_piano = 1;
+ pixel_x = 6;
+ pixel_y = -6
+ },
+/obj/effect/floor_decal/spline/plain{
+ dir = 9;
+ icon_state = "spline_plain"
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
+"bqs" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/item/weapon/stool/padded,
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 5
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
+"bqt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bqu" = (
+/obj/structure/bed/chair/wood{
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bqv" = (
+/obj/structure/bed/chair/wood{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bqw" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/simulated/floor/tiled/ramp,
/area/medical/medbay2)
+"bqx" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/table/stone/marble,
+/obj/item/weapon/material/knife/butch,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bqy" = (
+/obj/structure/toilet{
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/button/remote/airlock{
+ id = "main_unit_3";
+ name = "Door Bolt Control";
+ pixel_x = 5;
+ pixel_y = 25;
+ req_access = null;
+ specialfunctions = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/locker/locker_toilet)
+"bqz" = (
+/obj/structure/curtain/black,
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 1
+ },
+/area/crew_quarters/bar)
+"bqA" = (
+/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";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bqB" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/floor_decal/spline/plain{
+ dir = 8;
+ icon_state = "spline_plain"
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"bqC" = (
/obj/machinery/smartfridge/secure/medbay{
density = 1;
@@ -35938,6 +39760,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled/white,
/area/medical/main_storage)
+"bqG" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"bqH" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -36162,6 +39994,17 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"brf" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"brg" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36213,6 +40056,21 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"brj" = (
+/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,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j2"
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"brk" = (
/obj/effect/floor_decal/corner/lime{
dir = 6
@@ -36221,6 +40079,10 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"brl" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"brm" = (
/obj/machinery/atmospherics/pipe/manifold/hidden,
/obj/effect/floor_decal/corner/beige/full{
@@ -36281,6 +40143,16 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"brr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
"brs" = (
/obj/machinery/ringer{
department = "Medbay";
@@ -36308,6 +40180,13 @@
},
/turf/simulated/floor/tiled,
/area/medical/gen_treatment)
+"brv" = (
+/obj/effect/floor_decal/spline/plain{
+ dir = 9;
+ icon_state = "spline_plain"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"brw" = (
/obj/machinery/door/firedoor,
/obj/effect/floor_decal/corner/lime{
@@ -36360,12 +40239,38 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"brC" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/effect/floor_decal/spline/plain{
+ dir = 10;
+ icon_state = "spline_plain"
+ },
+/obj/structure/flora/pottedplant/random{
+ pixel_x = 16;
+ pixel_y = 16
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"brD" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"brE" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/effect/floor_decal/spline/plain{
+ dir = 6;
+ icon_state = "spline_plain"
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"brF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -36383,6 +40288,10 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"brG" = (
+/obj/structure/curtain/black,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"brH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -36475,6 +40384,20 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/main_storage)
+"brN" = (
+/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/wood,
+/area/library)
"brO" = (
/obj/structure/window/reinforced{
icon_state = "rwindow";
@@ -36908,10 +40831,40 @@
},
/turf/simulated/floor/plating,
/area/medical/surgerywing)
+"bsw" = (
+/obj/machinery/alarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 4
+ },
+/area/crew_quarters/bar)
"bsx" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"bsy" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bsz" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
+"bsA" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bsB" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -36940,6 +40893,20 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bsF" = (
+/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/carpet,
+/area/library)
"bsG" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -36987,6 +40954,20 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bsL" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 10
+ },
+/obj/machinery/computer/guestpass{
+ pixel_x = -32
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bsM" = (
+/obj/effect/floor_decal/spline/fancy/wood,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"bsN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -37020,6 +41001,39 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bsP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/bar)
+"bsQ" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 1;
+ icon_state = "door_closed";
+ name = "Library"
+ },
+/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/tiled,
+/area/library)
+"bsR" = (
+/obj/structure/table/standard,
+/turf/simulated/floor/tiled,
+/area/crew_quarters/bar)
"bsS" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -37120,6 +41134,12 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"bsX" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"bsY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -37137,6 +41157,16 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"bsZ" = (
+/obj/structure/table/wood,
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
+"bta" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/bar)
"btc" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -37211,9 +41241,33 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
+"btg" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/storage/bible,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bth" = (
+/obj/structure/table/rack,
+/obj/random/loot,
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
+"bti" = (
+/obj/structure/closet/crate,
+/obj/random/loot,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"btj" = (
/turf/simulated/wall,
/area/medical/temp_morgue)
+"btk" = (
+/obj/structure/table/wood,
+/obj/machinery/light,
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
"btl" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/tiled,
@@ -37582,6 +41636,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"btL" = (
+/obj/effect/floor_decal/spline/plain{
+ dir = 8;
+ icon_state = "spline_plain"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"btM" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -37596,6 +41657,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"btN" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"btO" = (
+/obj/structure/table/rack,
+/obj/random/arcade,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
"btP" = (
/obj/machinery/vending/medical{
density = 0;
@@ -37603,6 +41676,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/gen_treatment)
+"btQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access = list(12,25,66)
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
"btR" = (
/obj/machinery/button/remote/blast_door{
id = "GTRshutters";
@@ -37616,6 +41696,15 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/gen_treatment)
+"btS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance Access";
+ req_access = null;
+ req_one_access = list(12,66)
+ },
+/turf/simulated/floor/tiled,
+/area/maintenance/bar)
"btT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -37697,6 +41786,10 @@
},
/turf/simulated/floor/tiled,
/area/medical/gen_treatment)
+"btZ" = (
+/obj/structure/table/rack,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
"bua" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -37744,6 +41837,22 @@
},
/turf/simulated/wall/r_wall,
/area/medical/medbay2)
+"buf" = (
+/obj/effect/floor_decal/corner/green/full,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bug" = (
+/obj/effect/floor_decal/corner/green{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"buh" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -38105,6 +42214,53 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"buN" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"buO" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"buP" = (
+/obj/machinery/door/firedoor,
+/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,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"buQ" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"buR" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"buS" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
@@ -38127,6 +42283,38 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"buT" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"buU" = (
+/obj/structure/closet/bombcloset,
+/obj/effect/floor_decal/corner/mauve/full{
+ icon_state = "corner_white_full";
+ dir = 1
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"buV" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"buW" = (
/obj/effect/floor_decal/corner/grey{
icon_state = "corner_white";
@@ -38138,6 +42326,13 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"buX" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"buY" = (
/obj/effect/floor_decal/corner/lime{
dir = 6
@@ -38150,6 +42345,17 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"buZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"bva" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/power/apc{
@@ -38192,9 +42398,33 @@
},
/turf/simulated/floor/tiled,
/area/medical/gen_treatment)
+"bvd" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/bed/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Gardener"
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"bve" = (
/turf/simulated/wall,
/area/medical/surgeryobs)
+"bvf" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
"bvg" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled/white,
@@ -38203,6 +42433,65 @@
/obj/machinery/atmospherics/unary/cryo_cell,
/turf/simulated/floor/tiled,
/area/medical/icu)
+"bvi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/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/research_port)
+"bvj" = (
+/obj/machinery/atmospherics/portables_connector,
+/obj/machinery/portable_atmospherics/canister/air/airlock,
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bvk" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Telescience Test Chamber 01";
+ dir = 4;
+ network = list("Research")
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bvl" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/simulated/floor/wood,
+/area/library)
+"bvm" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"bvn" = (
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/library)
+"bvo" = (
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/structure/bed/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/library)
+"bvp" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bvq" = (
/obj/effect/floor_decal/corner/lime/full,
/turf/simulated/floor/tiled/white,
@@ -38622,29 +42911,35 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"bvZ" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bwa" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 2;
+ icon_state = "shutter0";
+ id = "LCKDshutters";
+ name = "MedBay Lockdown Shutters";
+ opacity = 0
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
+/obj/machinery/door/airlock/maintenance{
+ name = "Pre-Op Maintenance Access";
+ 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 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
+/turf/simulated/floor/tiled,
+/area/crew_quarters/sleep/main)
"bwb" = (
/obj/effect/floor_decal/corner/lime{
dir = 6
@@ -38698,6 +42993,17 @@
},
/turf/simulated/floor/tiled,
/area/medical/gen_treatment)
+"bwg" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bwh" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -38814,6 +43120,21 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bwr" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bws" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"bwt" = (
/obj/effect/floor_decal/corner/paleblue{
icon_state = "corner_white";
@@ -38866,6 +43187,28 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/genetics_cloning)
+"bwx" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bwy" = (
+/obj/structure/closet/bombcloset,
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"bwz" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -39456,6 +43799,12 @@
/obj/effect/floor_decal/industrial/warning/corner,
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bxp" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bxq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/junction{
@@ -39488,6 +43837,18 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"bxu" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/simulated/floor/plating,
+/area/hydroponics)
"bxv" = (
/obj/effect/floor_decal/corner/grey{
icon_state = "corner_white";
@@ -39557,6 +43918,17 @@
/obj/structure/table/rack,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bxD" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Hydroponics - West";
+ dir = 1
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
"bxE" = (
/obj/structure/table/standard,
/obj/item/weapon/cautery,
@@ -39861,6 +44233,11 @@
/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/white,
/area/rnd/rdoffice)
+"byf" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/machinery/light,
+/turf/simulated/floor/grass,
+/area/hydroponics)
"byg" = (
/obj/effect/floor_decal/corner/purple{
dir = 1
@@ -40028,6 +44405,26 @@
/obj/machinery/computer/crew,
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"byw" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ pixel_y = -26
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
+"byx" = (
+/obj/machinery/portable_atmospherics/hydroponics,
+/obj/machinery/alarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/simulated/floor/grass,
+/area/hydroponics)
"byy" = (
/obj/structure/table/standard,
/obj/item/weapon/storage/toolbox/mechanical,
@@ -40047,11 +44444,26 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
+"byA" = (
+/obj/machinery/disposal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
"byB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
+/turf/simulated/floor/tiled/ramp{
+ icon_state = "ramptop";
+ dir = 4
+ },
+/area/hallway/primary/central_one)
"byC" = (
/obj/effect/floor_decal/corner/lime{
dir = 6
@@ -40059,6 +44471,18 @@
/obj/effect/floor_decal/sign/gtr,
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"byD" = (
+/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,
+/area/hydroponics)
"byE" = (
/obj/machinery/body_scanconsole{
dir = 4;
@@ -40087,6 +44511,22 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"byG" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/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,
+/area/hydroponics)
"byH" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -40106,6 +44546,53 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"byJ" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ autoclose = 1;
+ dir = 2;
+ id_tag = "RobMechBay";
+ req_access = list(29)
+ },
+/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,
+/area/hydroponics)
+"byK" = (
+/obj/effect/floor_decal/corner/green/full,
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"byL" = (
+/obj/effect/floor_decal/corner/green{
+ dir = 10
+ },
+/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,
+/area/hydroponics)
"byM" = (
/obj/effect/floor_decal/corner/pink{
icon_state = "corner_white";
@@ -40122,6 +44609,31 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/icu)
+"byN" = (
+/obj/effect/floor_decal/corner/green{
+ dir = 10
+ },
+/obj/machinery/light,
+/obj/structure/disposalpipe/sortjunction/flipped{
+ dir = 4;
+ name = "Hydroponics";
+ sortType = "Hydroponics"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"byO" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"byP" = (
/obj/structure/table/standard,
/obj/item/weapon/scalpel,
@@ -40632,14 +45144,64 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/medical/emt)
-"bzJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- icon_state = "map-scrubbers";
- dir = 8
+"bzF" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9;
+ pixel_y = 0
},
/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
+/area/rnd/telesci)
+"bzG" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Telescience"
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bzH" = (
+/obj/effect/floor_decal/corner/green{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/alarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bzI" = (
+/obj/effect/floor_decal/corner/green/full{
+ icon_state = "corner_white_full";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bzJ" = (
+/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/ramp,
+/area/crew_quarters/sleep/main)
"bzK" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -40653,6 +45215,32 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay)
+"bzL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access = list(35)
+ },
+/turf/simulated/floor/plating,
+/area/hydroponics)
+"bzM" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bzN" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bzO" = (
+/obj/machinery/telepad,
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
"bzP" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -40665,6 +45253,21 @@
/obj/machinery/firealarm/west,
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bzQ" = (
+/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 = "Maintenance Access";
+ req_access = null;
+ req_one_access = list(12,66)
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
"bzR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/green{
@@ -40690,10 +45293,32 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bzU" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bzV" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/library)
"bzW" = (
/obj/machinery/computer/operating,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bzX" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/simulated/floor/wood,
+/area/library)
"bzY" = (
/obj/effect/floor_decal/corner/grey{
icon_state = "corner_white";
@@ -40707,6 +45332,12 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bzZ" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bAa" = (
/obj/effect/floor_decal/corner/paleblue{
icon_state = "corner_white";
@@ -40939,11 +45570,24 @@
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bAw" = (
-/obj/structure/table/standard,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/machinery/botany/editor,
+/obj/machinery/alarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24;
+ req_one_access = list(24,11,55)
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
+"bAx" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/r_n_d/destructive_analyzer,
/obj/machinery/requests_console{
department = "Science";
departmentType = 2;
@@ -40951,74 +45595,41 @@
pixel_x = -30;
pixel_y = 0
},
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/lab)
-"bAx" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/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,
+/turf/simulated/floor/tiled/dark,
/area/rnd/lab)
"bAy" = (
-/obj/structure/table/standard,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/lab)
-"bAz" = (
-/turf/simulated/floor/tiled/white,
-/area/rnd/lab)
-"bAA" = (
-/obj/structure/table/standard,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/obj/effect/floor_decal/corner/mauve{
+/obj/effect/floor_decal/corner/green{
icon_state = "corner_white";
dir = 6
},
-/obj/item/stack/material/steel{
- amount = 50;
- pixel_x = 0;
- pixel_y = 0
+/obj/machinery/firealarm/east,
+/obj/machinery/botany/extractor,
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
+"bAz" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 8
},
-/obj/item/stack/material/steel{
- amount = 50;
- pixel_x = 0;
- pixel_y = 0
+/obj/item/device/radio/intercom{
+ pixel_x = -27
},
-/obj/item/stack/material/steel{
- amount = 50;
- pixel_x = 0;
- pixel_y = 0
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12;
+ pixel_y = 5
},
/turf/simulated/floor/tiled/white,
-/area/rnd/lab)
+/area/rnd/xenobiology/xenoflora)
+"bAA" = (
+/obj/machinery/atmospherics/pipe/manifold/visible,
+/obj/machinery/meter,
+/turf/simulated/floor/tiled/white,
+/area/rnd/xenobiology/xenoflora)
"bAB" = (
/obj/effect/floor_decal/industrial/warning{
dir = 4
@@ -41034,11 +45645,34 @@
},
/turf/simulated/floor/plating,
/area/medical/emt)
+"bAD" = (
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_y = 0
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Aft Corridor - Camera 3";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bAE" = (
/obj/machinery/mech_recharger,
/obj/effect/floor_decal/industrial/outline/yellow,
/turf/simulated/floor/plating,
/area/medical/emt)
+"bAF" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
"bAG" = (
/obj/structure/window/reinforced,
/obj/machinery/door/firedoor,
@@ -41053,6 +45687,98 @@
},
/turf/simulated/floor/plating,
/area/medical/emt)
+"bAH" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bAI" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/structure/disposalpipe/junction/yjunction{
+ icon_state = "pipe-y";
+ dir = 1
+ },
+/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/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bAJ" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/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/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bAK" = (
+/obj/effect/floor_decal/corner/mauve{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ 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
+ },
+/turf/simulated/floor/tiled/white,
+/area/rnd/telesci)
+"bAL" = (
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/structure/bed/chair/office/dark,
+/turf/simulated/floor/carpet,
+/area/library)
"bAM" = (
/obj/machinery/atmospherics/unary/freezer{
dir = 2;
@@ -41063,6 +45789,20 @@
},
/turf/simulated/floor/plating,
/area/medical/cryo)
+"bAN" = (
+/obj/machinery/access_button{
+ command = "cycle_interior";
+ frequency = 1379;
+ layer = 3.3;
+ master_tag = "brig_solar_inner";
+ name = "interior access button";
+ pixel_x = -25;
+ pixel_y = -25;
+ req_access = list(13)
+ },
+/obj/machinery/atmospherics/pipe/simple/visible,
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
"bAO" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -41083,15 +45823,33 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bAP" = (
+/obj/machinery/bookbinder,
+/turf/simulated/floor/wood,
+/area/library)
"bAQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/item/weapon/wrench,
/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/simulated/floor/tiled/white,
-/area/medical/surgeryobs)
+/obj/machinery/atmospherics/pipe/manifold4w/hidden,
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"bAR" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bAS" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bAT" = (
/obj/effect/floor_decal/corner/grey{
icon_state = "corner_white";
@@ -41105,6 +45863,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bAU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/library)
"bAV" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical{
@@ -41117,6 +45885,87 @@
temperature = 278
},
/area/medical/surgerywing)
+"bAW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Research Division Maintenance";
+ req_access = list(47);
+ req_one_access = null
+ },
+/turf/simulated/floor/plating,
+/area/rnd/telesci)
+"bAX" = (
+/obj/structure/grille,
+/obj/structure/window/phoronreinforced,
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 1
+ },
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 4
+ },
+/obj/structure/window/phoronreinforced{
+ icon_state = "phoronrwindow";
+ dir = 8
+ },
+/obj/machinery/door/blast/regular{
+ density = 0;
+ dir = 4;
+ icon_state = "pdoor0";
+ id = "telescience";
+ name = "Containment Blast Doors";
+ opacity = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/blast/regular{
+ density = 0;
+ dir = 4;
+ icon_state = "pdoor0";
+ id = "Biohazard";
+ name = "Biohazard Shutter";
+ opacity = 0
+ },
+/obj/structure/cable/green,
+/turf/simulated/floor/plating,
+/area/rnd/telesci)
+"bAY" = (
+/obj/machinery/door/blast/regular{
+ density = 0;
+ dir = 4;
+ icon_state = "pdoor0";
+ id = "telescience";
+ name = "Containment Blast Doors";
+ opacity = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/northleft,
+/obj/machinery/door/window/southright,
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bAZ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/wood,
+/area/library)
+"bBa" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bBb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bBc" = (
+/obj/structure/bed/chair/office/dark,
+/turf/simulated/floor/carpet,
+/area/library)
"bBd" = (
/turf/simulated/floor/plating,
/area/turbolift/command_sub)
@@ -41240,36 +46089,27 @@
/turf/simulated/floor/tiled/white,
/area/rnd/rdoffice)
"bBp" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/red{
- icon_state = "map";
- dir = 8
- },
+/obj/machinery/atmospherics/pipe/manifold4w/visible,
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bBq" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8;
- name = "To Waste"
+/obj/machinery/atmospherics/pipe/simple/visible{
+ icon_state = "intact";
+ dir = 9
},
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bBr" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/simulated/floor/carpet,
+/area/library)
"bBs" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
+/obj/structure/bed/chair/office/dark{
+ dir = 4
},
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
+/turf/simulated/floor/carpet,
+/area/library)
"bBt" = (
/obj/structure/table/standard,
/obj/effect/floor_decal/corner/mauve/full,
@@ -41289,11 +46129,13 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
dir = 10
},
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
/turf/simulated/floor/tiled/white,
/area/rnd/lab)
"bBv" = (
@@ -41301,6 +46143,9 @@
icon_state = "corner_white";
dir = 10
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
/turf/simulated/floor/tiled/white,
/area/rnd/lab)
"bBw" = (
@@ -41308,6 +46153,9 @@
icon_state = "corner_white";
dir = 8
},
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
/turf/simulated/floor/tiled/white,
/area/rnd/lab)
"bBx" = (
@@ -41362,30 +46210,35 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
-"bBD" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/shutters{
- density = 0;
- dir = 2;
- icon_state = "shutter0";
- id = "LCKDshutters";
- name = "MedBay Lockdown Shutters";
- opacity = 0
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Pre-Op Maintenance Access";
- req_access = list(66)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/medical/medbay)
-"bBF" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- icon_state = "map";
+"bBB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
dir = 4
},
-/obj/item/weapon/wrench,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/firedoor{
+ dir = 2
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bBC" = (
+/obj/machinery/door/airlock/external{
+ frequency = 1379;
+ icon_state = "door_locked";
+ id_tag = "civilian_eva_inner";
+ locked = 1;
+ name = "Engineering External Access";
+ req_access = list(13)
+ },
+/obj/machinery/atmospherics/pipe/simple/visible,
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bBD" = (
/obj/machinery/power/apc/high{
dir = 4;
name = "east bump";
@@ -41395,8 +46248,54 @@
d2 = 8;
icon_state = "0-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 9;
+ icon_state = "intact"
+ },
/turf/simulated/floor/plating,
/area/medical/cryo)
+"bBE" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bBF" = (
+/obj/effect/decal/cleanable/dirt,
+/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)
+"bBG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/carpet,
+/area/library)
+"bBH" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/wood,
+/area/library)
"bBI" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -41417,6 +46316,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/window/reinforced,
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
"bBK" = (
@@ -41463,12 +46363,114 @@
/obj/machinery/firealarm/east,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bBN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice/gaming,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/simulated/floor/carpet,
+/area/library)
"bBO" = (
/turf/simulated/floor/tiled/freezer{
name = "cold storage tiles";
temperature = 278
},
/area/medical/surgerywing)
+"bBP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bBQ" = (
+/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
+ frequency = 1379;
+ id_tag = "civilian_eva_airlock";
+ pixel_x = 25;
+ req_access = list(13);
+ tag_airpump = "civilian_eva_pump";
+ tag_chamber_sensor = "civilian_eva_sensor";
+ tag_exterior_door = "civilian_eva_outer";
+ tag_interior_door = "civilian_eva_inner"
+ },
+/obj/machinery/airlock_sensor{
+ frequency = 1379;
+ id_tag = "civilian_eva_sensor";
+ pixel_x = 25;
+ pixel_y = 12
+ },
+/obj/machinery/atmospherics/unary/vent_pump/high_volume{
+ dir = 1;
+ frequency = 1379;
+ id_tag = "civilian_eva_pump"
+ },
+/obj/effect/decal/warning_stripes,
+/obj/machinery/light/small/emergency{
+ dir = 8
+ },
+/obj/machinery/camera/network/engineering{
+ c_tag = "Engineering - Aft Maint EVA";
+ dir = 4
+ },
+/turf/simulated/floor/asteroid/ash/rocky,
+/area/maintenance/medbay)
+"bBR" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
+"bBS" = (
+/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/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
+"bBT" = (
+/obj/structure/table/wood,
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/wood,
+/area/library)
+"bBU" = (
+/obj/machinery/camera/network/research{
+ c_tag = "Research - Telescience Test Chamber 02";
+ dir = 4;
+ network = list("Research")
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bBV" = (
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bBW" = (
+/obj/structure/bookcase/libraryspawn/adult,
+/turf/simulated/floor/wood,
+/area/library)
"bBX" = (
/obj/structure/bed/chair{
dir = 1
@@ -41484,6 +46486,22 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
+"bBY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22;
+ pixel_y = 0
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"bBZ" = (
+/obj/structure/bookcase/libraryspawn/fiction,
+/turf/simulated/floor/carpet,
+/area/library)
"bCa" = (
/obj/random/junk,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41665,12 +46683,9 @@
/turf/simulated/floor/tiled/white,
/area/rnd/research)
"bCo" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
+/obj/structure/bookcase/libraryspawn/religion,
+/turf/simulated/floor/carpet,
+/area/library)
"bCp" = (
/obj/machinery/atmospherics/pipe/simple/visible/red{
icon_state = "intact";
@@ -41686,40 +46701,26 @@
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bCr" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bCs" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Xenobotany";
- dir = 8;
- network = list("Research")
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bCt" = (
-/obj/effect/floor_decal/industrial/warning{
+/obj/structure/bed/chair/office/dark{
dir = 1
},
-/obj/machinery/r_n_d/destructive_analyzer,
-/turf/simulated/floor/tiled/dark,
-/area/rnd/lab)
+/turf/simulated/floor/carpet,
+/area/library)
+"bCs" = (
+/obj/structure/table/wood,
+/obj/item/weapon/deck/cards,
+/obj/item/weapon/deck/holder,
+/obj/item/weapon/deck/tarot,
+/turf/simulated/floor/carpet,
+/area/library)
+"bCt" = (
+/obj/structure/table/stone/marble,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/microwave{
+ pixel_y = 8
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bCu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -41763,38 +46764,94 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bCz" = (
-/obj/machinery/alarm{
- pixel_y = 22
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/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/glass{
+ name = "Cryogenic Storage"
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bCA" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light{
- dir = 1
+/obj/machinery/newscaster{
+ pixel_y = -32
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/machinery/vending/battlemonsters,
+/turf/simulated/floor/wood,
+/area/library)
"bCB" = (
-/obj/machinery/disposal,
-/obj/item/device/radio/intercom{
- pixel_y = 27
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
-"bCE" = (
-/obj/machinery/light/small/emergency{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"bCC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
/turf/simulated/floor/plating,
-/area/maintenance/library)
+/area/maintenance/medbay)
+"bCD" = (
+/obj/machinery/door/airlock/external{
+ frequency = 1379;
+ icon_state = "door_locked";
+ id_tag = "civilian_eva_outer";
+ locked = 1;
+ name = "Engineering External Access";
+ req_access = list(13)
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/medbay)
+"bCE" = (
+/obj/structure/table/stone/marble,
+/obj/machinery/appliance/mixer/cereal{
+ pixel_y = 4
+ },
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bCF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
+/obj/machinery/chem_master/condimaster,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bCG" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ icon_state = "map_scrubber_on";
+ dir = 4
+ },
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22;
+ pixel_y = 0
+ },
+/turf/simulated/floor/wood,
+/area/library)
"bCH" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -41811,19 +46868,25 @@
name = "MediExpress - Surgery";
req_access = list(66)
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
"bCI" = (
/obj/effect/floor_decal/corner/lime/diagonal,
-/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/structure/window/reinforced{
+ dir = 1
+ },
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
"bCJ" = (
@@ -41882,6 +46945,30 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bCN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"bCO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"bCP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/carpet,
+/area/library)
"bCQ" = (
/obj/machinery/alarm/cold{
dir = 8;
@@ -41898,6 +46985,52 @@
temperature = 278
},
/area/medical/surgerywing)
+"bCR" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bCS" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/simulated/floor/plating,
+/area/library)
+"bCT" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
+"bCU" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bCV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"bCW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/carpet,
+/area/library)
"bCX" = (
/obj/structure/bed/chair{
dir = 4
@@ -41913,6 +47046,19 @@
"bCZ" = (
/turf/simulated/wall,
/area/crew_quarters/sleep/research)
+"bDa" = (
+/obj/machinery/door/airlock{
+ name = "Adult Section"
+ },
+/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/wood,
+/area/library)
"bDb" = (
/obj/machinery/door/airlock/command{
id_tag = "rdmdoor";
@@ -41927,6 +47073,17 @@
},
/turf/simulated/floor/tiled,
/area/rnd/rdoffice)
+"bDc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/carpet,
+/area/library)
"bDd" = (
/obj/machinery/power/apc{
dir = 8;
@@ -42001,27 +47158,17 @@
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bDk" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- icon_state = "intact";
- dir = 5
- },
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/grey/diagonal,
/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
+/area/crew_quarters/kitchen)
"bDl" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/atmospherics/portables_connector{
- dir = 8
+/obj/structure/closet/crate/freezer,
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
},
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
+/area/crew_quarters/kitchen)
"bDm" = (
/obj/machinery/camera/network/research{
c_tag = "Research - Research & Development";
@@ -42153,7 +47300,6 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bDu" = (
@@ -42169,23 +47315,20 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bDv" = (
-/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/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bDw" = (
+/obj/structure/bookcase/libraryspawn/nonfiction,
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/carpet,
+/area/library)
"bDx" = (
/obj/structure/cable{
d1 = 4;
@@ -42201,8 +47344,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bDy" = (
/obj/structure/cable{
d1 = 4;
@@ -42215,35 +47358,23 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/simulated/floor/tiled/ramp{
+ icon_state = "ramptop";
dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance Access";
- req_access = null;
- req_one_access = list(12,66)
- },
-/turf/simulated/floor/plating,
/area/hallway/primary/central_one)
"bDz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/plasticflaps/airtight,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/freezer_maint{
+ req_access = list(28)
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
+/turf/simulated/floor/tiled/freezer,
+/area/crew_quarters/kitchen)
+"bDA" = (
+/obj/structure/bookcase/libraryspawn/nonfiction,
+/turf/simulated/floor/carpet,
+/area/library)
"bDB" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -42299,9 +47430,62 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bDH" = (
+/obj/structure/bookcase/libraryspawn/reference,
+/turf/simulated/floor/carpet,
+/area/library)
+"bDI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/central_one)
+"bDJ" = (
+/obj/machinery/photocopier,
+/obj/machinery/light,
+/turf/simulated/floor/wood,
+/area/library)
"bDK" = (
/turf/simulated/wall,
/area/maintenance/substation/medical)
+"bDL" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ pixel_y = -26
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bDM" = (
+/obj/machinery/lapvend,
+/obj/machinery/alarm{
+ dir = 1;
+ pixel_y = -25
+ },
+/turf/simulated/floor/wood,
+/area/library)
+"bDN" = (
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
"bDO" = (
/obj/structure/cable{
d1 = 4;
@@ -42317,6 +47501,14 @@
/obj/machinery/light/small/emergency,
/turf/simulated/floor/plating,
/area/maintenance/medbay)
+"bDP" = (
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/simulated/floor/reinforced,
+/area/rnd/telesci)
"bDQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -42454,111 +47646,88 @@
/turf/simulated/floor/tiled/white,
/area/rnd/research)
"bEh" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 8
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/device/radio/intercom{
- pixel_x = -27
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bEi" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/obj/machinery/meter,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bEj" = (
-/obj/machinery/atmospherics/pipe/manifold4w/visible,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bEk" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bEl" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/botany/editor,
/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- name = "botany alarm";
- pixel_x = 24;
- req_one_access = list(24,11,55)
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bEm" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
+ pixel_y = 23
},
/turf/simulated/floor/plating,
-/area/rnd/lab)
-"bEn" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/rnd/lab)
-"bEo" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
+/area/maintenance/substation/civilian_west)
+"bEi" = (
+/obj/machinery/light/small/emergency{
+ icon_state = "bulb1";
dir = 4
},
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
/turf/simulated/floor/plating,
-/area/rnd/lab)
-"bEp" = (
-/obj/machinery/door/airlock/research{
- name = "Materials";
- req_access = list(47)
+/area/maintenance/library)
+"bEj" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance Access";
+ req_access = list(12)
},
/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)
+"bEk" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bEl" = (
+/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/rnd/lab)
+/obj/machinery/door/airlock/maintenance{
+ req_one_access = list(12,37,66)
+ },
+/turf/simulated/floor/plating,
+/area/library)
+"bEm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
+"bEn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bEo" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bEp" = (
+/obj/item/weapon/bedsheet/clown,
+/obj/structure/bed,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
"bEq" = (
/turf/simulated/wall,
-/area/rnd/lab)
+/area/chapel/main)
"bEr" = (
/obj/machinery/status_display{
pixel_x = -32
@@ -42566,62 +47735,81 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bEs" = (
-/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"
+/obj/structure/closet{
+ icon_closed = "cabinet_closed";
+ icon_opened = "cabinet_open";
+ icon_state = "cabinet_closed"
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/effect/landmark/costume/imperium_monk,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
"bEt" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/crematorium{
+ _wifi_id = "chapel_crema"
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/turf/simulated/floor/tiled/dark,
+/area/chapel/office)
"bEu" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/button/crematorium{
+ _wifi_id = "chapel_crema";
+ pixel_x = -32;
+ pixel_y = 25
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/office)
+"bEv" = (
+/obj/structure/morgue{
+ icon_state = "morgue1";
+ dir = 2
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/office)
+"bEw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/main)
"bEx" = (
-/obj/machinery/camera/network/civilian_main{
- c_tag = "Central Corridor - Camera 3";
- dir = 8
+/obj/item/device/radio/intercom{
+ pixel_y = 27
},
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
+/obj/machinery/vending/cola,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Central Coridor - Camera 4"
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
-"bEA" = (
-/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
+"bEy" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 8
+ },
+/area/chapel/main)
+"bEz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plating,
-/area/maintenance/library)
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bEA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
"bEB" = (
/obj/structure/cable{
d1 = 4;
@@ -42640,23 +47828,18 @@
/turf/simulated/floor/plating,
/area/maintenance/medbay)
"bEC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bED" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
},
-/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/library)
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bEE" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -42673,6 +47856,15 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bEF" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bEG" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42681,6 +47873,13 @@
"bEH" = (
/turf/simulated/wall/r_wall,
/area/crew_quarters/heads/cmo)
+"bEI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/firealarm/north,
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bEJ" = (
/obj/effect/floor_decal/corner/grey{
icon_state = "corner_white";
@@ -42694,12 +47893,55 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bEK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/chapel/main)
+"bEL" = (
+/obj/random/junk,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
+"bEM" = (
+/obj/item/weapon/bedsheet/mime,
+/obj/structure/bed,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
"bEN" = (
/obj/machinery/power/breakerbox/activated{
RCon_tag = "Medical Main Substation Bypass"
},
/turf/simulated/floor/plating,
/area/maintenance/substation/medical)
+"bEO" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 1
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bEP" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
"bEQ" = (
/obj/structure/cable{
d1 = 1;
@@ -42867,94 +48109,107 @@
},
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
-"bFh" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bFi" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/firealarm/east,
-/obj/machinery/botany/extractor,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bFj" = (
-/turf/simulated/wall/r_wall,
-/area/outpost/research/chemistry)
-"bFk" = (
-/obj/structure/table/standard,
-/obj/item/weapon/storage/box/beakers,
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bFl" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/machinery/chemical_dispenser/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bFm" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bFn" = (
-/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/junction{
- dir = 1;
- icon_state = "pipe-j1"
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bFo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bFp" = (
-/obj/machinery/disposal,
-/obj/item/device/radio/intercom{
- pixel_x = 27
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
+"bFg" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ icon_state = "spline_fancy";
dir = 1
},
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Chapel - Office";
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bFh" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/polarized{
+ dir = 4;
+ id = "chapel"
+ },
+/obj/structure/window/reinforced/polarized{
+ dir = 1;
+ id = "chapel"
+ },
+/obj/structure/window/reinforced/polarized{
+ dir = 8;
+ id = "chapel"
+ },
+/turf/simulated/floor/plating,
+/area/chapel/office)
+"bFi" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bFj" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 1
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bFk" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 5
+ },
+/obj/structure/flora/pottedplant/random,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bFl" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bFm" = (
+/obj/structure/bed/chair/wood{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bFn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bFo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/chapel/main)
+"bFp" = (
+/obj/machinery/button/windowtint{
+ id = "chapel";
+ pixel_x = -6;
+ pixel_y = 28
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/machinery/button/remote/airlock{
+ desc = "A remote control-switch for the office door.";
+ id = "chapdoor";
+ name = "Office Door Control";
+ pixel_x = 6;
+ pixel_y = 28;
+ req_access = list(22)
+ },
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/office)
"bFq" = (
/obj/machinery/door/firedoor,
/obj/structure/cable{
@@ -42992,33 +48247,88 @@
},
/turf/simulated/floor/plating,
/area/hallway/primary/central_one)
+"bFt" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp{
+ pixel_y = 10
+ },
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/office)
+"bFu" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/polarized{
+ dir = 4;
+ id = "chapel"
+ },
+/obj/structure/window/reinforced/polarized{
+ id = "chapel"
+ },
+/obj/structure/window/reinforced/polarized{
+ dir = 8;
+ id = "chapel"
+ },
+/turf/simulated/floor/plating,
+/area/chapel/office)
"bFv" = (
/turf/simulated/wall,
/area/library)
+"bFw" = (
+/turf/simulated/floor/carpet,
+/area/chapel/main)
"bFx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
dir = 4
},
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/library)
-"bFB" = (
-/obj/structure/cable{
- d1 = 1;
+/obj/structure/table/wood,
+/obj/item/weapon/flame/candle,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bFy" = (
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bFz" = (
+/obj/structure/cable/green{
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "0-2"
},
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bFA" = (
+/obj/effect/landmark/costume/chicken,
+/obj/structure/table/rack,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
+"bFB" = (
+/obj/structure/table/stone/marble,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bFC" = (
+/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/library)
+/area/maintenance/bar)
"bFD" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -43048,6 +48358,49 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bFG" = (
+/obj/item/weapon/folder/yellow,
+/obj/item/device/eftpos{
+ eftpos_name = "Cargo Bay EFTPOS scanner"
+ },
+/obj/structure/table/standard{
+ name = "plastic table frame"
+ },
+/obj/machinery/camera/network/supply{
+ c_tag = "Cargo - Main Desk";
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/obj/item/device/multitool,
+/obj/machinery/computer/guestpass{
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bFH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/sortjunction/flipped{
+ dir = 2;
+ name = "Library";
+ sortType = "Library"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
"bFI" = (
/obj/structure/bed/chair{
dir = 4
@@ -43059,10 +48412,128 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bFJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
+"bFK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
+"bFL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bFM" = (
+/obj/structure/bed/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/office)
+"bFN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/item/weapon/nullrod/itembox,
+/turf/simulated/floor/carpet,
+/area/chapel/office)
+"bFO" = (
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bFP" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bFQ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bFR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bFS" = (
/obj/structure/table/rack,
/turf/simulated/floor/tiled,
/area/maintenance/medbay)
+"bFT" = (
+/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"
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
"bFU" = (
/obj/structure/closet,
/obj/random/loot,
@@ -43208,93 +48679,104 @@
},
/area/rnd/xenobiology/xenoflora)
"bGh" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/structure/bed/chair/office/dark,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bGi" = (
-/obj/structure/sign/nosmoking_1{
- pixel_x = -32
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/structure/table/standard,
-/obj/item/weapon/storage/fancy/vials,
-/obj/item/weapon/reagent_containers/dropper,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bGj" = (
-/obj/structure/bed/chair/office/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bGk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bGm" = (
+/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{
+ id_tag = "chapdoor";
+ name = "Chaplain's Office";
+ req_access = list(22)
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGi" = (
/obj/structure/cable/green{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bGn" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
},
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
},
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bGj" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bGk" = (
+/obj/machinery/firealarm/west,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
+"bGl" = (
+/obj/structure/table/wood,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - Booths";
+ dir = 1
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
+/turf/simulated/floor/carpet,
+/area/crew_quarters/bar)
+"bGm" = (
+/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/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/machinery/firealarm/east,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bGn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Chapel"
+ },
+/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/dark,
+/area/chapel/main)
"bGo" = (
/obj/machinery/camera/network/civilian_main{
c_tag = "Central Corridor - Camera 1";
dir = 4
},
+/obj/machinery/computer/guestpass{
+ pixel_x = -32
+ },
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bGp" = (
@@ -43360,18 +48842,126 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
-"bGy" = (
-/turf/simulated/floor/carpet,
-/area/library)
-"bGA" = (
+"bGt" = (
+/obj/effect/landmark/costume/commie,
+/obj/structure/table/rack,
/turf/simulated/floor/wood,
-/area/library)
-"bGG" = (
-/obj/structure/bookcase{
- name = "Forbidden Knowledge"
+/area/maintenance/bar)
+"bGu" = (
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_y = 0
+ },
+/obj/machinery/requests_console{
+ department = "Chapel";
+ departmentType = 1;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/office)
+"bGv" = (
+/obj/item/modular_computer/console/preset/civilian,
+/turf/simulated/floor/carpet,
+/area/chapel/office)
+"bGw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGx" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGy" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bGz" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
},
/turf/simulated/floor/tiled/dark,
-/area/library)
+/area/chapel/main)
+"bGA" = (
+/obj/effect/landmark/costume/elpresidente,
+/obj/structure/table/rack,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
+"bGB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/sortjunction/flipped{
+ dir = 2;
+ name = "Chapel Office";
+ sortType = "Chapel Office"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/research_port)
+"bGC" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Chaplain Office's Maintenance";
+ req_one_access = list(22)
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/chapel/office)
+"bGD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGF" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ icon_state = "intact-scrubbers";
+ dir = 9
+ },
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bGH" = (
+/obj/effect/floor_decal/spline/plain,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
"bGI" = (
/obj/effect/floor_decal/corner/lime/diagonal,
/obj/structure/cable/green{
@@ -43390,6 +48980,18 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
+"bGK" = (
+/obj/effect/floor_decal/spline/plain{
+ dir = 6;
+ icon_state = "spline_plain"
+ },
+/obj/structure/flora/pottedplant/random,
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bGL" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bGM" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/turf/simulated/floor/tiled/white,
@@ -43437,6 +49039,15 @@
/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bGP" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bGQ" = (
/obj/structure/table/standard,
/obj/item/weapon/scalpel,
@@ -43449,6 +49060,11 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bGR" = (
+/obj/structure/closet/wardrobe/chaplain_black,
+/obj/item/weapon/storage/fancy/crayons,
+/turf/simulated/floor/wood,
+/area/chapel/office)
"bGS" = (
/obj/random/junk,
/turf/simulated/floor/plating,
@@ -43782,46 +49398,28 @@
/turf/simulated/floor/tiled/white,
/area/rnd/xenobiology/xenoflora)
"bHp" = (
-/obj/effect/floor_decal/corner/green/full{
- icon_state = "corner_white_full";
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/weapon/folder/purple,
-/obj/item/weapon/pen,
-/turf/simulated/floor/tiled/white,
-/area/rnd/xenobiology/xenoflora)
-"bHq" = (
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/mauve/full,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bHr" = (
+/obj/machinery/disposal,
/obj/machinery/alarm{
dir = 1;
icon_state = "alarm0";
pixel_y = -22
},
-/obj/machinery/camera/network/research{
- c_tag = "Research - Chemistry Laboratory";
- dir = 1;
- network = list("Research")
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bHq" = (
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/wood,
+/area/chapel/office)
+"bHr" = (
+/obj/structure/flora/pottedplant/random,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/obj/machinery/chem_master,
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/obj/structure/cable/green,
+/turf/simulated/floor/wood,
+/area/chapel/office)
"bHs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -43830,45 +49428,57 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bHt" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/carpet,
+/area/chapel/main)
+"bHu" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
dir = 1
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 2
},
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bHu" = (
-/obj/structure/table/standard,
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
-"bHv" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 8
+ },
+/area/chapel/main)
+"bHv" = (
+/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,
+/area/chapel/main)
"bHw" = (
/obj/structure/cable{
d1 = 2;
@@ -43917,33 +49527,26 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bHz" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
+ d2 = 8;
+ icon_state = "0-8"
},
/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/area/hallway/primary/aft)
"bHA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
/obj/structure/cable/green{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bHB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -44021,69 +49624,175 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bHF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
+/obj/machinery/light,
/obj/structure/cable/green{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
"bHG" = (
-/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,
-/area/hallway/primary/central_one)
-"bHI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
/obj/structure/cable/green{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ icon_state = "intact-supply";
+ dir = 9
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"bHH" = (
+/obj/structure/closet/crate,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bHI" = (
+/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";
+ pixel_y = 0
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bHJ" = (
+/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/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=CS2";
- location = "CS1"
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
-"bHR" = (
-/obj/structure/bed/chair/comfy/black{
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bHK" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Librarian"
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/simulated/floor/tiled/dark,
-/area/library)
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bHL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bHM" = (
+/obj/structure/curtain/black,
+/turf/simulated/floor/wood,
+/area/maintenance/bar)
+"bHN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bHO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Maintenance Access";
+ req_access = null;
+ req_one_access = list(12,66)
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/library)
+"bHP" = (
+/obj/machinery/camera/network/medbay{
+ c_tag = "Medical - Port 3";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/effect/floor_decal/corner/lime{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/turf/simulated/floor/tiled,
+/area/medical/medbay)
+"bHQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/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,
+/area/crew_quarters/sleep/main)
+"bHR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bHS" = (
+/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{
+ name = "Maintenance Access";
+ req_access = null;
+ req_one_access = list(12,66)
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/sleep/main)
"bHT" = (
/obj/machinery/door/firedoor,
/obj/structure/grille,
@@ -44117,6 +49826,39 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled/white,
/area/medical/surgeryprep)
+"bHV" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/sleep/main)
+"bHW" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bHX" = (
+/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/unary/vent_scrubber/on,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bHY" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/obj/structure/table/glass,
@@ -44132,6 +49874,86 @@
/obj/structure/table/rack,
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bIa" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden{
+ dir = 8;
+ icon_state = "map"
+ },
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"bIb" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Cryogenics Control Room";
+ req_access = list(66)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden,
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"bIc" = (
+/obj/machinery/light{
+ dir = 4;
+ status = 2
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
+"bId" = (
+/obj/structure/table/standard,
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/item/weapon/storage/fancy/vials,
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bIe" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"bIf" = (
+/obj/machinery/door/firedoor,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/medical/cryo)
"bIg" = (
/obj/structure/cable{
d1 = 1;
@@ -44266,40 +50088,50 @@
/turf/simulated/wall/r_wall,
/area/rnd/misc_lab)
"bIv" = (
-/turf/simulated/wall,
-/area/outpost/research/chemistry)
-"bIw" = (
-/obj/machinery/door/airlock/research{
- name = "Miscellaneous Research Room";
- req_one_access = list(7)
- },
/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"
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/simulated/floor/plating,
+/area/medical/cryo)
+"bIw" = (
+/obj/machinery/light,
+/obj/structure/closet/emcloset,
/turf/simulated/floor/tiled/white,
-/area/outpost/research/chemistry)
+/area/crew_quarters/sleep/main)
"bIx" = (
-/obj/machinery/newscaster{
- pixel_y = -32
+/obj/structure/curtain/black,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bIy" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = 0
},
/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/area/hallway/primary/aft)
"bIz" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ icon_state = "map-scrubbers";
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/dark,
+/area/hydroponics)
"bIA" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -44307,21 +50139,86 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
"bIB" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bIC" = (
-/obj/machinery/light,
-/obj/item/device/radio/intercom{
- pixel_y = -26
+/obj/machinery/alarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/closet/emcloset,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bID" = (
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/simulated/floor/tiled,
+/area/hydroponics)
+"bIE" = (
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
+"bIF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled/ramp{
+ icon_state = "ramptop";
+ dir = 1
+ },
+/area/maintenance/bar)
+"bIG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/tiled,
+/area/maintenance/bar)
+"bIH" = (
+/obj/effect/landmark{
+ name = "JoinLateCryo"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
"bII" = (
+/turf/simulated/floor/tiled/ramp/bottom,
+/area/maintenance/bar)
+"bIJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/packageWrap,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bIK" = (
/turf/simulated/floor/tiled/dark,
-/area/library)
+/area/hydroponics)
"bIL" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
@@ -44346,6 +50243,34 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryprep)
+"bIO" = (
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 4
+ },
+/area/maintenance/bar)
+"bIP" = (
+/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/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 4
+ },
+/area/maintenance/bar)
"bIQ" = (
/obj/effect/floor_decal/corner/paleblue/diagonal,
/obj/structure/table/glass,
@@ -44410,6 +50335,24 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgerywing)
+"bIV" = (
+/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";
+ pixel_x = 0
+ },
+/turf/simulated/floor/tiled/ramp/bottom{
+ icon_state = "rampbot";
+ dir = 8
+ },
+/area/maintenance/bar)
"bIW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/red,
/obj/machinery/meter{
@@ -44494,50 +50437,74 @@
/turf/simulated/floor/plating,
/area/rnd/telesci)
"bJe" = (
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 9
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/computer/general_air_control{
- name = "Chamber Gas Sensor";
- sensors = list("misc_res_sensor" = "Chamber")
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bJf" = (
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bJg" = (
-/obj/machinery/atmospherics/unary/freezer,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bJh" = (
-/obj/machinery/atmospherics/unary/heater,
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bJi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bJf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/sleep/main)
+"bJg" = (
+/obj/machinery/light/small/emergency{
+ dir = 1
+ },
/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bJj" = (
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
+/area/maintenance/bar)
+"bJh" = (
+/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"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bJi" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ name = "Sorting Office";
+ sortType = "Sorting Office"
+ },
+/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/machinery/power/apc{
dir = 1;
@@ -44545,150 +50512,142 @@
pixel_x = 0;
pixel_y = 24
},
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJk" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJl" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJn" = (
-/obj/structure/sign/nosmoking_1{
- pixel_y = 32
- },
-/obj/machinery/camera/network/research{
- c_tag = "Research - Miscellaneous Lab"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJp" = (
-/obj/structure/closet/bombcloset,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bJq" = (
-/obj/machinery/door/airlock/maintenance{
- req_access = list(12)
- },
/obj/structure/cable{
- d1 = 1;
d2 = 2;
- icon_state = "1-2";
+ icon_state = "0-2";
pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
-/area/hallway/primary/central_one)
-"bJr" = (
-/obj/machinery/door/firedoor,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
+/area/maintenance/bar)
+"bJj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/obj/structure/window/reinforced{
+/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"
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/cargo)
+"bJk" = (
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar -Theatre";
dir = 8
},
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bJl" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/turf/simulated/floor/plating,
-/area/crew_quarters/sleep/cryo)
-"bJs" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bJm" = (
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Aft Corridor - Camera 1";
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Cryogenic Storage"
+/obj/machinery/newscaster{
+ pixel_x = -32
},
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bJt" = (
-/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"
- },
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
+/area/hallway/primary/aft)
+"bJn" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/autolathe,
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bJo" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bJp" = (
+/turf/simulated/floor/tiled,
+/area/maintenance/substation/civilian_west)
+"bJq" = (
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bJr" = (
+/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/machinery/door/firedoor,
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bJs" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Equipment Storage";
+ req_access = list(31)
+ },
+/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"
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/lobby)
+"bJt" = (
+/obj/structure/window/reinforced,
+/obj/structure/table/standard,
+/obj/item/weapon/packageWrap,
+/obj/item/weapon/packageWrap,
+/obj/machinery/alarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22;
+ pixel_y = 0
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bJu" = (
/turf/simulated/wall,
/area/crew_quarters/locker/locker_toilet)
"bJv" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms"
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Break Room";
+ req_access = list(31)
},
/obj/structure/cable/green{
d1 = 1;
@@ -44696,10 +50655,154 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/quartermaster/break_room)
+"bJw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mail Sorting";
+ req_access = list(50)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
+/area/quartermaster/mail_room)
+"bJx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Maintenance";
+ req_access = list(31)
+ },
+/turf/simulated/floor/plating,
+/area/maintenance/cargo)
+"bJy" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/effect/floor_decal/corner/brown/full{
+ icon_state = "corner_white_full";
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/mail_room)
+"bJz" = (
+/obj/structure/weightlifter,
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 5
+ },
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 10
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/firealarm/west,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/break_room)
+"bJA" = (
+/obj/effect/floor_decal/corner/red/diagonal,
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/break_room)
+"bJB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/table/standard,
+/obj/item/device/destTagger,
+/obj/effect/floor_decal/corner/brown{
+ dir = 10
+ },
+/obj/machinery/light,
+/obj/structure/noticeboard{
+ pixel_y = -32
+ },
+/turf/simulated/floor/tiled,
+/area/quartermaster/mail_room)
+"bJC" = (
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Break Room";
+ req_access = list(31)
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/tiled,
+/area/quartermaster/break_room)
+"bJD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bJE" = (
+/obj/machinery/portable_atmospherics/canister/air/airlock,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bJF" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bJG" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bJH" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/lino,
+/area/crew_quarters/bar)
+"bJI" = (
+/obj/machinery/computer/guestpass{
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
+"bJJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/crew_quarters/bar)
"bJK" = (
/obj/structure/cable{
d1 = 1;
@@ -44771,50 +50874,33 @@
/turf/simulated/floor/plating,
/area/maintenance/research_port)
"bJR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bJS" = (
/turf/simulated/open,
/area/turbolift/research_station)
"bJT" = (
-/obj/structure/table/standard,
-/obj/machinery/newscaster{
- pixel_y = 32
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 8
- },
-/obj/item/clothing/mask/gas,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/firealarm/south,
/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
+/area/crew_quarters/bar)
"bJU" = (
-/obj/machinery/newscaster{
- pixel_y = 32
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
+/area/crew_quarters/kitchen)
"bJV" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -44823,299 +50909,128 @@
/turf/simulated/floor/tiled/white,
/area/rnd/telesci)
"bJW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 32
},
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/bar)
+"bJX" = (
+/obj/machinery/gibber,
+/obj/machinery/firealarm/east,
+/turf/simulated/floor/tiled/freezer{
+ name = "cold storage tiles";
+ temperature = 278
+ },
+/area/crew_quarters/kitchen)
+"bJY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner/grey/diagonal,
/obj/structure/disposalpipe/segment{
- dir = 1;
+ dir = 2;
icon_state = "pipe-c"
},
/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bJX" = (
+/area/crew_quarters/kitchen)
+"bJZ" = (
+/obj/effect/floor_decal/corner/red/diagonal,
/obj/structure/cable/green{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/light{
- dir = 1
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -28
},
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bJY" = (
-/obj/structure/table/standard,
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
dir = 1
},
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/item/weapon/folder/purple,
/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bJZ" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
+/area/hallway/primary/aft)
"bKa" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bKb" = (
-/obj/machinery/atmospherics/pipe/manifold/visible,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bKc" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKe" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
/obj/structure/cable/green{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- 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/tiled/white,
-/area/rnd/misc_lab)
-"bKg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKh" = (
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKi" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bKk" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/machinery/ringer{
+ department = "Kitchen";
+ id = "kitchen_ringer";
+ pixel_x = 0;
+ pixel_y = -30;
+ req_access = list(28)
},
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bKl" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/light{
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
dir = 4
},
/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bKm" = (
-/obj/machinery/door/airlock/glass,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bKn" = (
-/obj/machinery/door/airlock/glass,
-/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"
+/area/crew_quarters/kitchen)
+"bKb" = (
+/obj/effect/floor_decal/spline/plain{
+ icon_state = "spline_plain";
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bKo" = (
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/power/apc{
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/bar)
+"bKc" = (
+/obj/structure/table/standard,
+/turf/simulated/floor/plating,
+/area/maintenance/bar)
+"bKd" = (
+/obj/effect/floor_decal/corner/grey/diagonal,
+/obj/structure/table/stone/marble,
+/obj/item/weapon/material/knife/hook,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Kitchen - East";
dir = 8;
- name = "west bump";
- pixel_x = -24
+ network = list("Civilian Main","Capt_Office")
},
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bKp" = (
-/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/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bKq" = (
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bKr" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bKs" = (
-/obj/structure/toilet{
- pixel_y = 8
+/turf/simulated/floor/tiled/white,
+/area/crew_quarters/kitchen)
+"bKe" = (
+/obj/effect/floor_decal/spline/plain{
+ dir = 10;
+ icon_state = "spline_plain"
},
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bKf" = (
+/obj/effect/floor_decal/spline/plain,
+/turf/simulated/floor/wood,
+/area/crew_quarters/bar)
+"bKg" = (
/obj/machinery/light/small{
dir = 4
},
/turf/simulated/floor/tiled/freezer,
/area/crew_quarters/locker/locker_toilet)
-"bKx" = (
-/obj/structure/table/wood,
-/obj/machinery/recharger,
+"bKh" = (
+/obj/machinery/firealarm/south,
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/bar)
+"bKi" = (
+/obj/effect/floor_decal/spline/fancy/wood,
+/obj/machinery/light,
/turf/simulated/floor/wood,
-/area/library)
-"bKA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"bKD" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"bKE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
+/area/crew_quarters/bar)
+"bKm" = (
+/obj/machinery/door/airlock/glass,
+/turf/simulated/floor/tiled,
+/area/hallway/primary/aft)
"bKF" = (
/obj/structure/cable{
d1 = 4;
@@ -45183,211 +51098,16 @@
/obj/structure/closet/crate,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bKP" = (
-/obj/structure/table/standard,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Telescience Lab";
- departmentType = 2;
- name = "Requests Console";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bKQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/bed/chair/office/light,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
"bKR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/tiled/white,
/area/rnd/telesci)
-"bKS" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bKT" = (
-/obj/structure/table/standard,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Telescience Laboratory";
- dir = 8;
- network = list("Research")
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bKU" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Miscellaneous Gas Controller";
- dir = 4;
- network = list("Research")
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bKV" = (
-/obj/machinery/atmospherics/valve,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bKW" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKX" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKY" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bKZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLb" = (
-/obj/structure/closet/secure_closet/scientist,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLc" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/effect/landmark{
- name = "JoinLateCryo"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bLd" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/landmark{
- name = "JoinLateCryo"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bLe" = (
-/obj/machinery/computer/cryopod{
- pixel_x = 32
- },
-/obj/effect/landmark{
- name = "JoinLateCryo"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
"bLf" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bLg" = (
-/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"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bLh" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 5
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bLi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bLj" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
"bLs" = (
/obj/structure/cable{
d1 = 1;
@@ -45458,249 +51178,12 @@
/obj/random/junk,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bLz" = (
-/obj/machinery/button/remote/blast_door{
- id = "telescience";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access = list(55)
- },
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/obj/effect/floor_decal/corner/mauve/diagonal{
- icon_state = "corner_white_diagonal";
- dir = 8
- },
-/obj/item/device/radio/intercom{
- dir = 0;
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/obj/structure/table/standard,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bLA" = (
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/obj/effect/floor_decal/corner/mauve/diagonal{
- icon_state = "corner_white_diagonal";
- dir = 8
- },
-/obj/machinery/computer/telescience{
- starting_crystals = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bLB" = (
-/obj/structure/table/reinforced,
-/obj/item/device/gps/science,
-/obj/item/device/gps/science,
-/obj/item/device/gps/science,
-/obj/item/device/gps/science,
-/obj/effect/floor_decal/corner/mauve/diagonal,
-/obj/effect/floor_decal/corner/mauve/diagonal{
- icon_state = "corner_white_diagonal";
- dir = 8
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bLC" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
"bLD" = (
/turf/simulated/floor/tiled/white,
/area/rnd/telesci)
-"bLE" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/structure/closet/bombcloset,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bLF" = (
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bLG" = (
-/obj/machinery/atmospherics/binary/pump{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bLH" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/machinery/button/remote/blast_door{
- desc = "It controls Misc. Science's vacuum inlet.";
- id = "MiscPump";
- name = "Misc. Science Vacuum Pump";
- pixel_y = -28
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bLI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bLJ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/floor_decal/corner/mauve/full,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLL" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLN" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLO" = (
-/obj/structure/table/standard,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLP" = (
-/obj/structure/closet/bombcloset,
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bLQ" = (
-/obj/machinery/cryopod{
- icon_state = "body_scanner_0";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
-"bLS" = (
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bLT" = (
-/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,
-/area/hallway/primary/aft)
"bLU" = (
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bLV" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bLW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bLX" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bMi" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"bMj" = (
-/turf/simulated/wall,
-/area/maintenance/library)
"bMk" = (
/obj/machinery/door/airlock/maintenance{
name = "Firefighting equipment";
@@ -45789,134 +51272,9 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bMu" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bMv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bMw" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bMx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
- dir = 8;
- icon_state = "twindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bMy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
- dir = 4;
- icon_state = "twindow"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bMz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Autopsy Room";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bMA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/turf/simulated/wall/r_wall,
-/area/rnd/misc_lab)
-"bMB" = (
-/obj/machinery/door/window/southright{
- heat_proof = 1;
- name = "Test Chamber";
- req_one_access = list(7,29)
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bMC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/random/junk,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
"bMD" = (
/turf/simulated/wall,
/area/chapel/office)
-"bME" = (
-/obj/machinery/newscaster{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bMF" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12;
- pixel_y = 5
- },
-/obj/structure/mirror{
- dir = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bMG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bML" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/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)
"bMM" = (
/obj/structure/closet/hydrant{
pixel_x = -32
@@ -45994,148 +51352,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bMX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 5
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bMY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bMZ" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/portable_atmospherics/powered/pump/filled,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bNa" = (
-/obj/machinery/computer/operating{
- name = "Robotics Operating Computer"
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bNb" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bNc" = (
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/structure/table/standard,
-/obj/machinery/camera/network/research{
- c_tag = "Research - Autopsy"
- },
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bNd" = (
-/obj/item/toy/figure,
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bNe" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 1;
- icon_state = "pdoor0";
- id = "MiscBlast";
- name = "Misc Science Blast Doors";
- opacity = 0
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bNf" = (
-/obj/item/stack/material/steel{
- amount = -5;
- description_info = "A non-stack of non-metal. You're not sure how it exists or why it's stable.";
- name = "Non-sheet of non-steel";
- origin_tech = "materials=-1"
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bNg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/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/research_port)
-"bNh" = (
-/obj/structure/crematorium{
- _wifi_id = "chapel_crema"
- },
-/turf/simulated/floor/tiled/dark,
-/area/chapel/office)
-"bNi" = (
-/obj/machinery/button/crematorium{
- _wifi_id = "chapel_crema";
- pixel_x = -32;
- pixel_y = 25
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/chapel/office)
-"bNj" = (
-/obj/structure/morgue{
- icon_state = "morgue1";
- dir = 2
- },
-/turf/simulated/floor/tiled/dark,
-/area/chapel/office)
-"bNl" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bNm" = (
-/obj/machinery/door/airlock{
- name = "Unit 3"
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bNn" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/recharge_station,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bNq" = (
-/obj/structure/closet/crate,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"bNr" = (
/obj/structure/table/rack{
dir = 1
@@ -46258,104 +51474,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bNF" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced,
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 1
- },
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 4
- },
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 8
- },
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "telescience";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "Biohazard";
- name = "Biohazard Shutter";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/rnd/telesci)
-"bNG" = (
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "telescience";
- name = "Containment Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/northleft,
-/obj/machinery/door/window/southright,
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bNH" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 4;
- status = 2
- },
-/obj/machinery/firealarm/east,
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bNI" = (
-/obj/machinery/optable,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bNJ" = (
-/obj/structure/closet/crate/freezer,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bNK" = (
-/obj/machinery/door/window/southright{
- dir = 1;
- heat_proof = 1;
- name = "Test Chamber";
- req_one_access = list(7,29)
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bNM" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bNN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"bNO" = (
/obj/structure/sign/directions/evac{
dir = 1;
@@ -46371,14 +51489,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bNP" = (
-/obj/machinery/door/airlock{
- name = "Unisex Showers"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
"bNW" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -46423,19 +51533,6 @@
/obj/random/loot,
/turf/simulated/floor/plating,
/area/maintenance/medbay)
-"bOc" = (
-/obj/machinery/portable_atmospherics/canister/air/airlock,
-/obj/machinery/atmospherics/portables_connector{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bOd" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
"bOe" = (
/obj/item/device/t_scanner,
/obj/structure/table/steel,
@@ -46479,193 +51576,12 @@
},
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bOh" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 1;
- 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)
-"bOi" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Telescience Test Chamber";
- dir = 4;
- network = list("Research")
- },
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bOj" = (
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bOk" = (
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 10
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bOl" = (
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bOm" = (
-/obj/effect/floor_decal/corner/mauve/full,
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bOn" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bOo" = (
-/obj/structure/table/standard,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/retractor,
-/obj/item/weapon/scalpel,
-/obj/effect/floor_decal/corner/mauve/full{
- icon_state = "corner_white_full";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/misc_lab)
-"bOp" = (
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bOq" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bOr" = (
-/obj/machinery/air_sensor{
- frequency = 1439;
- id_tag = "misc_res_sensor"
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bOs" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bOt" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bOu" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 1
- },
-/obj/machinery/camera/network/civilian_main{
- c_tag = "Chapel - Office";
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bOv" = (
-/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,
-/area/hallway/primary/aft)
-"bOw" = (
-/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 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"bOx" = (
/obj/item/device/radio/intercom{
pixel_x = 32
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bOy" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bOz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bOA" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 8;
- icon_state = "shower";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bOC" = (
-/obj/machinery/lapvend,
-/turf/simulated/floor/wood,
-/area/library)
-"bOJ" = (
-/obj/machinery/photocopier,
-/obj/machinery/light,
-/turf/simulated/floor/wood,
-/area/library)
"bOO" = (
/obj/structure/window/reinforced/tinted,
/obj/structure/window/reinforced/tinted{
@@ -46680,75 +51596,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/maintenance/medbay)
-"bOR" = (
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- layer = 3.3;
- master_tag = "brig_solar_inner";
- name = "interior access button";
- pixel_x = -25;
- pixel_y = -25;
- req_access = list(13)
- },
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bOS" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bOT" = (
-/obj/machinery/telepad,
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bOU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Miscellaneous Research Room";
- req_one_access = list(7,29)
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bOV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bOW" = (
-/obj/machinery/button/windowtint{
- id = "chapel";
- pixel_x = -6;
- pixel_y = 28
- },
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/obj/machinery/button/remote/airlock{
- desc = "A remote control-switch for the office door.";
- id = "chapdoor";
- name = "Office Door Control";
- pixel_x = 6;
- pixel_y = 28;
- req_access = list(22)
- },
-/obj/item/weapon/pen,
-/obj/machinery/newscaster{
- pixel_x = -32
- },
-/turf/simulated/floor/carpet,
-/area/chapel/office)
"bOY" = (
/turf/simulated/floor/wood,
/area/chapel/office)
@@ -46756,103 +51603,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/chapel/office)
-"bPa" = (
-/obj/machinery/light{
- dir = 4;
- status = 2
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bPb" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced/polarized{
- dir = 4;
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 1;
- id = "chapel"
- },
-/turf/simulated/floor/plating,
-/area/chapel/office)
-"bPc" = (
-/obj/machinery/station_map{
- dir = 8;
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bPd" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bPe" = (
-/obj/structure/curtain/open/shower,
-/obj/machinery/shower{
- dir = 8;
- icon_state = "shower";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bPg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bPh" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civilian_eva_inner";
- locked = 1;
- name = "Engineering External Access";
- req_access = list(13)
- },
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bPi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
"bPj" = (
/obj/random/toolbox,
/obj/effect/decal/cleanable/dirt,
@@ -46928,183 +51678,9 @@
/obj/effect/decal/cleanable/liquid_fuel,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bPs" = (
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/dark,
-/area/rnd/telesci)
-"bPt" = (
-/obj/machinery/light/small,
-/obj/effect/floor_decal/corner/mauve,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bPu" = (
-/obj/effect/floor_decal/corner/mauve,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bPv" = (
-/obj/effect/floor_decal/corner/mauve,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/rnd/telesci)
-"bPw" = (
-/obj/machinery/atmospherics/unary/vent_pump/siphon{
- dir = 1
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bPx" = (
-/obj/machinery/atmospherics/unary/outlet_injector{
- dir = 1;
- id = null;
- use_power = 1
- },
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bPy" = (
-/obj/structure/bed/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chaplain"
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/turf/simulated/floor/carpet,
-/area/chapel/office)
-"bPz" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/item/weapon/nullrod/itembox,
-/turf/simulated/floor/carpet,
-/area/chapel/office)
-"bPA" = (
-/obj/structure/bed/chair{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bPC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- 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/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bPD" = (
-/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{
- id_tag = "chapdoor";
- name = "Chaplain's Office";
- req_access = list(22)
- },
-/turf/simulated/floor/tiled,
-/area/chapel/office)
-"bPE" = (
-/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/tiled,
-/area/hallway/primary/aft)
-"bPF" = (
-/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"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bPG" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 32
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bPH" = (
-/turf/simulated/wall,
-/area/hallway/primary/aft)
"bPI" = (
/turf/simulated/wall,
/area/crew_quarters/kitchen)
-"bPJ" = (
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"bPK" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -47118,23 +51694,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"bPO" = (
-/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/library)
"bPQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
icon_state = "intact-scrubbers";
@@ -47150,48 +51709,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"bPR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bPS" = (
-/obj/machinery/embedded_controller/radio/airlock/airlock_controller{
- frequency = 1379;
- id_tag = "civilian_eva_airlock";
- pixel_x = 25;
- req_access = list(13);
- tag_airpump = "civilian_eva_pump";
- tag_chamber_sensor = "civilian_eva_sensor";
- tag_exterior_door = "civilian_eva_outer";
- tag_interior_door = "civilian_eva_inner"
- },
-/obj/machinery/airlock_sensor{
- frequency = 1379;
- id_tag = "civilian_eva_sensor";
- pixel_x = 25;
- pixel_y = 12
- },
-/obj/machinery/atmospherics/unary/vent_pump/high_volume{
- dir = 1;
- frequency = 1379;
- id_tag = "civilian_eva_pump"
- },
-/obj/effect/decal/warning_stripes,
-/obj/machinery/light/small/emergency{
- dir = 8
- },
-/obj/machinery/camera/network/engineering{
- c_tag = "Engineering - Aft Maint EVA";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
"bPT" = (
/obj/item/stack/tile/floor,
/turf/simulated/floor/plating,
@@ -47205,78 +51722,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled/white,
/area/maintenance/research_port)
-"bPW" = (
-/obj/effect/floor_decal/corner/mauve,
-/obj/effect/floor_decal/corner/mauve{
- icon_state = "corner_white";
- dir = 1
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance Access";
- req_access = list(47)
- },
-/turf/simulated/floor/tiled/white,
-/area/maintenance/research_port)
-"bPX" = (
-/obj/machinery/camera/network/research{
- c_tag = "Research - Miscellaneous Testing Chamber";
- dir = 1;
- network = list("Research")
- },
-/obj/machinery/light,
-/turf/simulated/floor/reinforced,
-/area/rnd/misc_lab)
-"bPY" = (
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/requests_console{
- department = "Chapel";
- departmentType = 1;
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet,
-/area/chapel/office)
-"bPZ" = (
-/obj/item/modular_computer/console/preset/civilian,
-/turf/simulated/floor/carpet,
-/area/chapel/office)
-"bQa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bQb" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bQc" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced/polarized{
- dir = 4;
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 1;
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "chapel"
- },
-/obj/structure/window/reinforced/polarized{
- id = "chapel"
- },
-/turf/simulated/floor/plating,
-/area/chapel/office)
"bQd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -47287,117 +51732,10 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bQe" = (
-/obj/structure/table/reinforced,
-/obj/item/glass_jar,
-/obj/item/device/eftpos{
- eftpos_name = "Kitchen EFTPOS scanner"
- },
-/obj/machinery/button/remote/blast_door{
- id = "kitchenshutters01";
- name = "Canteen Shutters Control";
- pixel_x = 0;
- pixel_y = 28;
- req_access = list(28)
- },
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Kitchen - Canteen";
- c_tag_order = 999;
- dir = 2;
- network = list("Service")
- },
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQf" = (
-/obj/machinery/vending/dinnerware,
-/obj/machinery/light{
- dir = 1;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/machinery/firealarm/north,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQg" = (
-/obj/machinery/ringer{
- department = "Kitchen";
- id = "kitchen_ringer";
- pixel_x = 0;
- pixel_y = 30;
- req_access = list(28)
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQh" = (
-/obj/machinery/door/firedoor,
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
-"bQi" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/chemical_dispenser/bar_alc/full{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQj" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQk" = (
-/obj/machinery/chem_master/condimaster,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQl" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/reagent_containers/food/condiment/enzyme,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bQp" = (
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"bQq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
-"bQr" = (
-/obj/machinery/door/airlock/external{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "civilian_eva_outer";
- locked = 1;
- name = "Engineering External Access";
- req_access = list(13)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/medbay)
"bQs" = (
/obj/effect/decal/cleanable/generic,
/turf/simulated/floor/tiled/white,
@@ -47447,181 +51785,12 @@
/obj/effect/decal/cleanable/liquid_fuel,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bQx" = (
-/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{
- name = "Maintenance Access";
- req_access = list(12)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bQy" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 8
- },
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 1
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "MiscBlast";
- name = "Misc Science Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "Biohazard";
- name = "Biohazard Shutter";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bQz" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 1
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "MiscBlast";
- name = "Misc Science Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "Biohazard";
- name = "Biohazard Shutter";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bQA" = (
-/obj/structure/grille,
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 4
- },
-/obj/structure/window/phoronreinforced{
- icon_state = "phoronrwindow";
- dir = 1
- },
-/obj/structure/window/phoronreinforced,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "MiscBlast";
- name = "Misc Science Blast Doors";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/regular{
- density = 0;
- dir = 4;
- icon_state = "pdoor0";
- id = "Biohazard";
- name = "Biohazard Shutter";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/rnd/misc_lab)
-"bQB" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Chaplain Office's Maintenance";
- req_one_access = list(22)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/chapel/office)
-"bQC" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bQD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
"bQE" = (
/obj/machinery/light{
dir = 8
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bQF" = (
-/obj/item/weapon/stool/padded,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bQG" = (
-/obj/structure/table/reinforced,
-/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/white{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/door/blast/shutters{
- density = 1;
- dir = 8;
- icon_state = "shutter1";
- id = "kitchenshutters01";
- name = "Kitchen Shutters";
- opacity = 1
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/crew_quarters/kitchen)
-"bQH" = (
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bQI" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bQO" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -47632,12 +51801,6 @@
},
/turf/simulated/floor/tiled,
/area/quartermaster/mail_room)
-"bQQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bQS" = (
/obj/structure/table/reinforced/steel,
/obj/machinery/recharger,
@@ -47665,129 +51828,6 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bQX" = (
-/obj/machinery/light/small/emergency{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bQY" = (
-/obj/effect/decal/cleanable/dirt,
-/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)
-"bQZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/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{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bRa" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bRb" = (
-/obj/effect/decal/cleanable/generic,
-/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)
-"bRc" = (
-/obj/structure/closet/wardrobe/chaplain_black,
-/obj/item/weapon/storage/fancy/crayons,
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bRd" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bRe" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bRf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/chapel/office)
-"bRg" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/flora/pottedplant/random,
-/obj/machinery/power/apc{
- dir = 4;
- name = "east bump";
- pixel_x = 24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/wood,
-/area/chapel/office)
"bRh" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -47806,89 +51846,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bRj" = (
-/obj/effect/floor_decal/industrial/loading{
- icon_state = "loadingarea";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bRk" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/white{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/door/blast/shutters{
- density = 1;
- dir = 8;
- icon_state = "shutter1";
- id = "kitchenshutters01";
- name = "Kitchen Shutters";
- opacity = 1
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/crew_quarters/kitchen)
-"bRl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bRm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bRn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bRo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 2;
- name = "Kitchen";
- req_access = list(28);
- req_one_access = null
- },
-/obj/machinery/door/firedoor/multi_tile{
- dir = 2
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bRp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bRx" = (
/obj/structure/barricade,
/turf/simulated/floor/plating,
@@ -47912,20 +51869,6 @@
/obj/random/junk,
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"bRA" = (
-/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/bar)
"bRB" = (
/obj/item/stack/tile/floor,
/obj/effect/decal/cleanable/dirt,
@@ -47965,127 +51908,14 @@
"bRJ" = (
/turf/simulated/wall,
/area/maintenance/cargo)
-"bRK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance Access";
- req_access = list(12)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/cargo)
"bRL" = (
/turf/simulated/wall,
/area/hydroponics)
-"bRN" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 8
- },
-/obj/structure/sign/botany{
- pixel_x = -32
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bRO" = (
-/obj/structure/table/reinforced,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/obj/item/toy/figure/chef,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bRP" = (
-/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,
-/area/crew_quarters/kitchen)
-"bRQ" = (
-/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,
-/area/crew_quarters/kitchen)
-"bRS" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/microwave{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bRU" = (
/obj/structure/closet,
/obj/random/loot,
/turf/simulated/floor/tiled,
/area/maintenance/research_port)
-"bRV" = (
-/obj/structure/table/standard,
-/obj/item/device/flashlight/lamp,
-/obj/item/stack/tile/floor,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/research_port)
-"bRW" = (
-/obj/item/weapon/paper,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/research_port)
-"bRX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/sortjunction/flipped{
- dir = 2;
- name = "Hydroponics";
- sortType = "Hydroponics"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/cargo)
-"bSk" = (
-/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/green{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"bSl" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -48105,44 +51935,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bSn" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bSo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bSp" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/reagent_containers/glass/beaker/bowl,
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bSt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/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,
-/area/crew_quarters/kitchen)
-"bSu" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bSv" = (
/turf/simulated/floor/plating,
/area/maintenance/bar)
@@ -48152,11 +51944,6 @@
"bSx" = (
/turf/simulated/wall,
/area/maintenance/bar)
-"bSy" = (
-/obj/item/weapon/bedsheet/clown,
-/obj/structure/bed,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
"bSz" = (
/obj/effect/decal/cleanable/dirt,
/obj/random/junk,
@@ -48185,35 +51972,6 @@
"bSD" = (
/turf/simulated/floor/tiled,
/area/maintenance/research_port)
-"bSE" = (
-/obj/structure/table/standard,
-/obj/item/weapon/folder/white,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bSF" = (
-/obj/item/weapon/stool,
-/obj/item/weapon/paper,
-/obj/item/stack/tile/floor,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bSG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/research_port)
-"bSH" = (
-/obj/item/stack/tile/floor,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
"bSI" = (
/obj/structure/cable{
d1 = 1;
@@ -48226,29 +51984,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/maintenance/cargo)
-"bSL" = (
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"bSO" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"bSQ" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"bST" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"bSU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable/green{
@@ -48267,249 +52002,17 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bSW" = (
-/obj/machinery/alarm{
- name = "freezer alarm";
- pixel_y = 32;
- target_temperature = 278
- },
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bSX" = (
-/obj/structure/sink/kitchen{
- pixel_y = 28
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bSY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bSZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bTa" = (
-/obj/machinery/door/firedoor,
-/obj/structure/plasticflaps/airtight,
-/obj/machinery/door/airlock/freezer{
- name = "Kitchen cold room";
- req_access = list(28)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer{
- name = "freezer storage tiles";
- temperature = 253.15
- },
-/area/crew_quarters/kitchen)
-"bTb" = (
-/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/kitchen)
-"bTc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- icon_state = "map-scrubbers";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bTd" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/reagentgrinder{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bTj" = (
/turf/simulated/floor/carpet,
/area/maintenance/bar)
-"bTk" = (
-/obj/structure/closet{
- icon_closed = "cabinet_closed";
- icon_opened = "cabinet_open";
- icon_state = "cabinet_closed"
- },
-/obj/effect/landmark/costume/imperium_monk,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
"bTl" = (
/obj/structure/closet/crate,
/turf/simulated/floor/tiled,
/area/maintenance/research_port)
-"bTm" = (
-/obj/structure/table/standard,
-/obj/machinery/button/remote/airlock{
- id = "maint_dungeon";
- pixel_x = 4;
- pixel_y = 8
- },
-/obj/machinery/button/windowtint{
- id = "maint_cell";
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/machinery/light_switch{
- pixel_x = -4
- },
-/obj/item/weapon/paper,
-/obj/item/weapon/paper,
-/obj/item/weapon/pen,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/tiled/white,
-/area/maintenance/research_port)
-"bTn" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bTy" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bTA" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bTB" = (
-/obj/structure/closet/crate/freezer,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bTD" = (
-/obj/structure/sink/kitchen{
- dir = 4;
- icon_state = "sink_alt";
- pixel_x = -20
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bTE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bTF" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/material/kitchen/rollingpin,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"bTI" = (
/obj/effect/landmark/costume/pirate,
/turf/simulated/floor/wood,
/area/maintenance/bar)
-"bTJ" = (
-/obj/random/junk,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"bTK" = (
-/obj/item/weapon/bedsheet/mime,
-/obj/structure/bed,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"bTL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized{
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 4;
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 1;
- id = "maint_cell"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bTM" = (
-/obj/machinery/door/airlock/research{
- icon_state = "door_locked";
- id_tag = "maint_dungeon";
- locked = 1;
- name = "Isolation Cell"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bTN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/polarized{
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 8;
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 4;
- id = "maint_cell"
- },
-/obj/structure/window/reinforced/polarized{
- dir = 1;
- id = "maint_cell"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
"bTY" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -48521,61 +52024,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bTZ" = (
-/obj/structure/kitchenspike,
-/obj/effect/floor_decal/industrial/outline/red,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bUb" = (
-/obj/machinery/gibber,
-/obj/effect/floor_decal/industrial/warning/full,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"bUd" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/material/knife/butch,
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bUe" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Kitchen - Southwest";
- c_tag_order = 999;
- dir = 1;
- network = list("Service")
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bUg" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- name = "Kitchen";
- req_access = list(28);
- req_one_access = null
- },
-/obj/machinery/door/firedoor/multi_tile,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"bUh" = (
-/obj/structure/window/reinforced/polarized{
- id = "theatre"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"bUi" = (
-/obj/structure/window/reinforced/polarized{
- id = "theatre"
- },
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
"bUj" = (
/obj/effect/landmark/costume/gladiator,
/obj/structure/table/rack,
@@ -48597,22 +52045,6 @@
/obj/structure/table/rack,
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"bUo" = (
-/obj/structure/table/standard,
-/obj/effect/decal/cleanable/cobweb2{
- icon_state = "cobweb1"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bUp" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
"bUy" = (
/obj/machinery/status_display{
pixel_x = 32
@@ -48625,11 +52057,6 @@
"bUB" = (
/turf/simulated/floor/lino,
/area/crew_quarters/bar)
-"bUC" = (
-/obj/structure/closet/gmcloset,
-/obj/item/weapon/flame/lighter/zippo,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"bUE" = (
/obj/machinery/door/blast/shutters{
dir = 2;
@@ -48640,192 +52067,18 @@
/obj/structure/table/reinforced,
/turf/simulated/floor/lino,
/area/crew_quarters/bar)
-"bUF" = (
-/obj/machinery/vending/boozeomat{
- req_access = list(25)
- },
-/turf/simulated/wall,
-/area/crew_quarters/kitchen)
-"bUH" = (
-/obj/structure/device/piano,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"bUI" = (
-/obj/effect/landmark/costume/chicken,
-/obj/structure/table/rack,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"bUJ" = (
-/obj/item/weapon/stool,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bUK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/remains/xeno,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bUL" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bUW" = (
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bUX" = (
-/obj/machinery/firealarm/north,
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/structure/table/wood,
-/obj/machinery/chemical_dispenser/coffeemaster/full{
- pixel_x = 2;
- pixel_y = 8
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bUY" = (
-/obj/structure/table/wood,
-/obj/machinery/chemical_dispenser/bar_alc/full{
- pixel_y = 10
- },
-/obj/structure/shotgun_rack/double{
- pixel_z = 30
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bUZ" = (
-/obj/structure/table/wood,
-/obj/machinery/chemical_dispenser/bar_soft/full{
- pixel_y = 5
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
"bVa" = (
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"bVb" = (
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bVc" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bVd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
"bVg" = (
/obj/item/weapon/stool/padded,
/turf/simulated/floor/carpet,
/area/maintenance/bar)
-"bVh" = (
-/obj/effect/landmark/costume/commie,
-/obj/structure/table/rack,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"bVi" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bVj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bVk" = (
-/obj/structure/bed,
-/obj/effect/decal/cleanable/cobweb2{
- icon_state = "spiderling";
- name = "dead spider"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/maintenance/research_port)
-"bVl" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"bVt" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"bVx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 6
- },
-/mob/living/carbon/human/monkey/punpun,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bVy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bVz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bVC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
"bVD" = (
/obj/effect/landmark/costume/plaguedoctor,
/obj/structure/table/rack,
/turf/simulated/floor/wood,
/area/maintenance/bar)
-"bVE" = (
-/obj/effect/landmark/costume/elpresidente,
-/obj/structure/table/rack,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
"bVF" = (
/obj/structure/table/rack,
/obj/random/loot,
@@ -48855,41 +52108,6 @@
/obj/item/weapon/reagent_containers/glass/rag,
/turf/simulated/floor/lino,
/area/crew_quarters/bar)
-"bVR" = (
-/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/spline/fancy/wood{
- tag = "icon-spline_fancy (EAST)";
- icon_state = "spline_fancy";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/firealarm/east,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bVS" = (
-/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/plating,
-/area/maintenance/cargo)
"bVT" = (
/obj/structure/cable{
d1 = 4;
@@ -48907,24 +52125,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/cargo)
-"bVU" = (
-/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/cargo)
"bVV" = (
/obj/structure/cable{
d1 = 1;
@@ -48962,43 +52162,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bWe" = (
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = 32;
- pixel_y = 4
- },
-/obj/structure/sign/directions/medical{
- dir = 1;
- icon_state = "direction_med";
- pixel_x = 32;
- pixel_y = -4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"bWg" = (
-/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/ramp/bottom{
- icon_state = "rampbot";
- dir = 4
- },
-/area/crew_quarters/bar)
"bWh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -49024,44 +52187,6 @@
"bWm" = (
/turf/simulated/wall,
/area/quartermaster/lobby)
-"bWu" = (
-/obj/structure/noticeboard{
- pixel_y = 32
- },
-/turf/simulated/floor/tiled/ramp/bottom{
- icon_state = "rampbot";
- dir = 4
- },
-/area/crew_quarters/bar)
-"bWv" = (
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bWw" = (
-/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/hologram/holopad,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bWA" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 3;
- icon_state = "spline_plain"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bWC" = (
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bWF" = (
/turf/simulated/floor/tiled/dark,
/area/turbolift/cargo_station)
@@ -49105,49 +52230,6 @@
/obj/structure/table/wood,
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"bWL" = (
-/obj/structure/table/wood,
-/obj/item/weapon/flame/candle,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bWO" = (
-/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/manifold4w/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bWP" = (
-/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/spline/plain{
- icon_state = "spline_plain";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bWR" = (
/obj/machinery/light/small/emergency{
icon_state = "bulb1";
@@ -49219,34 +52301,6 @@
},
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"bXh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/table/wood,
-/obj/item/weapon/flame/candle,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bXi" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 4;
- icon_state = "spline_plain"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bXk" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bXm" = (
-/obj/structure/table/rack,
-/obj/item/toy/crossbow,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bXn" = (
/obj/effect/floor_decal/corner/brown{
icon_state = "corner_white";
@@ -49302,52 +52356,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bXy" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bXB" = (
-/obj/structure/bed/chair/wood{
- dir = 4;
- icon_state = "wooden_chair"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bXE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"bXG" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 8;
- icon_state = "spline_plain"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bXJ" = (
-/obj/structure/curtain/black,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bXL" = (
-/obj/structure/table/rack,
-/obj/item/toy/katana,
-/obj/item/toy/cultsword,
-/obj/item/toy/sword,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bXM" = (
/obj/structure/cable{
d1 = 4;
@@ -49505,16 +52513,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"bYg" = (
-/obj/structure/table/rack,
-/obj/item/weapon/cane,
-/obj/item/clothing/head/collectable/tophat,
-/obj/item/weapon/cane,
-/obj/item/weapon/cane,
-/obj/item/clothing/head/collectable/tophat,
-/obj/item/clothing/head/collectable/tophat,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bYh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -49582,25 +52580,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bYA" = (
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - East";
- c_tag_order = 999;
- dir = 8;
- network = list("Service")
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bYC" = (
-/obj/structure/table/rack,
-/obj/item/clothing/head/collectable/rabbitears,
-/obj/item/weapon/gun/energy/wand/toy,
-/obj/item/clothing/head/collectable/tophat,
-/obj/item/weapon/deck/cards,
-/obj/item/clothing/glasses/monocle,
-/obj/machinery/light/small,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"bYD" = (
/obj/structure/cable{
d1 = 1;
@@ -49617,37 +52596,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/maintenance/cargo)
-"bYE" = (
-/obj/machinery/door/airlock/engineering{
- name = "Civilian (Main Level) Substation";
- req_one_access = list(11,24)
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/substation/civilian_west)
-"bYF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/alarm{
- pixel_y = 23
- },
-/turf/simulated/floor/plating,
-/area/maintenance/substation/civilian_west)
"bYG" = (
/obj/machinery/power/breakerbox/activated{
RCon_tag = "Civilian Main Substation Bypass"
@@ -49658,25 +52606,6 @@
/obj/turbolift_map_holder/aurora/cargo,
/turf/simulated/floor/tiled/dark,
/area/turbolift/cargo_station)
-"bYI" = (
-/obj/item/weapon/folder/yellow,
-/obj/item/device/eftpos{
- eftpos_name = "Cargo Bay EFTPOS scanner"
- },
-/obj/structure/table/standard{
- name = "plastic table frame"
- },
-/obj/machinery/camera/network/supply{
- c_tag = "Cargo - Main Desk";
- dir = 4
- },
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/item/device/multitool,
-/turf/simulated/floor/tiled,
-/area/quartermaster/lobby)
"bYL" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/green{
@@ -49714,17 +52643,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"bYS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"bYU" = (
/obj/machinery/power/terminal{
dir = 4
@@ -49787,59 +52705,6 @@
},
/turf/simulated/floor/tiled,
/area/quartermaster/lobby)
-"bZe" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 9
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bZf" = (
-/obj/structure/bed/chair/comfy/red,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bZh" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/disposalpipe/junction/yjunction{
- icon_state = "pipe-y";
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bZj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/spline/plain{
- icon_state = "spline_plain";
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bZl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/curtain/black,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bZm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/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/plating,
-/area/maintenance/bar)
"bZn" = (
/obj/structure/cable/green{
d2 = 4;
@@ -49897,20 +52762,6 @@
},
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"bZw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"bZy" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 4
- },
-/obj/machinery/firealarm/east,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"bZz" = (
/obj/structure/closet,
/obj/random/loot,
@@ -49973,29 +52824,6 @@
},
/turf/simulated/floor/plating,
/area/quartermaster/lobby)
-"bZM" = (
-/obj/item/weapon/storage/wallet/random,
-/obj/structure/table/wood/gamblingtable,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bZN" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"bZO" = (
-/obj/structure/bed/chair/wood{
- dir = 4;
- icon_state = "wooden_chair"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"bZV" = (
/obj/effect/floor_decal/spline/fancy/wood{
icon_state = "spline_fancy";
@@ -50122,27 +52950,6 @@
},
/turf/simulated/floor/tiled,
/area/quartermaster/lobby)
-"cak" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 6
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"cal" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
- dir = 4
- },
-/obj/item/weapon/storage/fancy/candle_box,
-/obj/item/weapon/storage/fancy/candle_box,
-/obj/item/weapon/storage/fancy/candle_box,
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/item/weapon/storage/box/matches,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"cam" = (
/obj/structure/cable/green{
d2 = 4;
@@ -50392,37 +53199,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"caX" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j1s";
- name = "Sorting Office";
- sortType = "Sorting Office"
- },
-/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/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 2;
- icon_state = "0-2";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"caY" = (
/turf/simulated/floor/tiled,
/area/quartermaster/storage)
@@ -50534,24 +53310,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"cbl" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/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/library)
"cbp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -51222,24 +53980,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/cargo)
-"cdA" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/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"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/cargo)
"cdG" = (
/obj/random/junk,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -52385,6 +55125,26 @@
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/eva)
+"cgb" = (
+/obj/structure/table/rack,
+/obj/item/clothing/mask/breath,
+/obj/item/stack/flag/purple,
+/obj/item/clothing/suit/space/void/mining,
+/obj/item/clothing/head/helmet/space/void/mining,
+/obj/structure/window/reinforced{
+ icon_state = "rwindow";
+ dir = 1
+ },
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/red{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/outpost/mining_main/eva)
"cgc" = (
/obj/effect/floor_decal/corner/brown{
icon_state = "corner_white";
@@ -52425,6 +55185,27 @@
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/eva)
+"cgh" = (
+/obj/structure/table/rack,
+/obj/item/clothing/mask/breath,
+/obj/item/stack/flag/red,
+/obj/item/clothing/suit/space/void/mining,
+/obj/item/clothing/head/helmet/space/void/mining,
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/machinery/alarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/floor_decal/corner/blue{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/outpost/mining_main/eva)
"cgi" = (
/obj/effect/floor_decal/corner/brown{
icon_state = "corner_white";
@@ -52484,6 +55265,22 @@
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/eva)
+"cgq" = (
+/obj/structure/table/rack,
+/obj/item/clothing/mask/breath,
+/obj/item/stack/flag/green,
+/obj/item/clothing/suit/space/void/mining,
+/obj/item/clothing/head/helmet/space/void/mining,
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/green{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/outpost/mining_main/eva)
"cgr" = (
/obj/structure/table/standard,
/obj/effect/floor_decal/corner/brown{
@@ -52521,6 +55318,22 @@
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/eva)
+"cgx" = (
+/obj/structure/table/rack,
+/obj/item/clothing/mask/breath,
+/obj/item/stack/flag/yellow,
+/obj/item/clothing/suit/space/void/mining,
+/obj/item/clothing/head/helmet/space/void/mining,
+/obj/effect/floor_decal/corner/brown{
+ icon_state = "corner_white";
+ dir = 6
+ },
+/obj/effect/floor_decal/corner/yellow{
+ icon_state = "corner_white";
+ dir = 9
+ },
+/turf/simulated/floor/tiled,
+/area/outpost/mining_main/eva)
"cgy" = (
/obj/machinery/door/firedoor{
dir = 2
@@ -54066,6 +56879,20 @@
},
/turf/simulated/floor/tiled,
/area/crew_quarters/heads/chief)
+"cnV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 5;
+ pixel_y = -30
+ },
+/turf/simulated/floor/tiled/dark,
+/area/crew_quarters/heads/hos)
"cnW" = (
/obj/structure/closet/secure_closet/engineering_chief,
/obj/item/weapon/tank/emergency_oxygen/engi,
@@ -54201,222 +57028,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
-"coj" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Hydroponics"
- },
-/obj/structure/plasticflaps,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/hydroponics)
-"cok" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Hydroponics Maintenance";
- req_access = list(35)
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/hydroponics)
-"col" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- pixel_x = 0;
- pixel_y = 27
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"com" = (
-/obj/effect/floor_decal/industrial/loading,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/door/window{
- dir = 2;
- name = "Hydroponics Delivery";
- req_access = list(35)
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"con" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coo" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/structure/closet/secure_closet/hydroponics,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cop" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/structure/table/standard,
-/obj/structure/cable/green{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cos" = (
-/obj/machinery/light{
- dir = 1;
- icon_state = "tube1"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cot" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/firealarm/north,
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cou" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 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,
-/area/hydroponics)
-"cox" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 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,
-/area/hallway/primary/aft)
-"coy" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coz" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- icon_state = "map-scrubbers";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/window{
- base_state = "left";
- dir = 4;
- icon_state = "left";
- name = "Hydroponics Backroom";
- req_access = list(35)
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
"coD" = (
/obj/effect/floor_decal/industrial/warning,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -54429,498 +57040,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/maintenance/disposal)
-"coF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coG" = (
-/obj/effect/floor_decal/corner/green,
-/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,
-/area/hydroponics)
-"coH" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 1;
- icon_state = "door_closed";
- name = "Hydroponics";
- req_access = list(35)
- },
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/obj/machinery/door/firedoor/multi_tile{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coK" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"coM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/bed/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Gardener"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/bed/chair/office/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Gardener"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coP" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/item/weapon/reagent_containers/chem_disp_cartridge,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/floor_decal/corner/green,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coQ" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal,
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coR" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 8
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coT" = (
-/obj/structure/table/standard,
-/obj/machinery/door/window{
- base_state = "left";
- dir = 2;
- icon_state = "left";
- layer = 2.85;
- name = "hydroponics desk";
- req_access = list(35)
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/hydroponics)
-"coV" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/hydroponics)
-"coW" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full"
- },
-/obj/structure/table/standard,
-/obj/item/weapon/storage/box/pillbottles,
-/obj/item/weapon/storage/box/spraybottles,
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- name = "Hydroponics Requests Console";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coX" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/obj/machinery/chemical_dispenser,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coY" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"coZ" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/obj/machinery/chem_master,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpa" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/table/standard,
-/obj/machinery/reagentgrinder{
- pixel_y = 16
- },
-/obj/item/weapon/storage/fancy/vials,
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpb" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpc" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpd" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpf" = (
-/obj/structure/bed/chair/office/dark{
- dir = 1
- },
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full";
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Gardener"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpi" = (
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpj" = (
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpk" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Hydroponics Garden";
- req_access = list(35)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpm" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/holofloor/wood,
-/area/hydroponics)
-"cpo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpr" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/obj/machinery/camera/network/service{
- c_tag = "Hydroponics - West";
- dir = 4
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpv" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/item/weapon/reagent_containers/glass/bucket/wood,
-/turf/simulated/floor/holofloor/wood,
-/area/hydroponics)
-"cpC" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpG" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/landmark/start{
- name = "Gardener"
- },
-/obj/structure/bed/chair/wood{
- icon_state = "wooden_chair";
- dir = 8
- },
-/turf/simulated/floor/holofloor/wood,
-/area/hydroponics)
-"cpI" = (
-/obj/machinery/biogenerator,
-/obj/effect/floor_decal/industrial/outline/yellow,
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpL" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/camera/network/service{
- c_tag = "Hydroponics - East";
- dir = 8
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpN" = (
-/obj/machinery/portable_atmospherics/hydroponics/soil,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpR" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/reagent_containers/glass/bucket/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/holofloor/wood,
-/area/hydroponics)
-"cpT" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full"
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpU" = (
-/obj/effect/floor_decal/corner/green{
- dir = 10
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpV" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white_full";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hydroponics)
-"cpX" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/hydroponics)
-"cpY" = (
-/obj/item/device/radio/intercom{
- pixel_y = -26
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cpZ" = (
-/obj/machinery/status_display{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqa" = (
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqb" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/simulated/floor/holofloor/wood,
-/area/hydroponics)
-"cqd" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqe" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/item/device/radio/intercom{
- pixel_y = -26
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqf" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/status_display{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqg" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqh" = (
-/obj/machinery/portable_atmospherics/hydroponics,
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqi" = (
-/obj/structure/flora/pottedplant/random,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 2
- },
-/turf/simulated/floor/grass,
-/area/hydroponics)
-"cqj" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/hydroponics)
"cql" = (
/obj/machinery/firealarm/north,
/obj/structure/table/standard,
@@ -55049,14 +57168,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"cqB" = (
-/obj/machinery/alarm{
- dir = 8;
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"cqL" = (
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/machinery/alarm{
@@ -55065,13 +57176,6 @@
/obj/effect/large_stock_marker,
/turf/simulated/floor/tiled,
/area/quartermaster/lobby)
-"cqN" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/standard,
-/obj/item/weapon/packageWrap,
-/obj/item/weapon/packageWrap,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"cqO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/tagger{
@@ -55082,30 +57186,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"cqR" = (
-/obj/structure/bed/chair/comfy/red{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"cqV" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"cqY" = (
-/turf/simulated/wall,
-/area/crew_quarters/sleep/cryo)
"cqZ" = (
/obj/structure/table/steel,
/obj/item/weapon/screwdriver{
@@ -56564,46 +58644,6 @@
},
/turf/simulated/floor/plating,
/area/storage/tech)
-"cuG" = (
-/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/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
-"cuH" = (
-/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,
-/area/hallway/primary/central_one)
-"cuI" = (
-/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"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
"cuK" = (
/obj/machinery/camera/network/civilian_main{
c_tag = "Central Corridor - Camera 2";
@@ -56611,48 +58651,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
-"cuL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/library)
-"cuN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/library)
-"cuO" = (
-/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"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cuP" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/turf/simulated/floor/wood,
-/area/library)
"cuQ" = (
/obj/machinery/power/apc{
dir = 1;
@@ -56666,379 +58664,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/central_one)
-"cuV" = (
-/obj/structure/disposalpipe/segment,
-/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,
-/turf/simulated/floor/carpet,
-/area/library)
-"cuW" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cuX" = (
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cuY" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
- },
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/item/weapon/barcodescanner,
-/turf/simulated/floor/wood,
-/area/library)
-"cuZ" = (
-/obj/structure/table/wood,
-/obj/machinery/librarycomp{
- pixel_y = 8
- },
-/obj/machinery/requests_console{
- department = "Library";
- departmentType = 1;
- name = "Library Requests Console";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cva" = (
-/obj/machinery/libraryscanner,
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- icon_state = "map_scrubber_on";
- dir = 4
- },
-/obj/item/device/radio/intercom{
- pixel_y = 27
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvb" = (
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvc" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/item/device/radio/intercom{
- pixel_y = 27
- },
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cvd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/network/service{
- c_tag = "Library - Backroom"
- },
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cve" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- 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
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/central_one)
-"cvh" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvj" = (
-/obj/structure/table/wood,
-/obj/machinery/door/window/westright{
- name = "Library Door";
- req_access = list(37)
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvm" = (
-/obj/structure/curtain/black,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cvo" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp,
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cvr" = (
-/obj/machinery/door/window/southright{
- name = "Library Display Area";
- req_access = list(37)
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvt" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/carpet,
-/area/library)
-"cvu" = (
-/obj/structure/table/wood,
-/obj/machinery/door/window/westleft{
- name = "Library Desk";
- req_access = list(37)
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvv" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light{
- dir = 4;
- status = 0
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvw" = (
-/obj/item/device/radio/headset/headset_service,
-/obj/structure/cult/tome,
-/obj/item/clothing/under/librarian,
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cvx" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/item/weapon/pen/red,
-/obj/item/device/eftpos{
- eftpos_name = "Library EFTPOS scanner"
- },
-/turf/simulated/floor/tiled/dark,
-/area/library)
-"cvy" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvz" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/library)
-"cvA" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/recharger,
-/turf/simulated/floor/wood,
-/area/library)
-"cvB" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced,
-/turf/simulated/floor/wood,
-/area/library)
-"cvC" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 4
- },
-/obj/item/device/flashlight/lamp/green,
-/turf/simulated/floor/wood,
-/area/library)
-"cvD" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/window/southright{
- name = "Library Desk";
- req_access = list(37)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/firealarm/east,
-/turf/simulated/floor/wood,
-/area/library)
-"cvE" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/library)
-"cvF" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvG" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/turf/simulated/floor/wood,
-/area/library)
-"cvH" = (
-/obj/machinery/bookbinder,
-/turf/simulated/floor/wood,
-/area/library)
-"cvI" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/library)
-"cvJ" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
- },
-/obj/machinery/librarypubliccomp{
- pixel_y = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvL" = (
-/obj/structure/table/wood,
-/obj/machinery/librarypubliccomp{
- pixel_y = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvN" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cvP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cvU" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvV" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cvZ" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -25
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cwa" = (
-/obj/structure/bookcase/libraryspawn/religion,
-/turf/simulated/floor/carpet,
-/area/library)
"cwf" = (
/obj/structure/sign/securearea{
name = "\improper CAUTION: TRASH COMPACTOR";
@@ -57046,82 +58671,6 @@
},
/turf/simulated/wall/r_wall,
/area/maintenance/disposal)
-"cwh" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwl" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Library Maintenance";
- req_access = null;
- req_one_access = list(12,37)
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/library)
-"cwm" = (
-/obj/machinery/camera/network/service{
- c_tag = "Library - West";
- dir = 1
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cwn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/library)
-"cwq" = (
-/obj/structure/table/wood,
-/turf/simulated/floor/carpet,
-/area/library)
-"cwu" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- status = 0
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/wood,
-/area/library)
-"cww" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/library)
"cwx" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/structure/table/standard,
@@ -57136,264 +58685,6 @@
},
/turf/simulated/floor/tiled,
/area/medical/reception)
-"cwy" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green,
-/turf/simulated/floor/carpet,
-/area/library)
-"cwA" = (
-/obj/machinery/camera/network/service{
- c_tag = "Library - East";
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/library)
-"cwD" = (
-/obj/structure/bookcase/libraryspawn/adult,
-/turf/simulated/floor/wood,
-/area/library)
-"cwE" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/wood,
-/area/library)
-"cwI" = (
-/obj/structure/bookcase/libraryspawn/reference,
-/turf/simulated/floor/carpet,
-/area/library)
-"cwL" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/pill_bottle/dice/gaming,
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/simulated/floor/carpet,
-/area/library)
-"cwO" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green,
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -25
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwP" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- icon_state = "map_scrubber_on";
- dir = 4
- },
-/obj/machinery/firealarm/north,
-/turf/simulated/floor/wood,
-/area/library)
-"cwQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cwR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cwS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwU" = (
-/obj/structure/table/wood,
-/obj/item/weapon/deck/cards,
-/obj/item/weapon/deck/holder,
-/obj/item/weapon/deck/tarot,
-/turf/simulated/floor/carpet,
-/area/library)
-"cwW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/library)
-"cwX" = (
-/obj/structure/table/wood,
-/turf/simulated/floor/wood,
-/area/library)
-"cwY" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cwZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/carpet,
-/area/library)
-"cxa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -25
- },
-/turf/simulated/floor/carpet,
-/area/library)
-"cxb" = (
-/obj/machinery/door/airlock{
- name = "Adult Section"
- },
-/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/wood,
-/area/library)
-"cxc" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- icon_state = "map-scrubbers";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cxe" = (
-/obj/structure/bookcase/libraryspawn/nonfiction,
-/turf/simulated/floor/carpet,
-/area/library)
-"cxg" = (
-/obj/structure/bookcase/libraryspawn/fiction,
-/turf/simulated/floor/carpet,
-/area/library)
-"cxi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/library)
-"cxj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cxk" = (
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/carpet,
-/area/library)
-"cxl" = (
-/obj/machinery/papershredder,
-/obj/machinery/newscaster{
- pixel_y = -32
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cxm" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/item/device/radio/intercom{
- pixel_y = -26
- },
-/turf/simulated/floor/wood,
-/area/library)
-"cxo" = (
-/obj/machinery/appliance/cooker/oven,
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxp" = (
-/obj/machinery/appliance/cooker/oven,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxq" = (
-/obj/machinery/appliance/cooker/fryer,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxw" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxx" = (
-/obj/machinery/door/window/eastright{
- req_access = list(28)
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxz" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxC" = (
-/obj/effect/landmark/start{
- name = "Chef"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"cxF" = (
-/obj/structure/table/stone/marble,
-/obj/item/weapon/material/knife,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"cxJ" = (
/obj/effect/floor_decal/corner/brown{
dir = 10
@@ -57515,13 +58806,6 @@
/obj/machinery/light/small/emergency,
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"dpM" = (
-/obj/machinery/door/airlock/maintenance{
- req_access = list(12)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled,
-/area/maintenance/bar)
"drP" = (
/obj/structure/bed/chair/office/light,
/turf/simulated/floor/tiled/dark,
@@ -57596,12 +58880,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
-"dJL" = (
-/obj/structure/table/rack,
-/obj/random/loot,
-/obj/machinery/light/small/emergency,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"dLZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -57696,18 +58974,6 @@
/obj/structure/sign/greencross,
/turf/simulated/floor/plating,
/area/medical/reception)
-"eCI" = (
-/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";
- pixel_y = 0
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"eDF" = (
/obj/effect/floor_decal/corner/lime/full,
/obj/effect/floor_decal/sign/gtr,
@@ -57803,17 +59069,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/tiled,
/area/medical/icu)
-"fii" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
"fmW" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -58025,31 +59280,12 @@
/obj/structure/reagent_dispensers/extinguisher,
/turf/simulated/floor/plating,
/area/maintenance/medbay)
-"gcu" = (
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/plating,
-/area/medical/cryo)
"gcW" = (
/obj/effect/floor_decal/plaque{
desc = "Charlie Dove Memorial Hall
With an endless capacity for kindness, she used her skills as a doctor to better the lives of everyone she met. She was the 4th victim murdered by the notorious Odin Killer, and will be missed.
December 2416 - June 2460"
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
-"geE" = (
-/turf/simulated/floor/tiled/white,
-/area/medical/surgeryobs)
"ggj" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -58072,19 +59308,6 @@
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/refinery)
-"gne" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/obj/machinery/meter{
- name = "Air supply"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"gnU" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
"gql" = (
/obj/structure/disposalpipe/segment,
/obj/random/junk,
@@ -58099,163 +59322,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/starboard)
-"grr" = (
-/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/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"grs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"gru" = (
-/obj/structure/table/reinforced,
-/obj/effect/floor_decal/corner/white{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/door/blast/shutters{
- density = 1;
- dir = 8;
- icon_state = "shutter1";
- id = "kitchenshutters01";
- name = "Kitchen Shutters";
- opacity = 1
- },
-/obj/machinery/door/firedoor,
-/obj/structure/noticeboard{
- pixel_y = 32
- },
-/obj/machinery/ringer_button{
- id = "kitchen_ringer";
- pixel_x = -5;
- pixel_y = 5
- },
-/turf/simulated/floor/tiled,
-/area/crew_quarters/kitchen)
-"grv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"grx" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grz" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/appliance/mixer/candy{
- pixel_y = 8
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grA" = (
-/obj/structure/table/stone/marble,
-/obj/machinery/appliance/mixer/cereal{
- pixel_y = 4
- },
-/obj/machinery/alarm{
- pixel_y = 22
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grB" = (
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Kitchen - Northeast";
- c_tag_order = 999;
- dir = 2;
- network = list("Service")
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grC" = (
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- is_critical = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Kitchen Maintenance";
- req_access = list(28);
- req_one_access = null
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
-"grE" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/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";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"grH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -58300,35 +59366,6 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"grS" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grT" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grU" = (
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Kitchen"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
"grV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -58347,101 +59384,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"grW" = (
-/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"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"grY" = (
-/obj/machinery/smartfridge/secure{
- req_one_access = list(35,28,25)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"grZ" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsa" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-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/tiled/white,
-/area/crew_quarters/kitchen)
-"gsc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- icon_state = "map-scrubbers";
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction/flipped{
- dir = 1;
- name = "Kitchen";
- sortType = "Kitchen"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
-"gss" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"gst" = (
/obj/random/junk,
/turf/simulated/floor/carpet,
@@ -58489,47 +59431,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
-"gsA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Pantry Access";
- req_access = list(28)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsC" = (
-/obj/machinery/light/small{
- dir = 4;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"gsH" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance{
@@ -58538,343 +59439,6 @@
},
/turf/simulated/floor/wood,
/area/maintenance/bar)
-"gsL" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"gsM" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/icecream_vat,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"gsN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"gsP" = (
-/obj/structure/closet/chefcloset,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsQ" = (
-/obj/structure/table/rack,
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/item/weapon/storage/box/kitchen,
-/obj/item/weapon/storage/box/gloves,
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Kitchen - Pantry";
- c_tag_order = 999;
- dir = 8;
- network = list("Service")
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsR" = (
-/obj/random/junk,
-/obj/machinery/button/windowtint{
- id = "theatre";
- pixel_x = 26;
- pixel_y = 0
- },
-/turf/simulated/floor/carpet,
-/area/maintenance/bar)
-"gsT" = (
-/obj/structure/reagent_dispensers/cookingoil,
-/turf/simulated/floor/tiled/freezer{
- name = "cold storage tiles";
- temperature = 278
- },
-/area/crew_quarters/kitchen)
-"gsU" = (
-/obj/machinery/button/remote/blast_door{
- id = "kitchenshutters02";
- name = "Kitchen Shutters Control";
- pixel_x = 0;
- pixel_y = -28;
- req_access = list(28);
- req_one_access = null
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsV" = (
-/obj/machinery/light,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsW" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gsY" = (
-/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";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"gsZ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "kitchenshutters02";
- name = "Kitchen Shutters"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gta" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "kitchenshutters02";
- name = "Kitchen Shutters"
- },
-/obj/item/weapon/reagent_containers/food/snacks/mint,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gtb" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/device/destTagger,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/packageWrap,
-/obj/machinery/door/blast/shutters{
- dir = 2;
- id = "kitchenshutters02";
- name = "Kitchen Shutters"
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
-"gtc" = (
-/obj/item/weapon/stool/padded,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"gti" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9;
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"gtj" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/closet/secure_closet/bar,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtk" = (
-/obj/structure/table/wood,
-/obj/machinery/reagentgrinder{
- pixel_y = 10
- },
-/obj/item/glass_jar,
-/obj/item/device/eftpos{
- eftpos_name = "Bar EFTPOS scanner"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - Counter";
- c_tag_order = 999;
- dir = 2
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"gtl" = (
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/light_switch{
- pixel_x = 26
- },
-/obj/machinery/button/remote/blast_door{
- id = "barshutters01";
- name = "Bar Shutters Control";
- pixel_x = 28;
- pixel_y = 8;
- req_access = list(25)
- },
-/obj/item/device/radio/intercom{
- desc = "Talk... listen through this.";
- name = "Station Intercom (Brig Radio)";
- pixel_x = 0;
- pixel_y = 25;
- wires = 7
- },
-/turf/simulated/floor/lino,
-/area/crew_quarters/bar)
-"gtm" = (
-/turf/simulated/floor/tiled/ramp,
-/area/crew_quarters/bar)
-"gtn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/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/ramp,
-/area/crew_quarters/bar)
-"gto" = (
-/obj/structure/flora/pottedplant/random,
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"gtq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 5
- },
-/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_x = 0
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Bar Backroom";
- req_access = list(25)
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtt" = (
-/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/lino,
-/area/crew_quarters/bar)
-"gtu" = (
-/obj/machinery/door/airlock/glass{
- name = "Bar";
- req_access = list(25)
- },
-/obj/machinery/door/firedoor,
-/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/lino,
-/area/crew_quarters/bar)
-"gtv" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 9
- },
-/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/wood,
-/area/crew_quarters/bar)
-"gtw" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 5
- },
-/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{
- icon_state = "map-scrubbers";
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction/flipped{
- dir = 1;
- name = "Bar";
- sortType = "Bar"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gty" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/obj/item/weapon/packageWrap,
-/obj/item/weapon/book/manual/barman_recipes,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"gtz" = (
/obj/structure/table/wood,
/obj/item/weapon/paper{
@@ -58894,6 +59458,10 @@
pixel_x = 11;
pixel_y = 0
},
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - Backroom";
+ dir = 1
+ },
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
"gtB" = (
@@ -58966,13 +59534,6 @@
},
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"gtK" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"gtL" = (
/obj/effect/floor_decal/spline/fancy/wood{
icon_state = "spline_fancy";
@@ -58980,39 +59541,6 @@
},
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"gtM" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 1
- },
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - North";
- c_tag_order = 999;
- dir = 2;
- network = list("Service")
- },
-/obj/machinery/atm{
- pixel_x = 0;
- pixel_y = 26
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtN" = (
-/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/spline/fancy/wood{
- tag = "icon-spline_fancy (EAST)";
- icon_state = "spline_fancy";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"gtO" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance{
@@ -59021,57 +59549,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"gtQ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 9
- },
-/obj/structure/sign/double/barsign{
- pixel_y = 30
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtS" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 1
- },
-/obj/machinery/computer/guestpass{
- pixel_y = 32
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtT" = (
-/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/spline/fancy/wood{
- tag = "icon-spline_fancy (EAST)";
- icon_state = "spline_fancy";
- dir = 4
- },
-/obj/effect/floor_decal/spline/plain{
- dir = 3;
- icon_state = "spline_plain"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gtU" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
"gtX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -59104,169 +59581,11 @@
},
/turf/simulated/floor/tiled,
/area/crew_quarters/bar)
-"gtZ" = (
-/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,
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gua" = (
-/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/wood,
-/area/crew_quarters/bar)
-"gub" = (
-/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/wood,
-/area/crew_quarters/bar)
-"guc" = (
-/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/spline/plain{
- dir = 4;
- icon_state = "spline_plain"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gud" = (
-/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/spline/plain{
- dir = 9;
- icon_state = "spline_plain"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"gue" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- icon_state = "intact-supply";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/status_display/supply_display{
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/effect/floor_decal/spline/plain{
- icon_state = "spline_plain";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guf" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guh" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "west bump";
- pixel_x = -24
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"gul" = (
/obj/structure/table/rack,
/obj/random/loot,
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"guo" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"guq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/bed/chair/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gus" = (
-/obj/structure/bed/chair/wood{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
"guu" = (
/obj/machinery/light{
dir = 4;
@@ -59275,247 +59594,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"guv" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - West";
- c_tag_order = 999;
- dir = 4;
- network = list("Service")
- },
-/obj/machinery/firealarm/west,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guw" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 10;
- icon_state = "spline_plain"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"gux" = (
-/obj/effect/floor_decal/spline/plain{
- dir = 6;
- icon_state = "spline_plain"
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guy" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/simulated/floor/tiled/ramp/bottom,
-/area/crew_quarters/bar)
"guz" = (
/turf/simulated/floor/tiled/ramp/bottom,
/area/crew_quarters/bar)
-"guB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Theatre Maintenance Access";
- req_access = null;
- req_one_access = list(12,25)
- },
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"guF" = (
-/obj/structure/bed/chair/comfy/red{
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guG" = (
-/obj/item/weapon/material/ashtray/bronze,
-/obj/item/weapon/flame/lighter/random,
-/obj/structure/table/wood/gamblingtable,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guH" = (
-/obj/item/weapon/lipstick/random,
-/obj/structure/table/wood/gamblingtable,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guI" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Theatre Maintenance Access";
- req_access = null;
- req_one_access = list(12,25)
- },
-/turf/simulated/floor/wood,
-/area/maintenance/bar)
-"guL" = (
-/obj/item/clothing/mask/smokable/cigarette,
-/obj/structure/table/wood/gamblingtable,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guN" = (
-/obj/structure/reagent_dispensers/extinguisher,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"guP" = (
/obj/machinery/firealarm/east,
/turf/simulated/floor/tiled,
/area/hallway/primary/aft)
-"guQ" = (
-/obj/structure/flora/pottedplant/random,
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 10
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guR" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 3;
- icon_state = "spline_fancy"
- },
-/obj/structure/bed/chair/comfy/red{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guS" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 3;
- icon_state = "spline_fancy"
- },
-/obj/structure/bed/chair/comfy/red{
- dir = 1
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
-"guT" = (
-/obj/structure/table/wood,
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - South";
- c_tag_order = 999;
- dir = 1
- },
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 10
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guU" = (
-/obj/structure/table/wood,
-/obj/machinery/light{
- dir = 2;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/item/weapon/flame/candle,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guV" = (
-/obj/structure/bed/chair/wood{
- icon_state = "wooden_chair";
- dir = 8
- },
-/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
- dir = 4
- },
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guY" = (
-/obj/effect/floor_decal/spline/fancy/wood,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"guZ" = (
-/obj/machinery/computer/arcade/orion_trail,
-/obj/effect/floor_decal/spline/fancy/wood,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gva" = (
-/obj/effect/floor_decal/spline/fancy/wood{
- icon_state = "spline_fancy";
- dir = 6
- },
-/obj/machinery/computer/arcade/battle,
-/obj/item/weapon/coin/iron,
-/turf/simulated/floor/wood,
-/area/crew_quarters/bar)
-"gvc" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Bar Maintenance";
- req_access = null;
- req_one_access = list(12,25)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"gvm" = (
/obj/structure/cable{
d1 = 4;
@@ -59533,24 +59618,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"gvn" = (
-/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/bar)
"gvo" = (
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -59558,48 +59625,12 @@
},
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"gvw" = (
-/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/bar)
-"gvB" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"gHb" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal{
dir = 4
},
/turf/simulated/floor/plating,
/area/maintenance/research_port)
-"gLH" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Cryogenics Control Room";
- req_access = list(66)
- },
-/turf/simulated/floor/plating,
-/area/medical/cryo)
"gNO" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/structure/cable/green{
@@ -59992,15 +60023,6 @@
/obj/effect/floor_decal/corner/brown/full,
/turf/simulated/floor/tiled,
/area/quartermaster/mail_room)
-"jwK" = (
-/obj/structure/flora/pottedplant/random,
-/obj/machinery/alarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
"jEY" = (
/obj/machinery/conveyor{
dir = 9;
@@ -60010,18 +60032,6 @@
},
/turf/simulated/floor/plating,
/area/outpost/mining_main/refinery)
-"jNC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
"jQT" = (
/obj/effect/floor_decal/industrial/outline/red,
/obj/machinery/iv_drip,
@@ -60034,18 +60044,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryobs)
-"jXF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
"kgh" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -60102,13 +60100,6 @@
"kyC" = (
/turf/simulated/floor/plating,
/area/outpost/mining_main/refinery)
-"kGG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
"kIa" = (
/obj/effect/floor_decal/corner/lime{
icon_state = "corner_white";
@@ -60542,19 +60533,6 @@
/obj/structure/table/standard,
/turf/simulated/floor/tiled,
/area/medical/reception)
-"nfj" = (
-/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/hologram/holopad,
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
"ngo" = (
/obj/structure/cable/green{
d1 = 1;
@@ -60580,25 +60558,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/maintenance/bar)
-"npk" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/light/small/emergency,
-/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,
-/area/maintenance/library)
"nud" = (
/obj/machinery/disposal{
name = "MediExpress - Storage"
@@ -60623,24 +60582,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/medbay)
-"nEB" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/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
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"nEE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -60822,22 +60763,6 @@
},
/turf/simulated/floor/plating,
/area/medical/medbay2)
-"oox" = (
-/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/table/rack,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"opk" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -60918,41 +60843,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/universal,
/turf/simulated/floor/plating,
/area/maintenance/security_starboard)
-"owR" = (
-/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";
- pixel_y = 0
- },
-/obj/structure/reagent_dispensers/extinguisher,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
-"oyB" = (
-/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/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"oAG" = (
/obj/structure/disposalpipe/tagger/partial{
dir = 8;
@@ -61055,16 +60945,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
-"oUr" = (
-/obj/machinery/alarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/table/rack,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"oWF" = (
/obj/structure/curtain,
/turf/simulated/floor/tiled/white,
@@ -61331,26 +61211,6 @@
temperature = 278
},
/area/medical/temp_morgue)
-"qul" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"quw" = (
/obj/machinery/door/blast/shutters{
density = 0;
@@ -61362,15 +61222,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
-"quz" = (
-/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)
"qzp" = (
/obj/effect/floor_decal/corner/white/diagonal,
/obj/machinery/ringer{
@@ -61546,22 +61397,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/icu)
-"rIP" = (
-/obj/machinery/door/firedoor,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 4
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/medical/gen_treatment)
"rKm" = (
/obj/structure/disposalpipe/junction/yjunction,
/obj/effect/floor_decal/corner/brown{
@@ -61701,13 +61536,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/chemistry)
-"thq" = (
-/obj/structure/cryofeed{
- icon_state = "cryo_rear";
- dir = 1
- },
-/turf/simulated/floor/tiled/white,
-/area/crew_quarters/sleep/cryo)
"tij" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -61723,19 +61551,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
-"tmB" = (
-/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";
- pixel_y = 0
- },
-/obj/structure/table/rack,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"tsg" = (
/obj/structure/sign/electricshock,
/turf/simulated/wall,
@@ -62046,25 +61861,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/reception)
-"uZI" = (
-/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/scrubbers{
- icon_state = "intact-scrubbers";
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"vcx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -62303,22 +62099,6 @@
},
/turf/simulated/floor/plating,
/area/quartermaster/break_room)
-"wwA" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass_mining{
- name = "Mail Sorting";
- req_access = list(50)
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/quartermaster/mail_room)
"wxQ" = (
/obj/structure/bed/chair{
dir = 1
@@ -62387,23 +62167,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/medbay2)
-"wQE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/crew_quarters/kitchen)
-"wXX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance Access";
- req_access = list(12)
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"wYw" = (
/obj/effect/floor_decal/corner/mauve{
icon_state = "corner_white";
@@ -62483,18 +62246,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/tiled,
/area/quartermaster/mail_room)
-"xDz" = (
-/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";
- pixel_y = 0
- },
-/obj/structure/closet/crate,
-/turf/simulated/floor/plating,
-/area/maintenance/bar)
"xIy" = (
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -64407,30 +64158,6 @@
},
/turf/simulated/floor/tiled/dark,
/area/medical/emt)
-"yjK" = (
-/obj/machinery/camera/network/medbay{
- c_tag = "Medical - Port 3";
- dir = 8
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/simulated/floor/tiled/white,
-/area/medical/medbay)
-"yjL" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/camera/network/medbay{
- c_tag = "Medical - Cryogenics Control";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/medical/cryo)
"yjM" = (
/obj/structure/cable/green{
d1 = 1;
@@ -64597,79 +64324,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/surgeryprep)
-"ykf" = (
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 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/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/hallway/primary/aft)
-"ykg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/machinery/autolathe,
-/turf/simulated/floor/tiled,
-/area/quartermaster/lobby)
-"ykh" = (
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/quartermaster/lobby)
-"yki" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/floor_decal/corner/brown/full{
- icon_state = "corner_white_full";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/quartermaster/mail_room)
-"ykj" = (
-/obj/structure/weightlifter,
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 5
- },
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 10
- },
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/obj/machinery/firealarm/west,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/simulated/floor/tiled,
-/area/quartermaster/break_room)
"ykk" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 6
@@ -64687,1015 +64341,53 @@
/turf/simulated/floor/tiled,
/area/outpost/mining_main/eva)
"ykl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Cryogenics - Main Level";
+ dir = 1
},
-/obj/structure/closet/walllocker/emerglocker/north,
/turf/simulated/floor/tiled/white,
-/area/crew_quarters/kitchen)
+/area/crew_quarters/sleep/main)
"ykm" = (
-/obj/machinery/camera/network/civilian_east{
- c_tag = "Bar - Theater Supplies";
- c_tag_order = 999;
- dir = 4;
- network = list("Service")
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Library - North"
},
/turf/simulated/floor/carpet,
-/area/crew_quarters/bar)
+/area/library)
"ykn" = (
+/obj/structure/bookcase/libraryspawn/reference,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Library - South";
+ dir = 1
+ },
+/turf/simulated/floor/carpet,
+/area/library)
+"yko" = (
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Chapel - Main";
+ dir = 1
+ },
+/turf/simulated/floor/tiled/dark,
+/area/chapel/main)
+"ykp" = (
/obj/effect/floor_decal/spline/fancy/wood{
icon_state = "spline_fancy";
dir = 8
},
-/obj/structure/closet/walllocker/emerglocker/west,
+/obj/machinery/camera/network/civilian_main{
+ c_tag = "Bar - West";
+ dir = 4
+ },
/turf/simulated/floor/wood,
/area/crew_quarters/bar)
-"yko" = (
-/obj/machinery/light{
- dir = 1;
- icon_state = "tube1";
- pixel_y = 0
- },
-/obj/structure/closet/crate,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykp" = (
-/obj/structure/closet/crate,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykq" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"yks" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykt" = (
-/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/plating,
-/area/maintenance/atmos_control)
-"yku" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/phoron,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykv" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/phoron,
-/obj/structure/sign/nosmoking_1{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykw" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/machinery/camera/network/engineering{
- c_tag = "Engineering - Hard Storage"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykx" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"yky" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/structure/sign/nosmoking_1{
- pixel_y = 32
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykz" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykB" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/phoron,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykC" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/phoron,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykD" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykE" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykF" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykG" = (
-/obj/effect/floor_decal/industrial/outline/yellow,
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykH" = (
-/obj/structure/table/rack,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykI" = (
-/obj/structure/table/rack,
-/obj/random/loot,
-/turf/simulated/floor/plating,
-/area/maintenance/atmos_control)
-"ykJ" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/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/plating,
-/area/engineering/storage)
-"ykK" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykL" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "1-4";
- dir = 1;
- d1 = 1;
- d2 = 8
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykM" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykN" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykO" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykP" = (
-/obj/structure/closet/crate/solar,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykQ" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykS" = (
-/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24;
- req_one_access = list(24,11,55)
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/power/port_gen/pacman,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykT" = (
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykU" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/shieldgen,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ykZ" = (
-/obj/machinery/shieldwallgen,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"yla" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/obj/structure/table/standard,
-/obj/item/weapon/storage/bag/circuits/basic,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"ylb" = (
-/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/engineering/storage)
-"ylc" = (
-/obj/machinery/firealarm/south,
-/obj/machinery/shieldgen,
-/turf/simulated/floor/plating,
-/area/engineering/storage)
-"yld" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/floor_decal/industrial/warning/corner{
- icon_state = "warningcorner";
- dir = 1
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"yle" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/substation/engineering)
-"ylf" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "engine_airlock_control";
- name = "Engine Access Console";
- pixel_x = 26;
- pixel_y = 0;
- req_access = list(11);
- req_one_access = null;
- tag_exterior_door = "engine_airlock_exterior";
- tag_interior_door = "engine_airlock_interior"
- },
-/turf/simulated/floor/plating,
-/area/engineering/engine_room)
-"ylg" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 9
- },
-/obj/machinery/shower{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylh" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/shower{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"yli" = (
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 5
- },
-/obj/machinery/shower{
- pixel_y = 16
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylj" = (
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 8
- },
-/obj/machinery/embedded_controller/radio/airlock/access_controller{
- id_tag = "engine_airlock_control";
- name = "Engine Access Console";
- pixel_x = -26;
- pixel_y = 0;
- req_access = list(11);
- req_one_access = null;
- tag_exterior_door = "engine_airlock_exterior";
- tag_interior_door = "engine_airlock_interior"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"ylk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"yll" = (
-/obj/machinery/door/firedoor,
-/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,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/ai_monitored/storage/eva)
-"ylm" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/engineering/engine_room)
-"yln" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "engine_airlock_interior";
- locked = 1;
- name = "Engine Interior Access";
- req_access = list(11)
- },
-/obj/machinery/door/firedoor{
- dir = 8;
- name = "Firelock West"
- },
-/obj/machinery/access_button{
- command = "cycle_interior";
- frequency = 1379;
- master_tag = "engine_airlock_control";
- name = "Engine Access Button";
- pixel_x = 0;
- pixel_y = -24;
- req_access = list(11);
- req_one_access = null
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylp" = (
-/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,
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylq" = (
-/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,
-/area/engineering/engine_airlock)
-"ylr" = (
-/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/airlock/maintenance_hatch{
- frequency = 1379;
- icon_state = "door_locked";
- id_tag = "engine_airlock_exterior";
- locked = 1;
- name = "Engine Exterior Access";
- req_access = list(11)
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/access_button{
- command = "cycle_exterior";
- frequency = 1379;
- master_tag = "engine_airlock_control";
- name = "Engine Access Button";
- pixel_x = 0;
- pixel_y = -24;
- req_access = list(11);
- req_one_access = null
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"yls" = (
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "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"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"ylt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"ylu" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/floor_decal/corner/blue/full{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
-"ylv" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medical Voidsuits";
- req_one_access = list(5)
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
-"ylw" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "north bump";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/effect/floor_decal/corner/blue{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
-"ylx" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/floor_decal/corner/blue{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/firealarm/north,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
-"yly" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/floor_decal/corner/blue/full{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled/dark,
-/area/ai_monitored/storage/eva)
-"ylz" = (
-/obj/effect/floor_decal/industrial/warning{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/engineering/engine_room)
-"ylA" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- dir = 2;
- name = "south bump";
- pixel_y = -24
- },
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 10
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylB" = (
-/obj/effect/floor_decal/industrial/warning,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 2
- },
-/obj/machinery/firealarm/south,
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylC" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/alarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/effect/floor_decal/industrial/warning{
- dir = 6
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_airlock)
-"ylD" = (
-/obj/effect/floor_decal/industrial/warning{
- icon_state = "warning";
- dir = 8
- },
-/obj/structure/closet/radiation,
-/obj/item/clothing/glasses/meson,
-/obj/item/clothing/glasses/meson,
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"ylE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/tiled,
-/area/engineering/engine_monitoring)
-"ylF" = (
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylH" = (
-/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,
-/area/engineering/foyer)
-"ylI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/camera/network/engineering{
- c_tag = "Engineering - Lobby Aft";
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylK" = (
-/obj/structure/disposalpipe/sortjunction/flipped{
- dir = 8;
- name = "Engineering Break Room";
- sortType = "Engineering Break Room"
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylM" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylN" = (
-/obj/structure/bed/chair/office/dark,
-/obj/effect/floor_decal/corner/yellow{
- icon_state = "corner_white";
- dir = 10
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylO" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 8
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/engineering/foyer)
-"ylP" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 4
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/engineering/foyer)
-"ylQ" = (
-/obj/structure/table/reinforced/steel,
-/obj/machinery/door/window/brigdoor/northleft{
- name = "Engineering Desk";
- req_access = list(32)
- },
-/obj/machinery/door/firedoor{
- dir = 1;
- name = "Engineering Firelock"
- },
-/obj/machinery/ringer_button{
- id = "engie_ringer";
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/simulated/floor/tiled,
-/area/engineering/foyer)
-"ylR" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/engineering/foyer)
-"ylS" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 4
- },
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/structure/cable/green{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/engineering/foyer)
-"ylT" = (
-/obj/effect/landmark/dungeon_spawn,
-/turf/unsimulated/chasm_mask,
-/area/mine/unexplored)
-"ylU" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/stack/flag/purple,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/effect/floor_decal/corner/red{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"ylV" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/stack/flag/red,
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/machinery/alarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/effect/floor_decal/corner/blue{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"ylW" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/stack/flag/green,
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/effect/floor_decal/corner/green{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
-"ylX" = (
-/obj/structure/table/rack,
-/obj/item/clothing/mask/breath,
-/obj/item/stack/flag/yellow,
-/obj/effect/floor_decal/corner/brown{
- icon_state = "corner_white";
- dir = 6
- },
-/obj/effect/floor_decal/corner/yellow{
- icon_state = "corner_white";
- dir = 9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/suit/space/void/mining,
-/obj/item/clothing/head/helmet/space/void/mining,
-/turf/simulated/floor/tiled,
-/area/outpost/mining_main/eva)
(1,1,1) = {"
aaa
@@ -68189,7 +66881,7 @@ aaa
aaa
aaa
aaa
-ylT
+aaa
aaa
aaa
aaa
@@ -72527,8 +71219,8 @@ aab
aab
aab
aab
-aaa
-aaa
+aab
+aab
aaa
aaa
aaa
@@ -72784,10 +71476,10 @@ aab
aab
aab
aab
-aaa
-aaa
-aaa
-aaa
+aab
+aab
+aab
+aab
aaa
aaa
aaa
@@ -73042,12 +71734,12 @@ aab
aab
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aab
+aab
+aab
+aab
+aab
+aab
aaa
aaa
aaa
@@ -78659,7 +77351,7 @@ azD
aAX
aCQ
amT
-amT
+aGE
aCQ
aKd
aLO
@@ -78913,11 +77605,11 @@ auS
awy
auS
azE
-akY
-ylf
-ylm
-ylz
-akY
+anf
+aCR
+aEE
+aCR
+aCR
akY
akY
akY
@@ -79170,10 +77862,10 @@ auT
awz
auT
azF
-aCR
-aCR
-yln
-aCR
+anf
+aCS
+aEF
+aGF
aCR
aKe
aLP
@@ -79427,10 +78119,10 @@ auU
awA
ayh
azG
-aCR
-ylg
-ylo
-ylA
+anf
+aCT
+aEG
+aGG
aCR
aKf
aLQ
@@ -79684,10 +78376,10 @@ auV
awB
ayi
azH
-aCR
-ylh
-ylp
-ylB
+anf
+aCU
+aEH
+aCU
aCR
aKg
aLP
@@ -79927,7 +78619,7 @@ aaa
aha
ahT
aiG
-ajt
+afz
akl
ald
alV
@@ -79941,10 +78633,10 @@ atq
awC
anb
azI
-aCR
-yli
-ylq
-ylC
+anf
+aCV
+aEI
+aGH
aCR
aKh
aLR
@@ -80198,10 +78890,10 @@ auW
awD
ayj
azJ
-aCR
-aCR
-ylr
-aCR
+anf
+aCW
+aEJ
+aGI
aCR
aKi
aKi
@@ -80456,10 +79148,10 @@ awE
ayk
auX
arQ
-ylj
-yls
-ylD
-arQ
+aCX
+aEK
+aCX
+aIl
aKj
aLS
aNI
@@ -80695,27 +79387,27 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajv
-ajv
-ajv
ako
aiK
alW
anb
anb
app
-aqB
+afA
arR
att
auY
awF
ayl
att
-yld
-ylk
-ylt
-ylE
+aAY
+att
+aEL
+att
aIm
aKk
aKk
@@ -80734,7 +79426,7 @@ aKi
aKi
aKi
aKi
-biZ
+amC
aYc
aYc
bmW
@@ -80952,11 +79644,11 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajw
-ykq
-ykr
-ykt
+akp
ale
alX
alX
@@ -81209,12 +79901,12 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-alY
-alY
+aiK
alY
alY
alY
@@ -81466,17 +80158,17 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-yku
-ykB
-ykJ
-ykP
-ama
-anc
-yla
+aiK
+alZ
+alZ
+alZ
+apq
+aqD
alY
atu
ava
@@ -81723,17 +80415,17 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajx
akq
-alY
-ykv
-ykC
-ykK
-and
-ykT
-ykW
-ylb
+aiK
+ama
+anc
+aod
+apr
+aqE
arT
atv
avb
@@ -81980,16 +80672,16 @@ aab
aab
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-ykw
-ykD
-ykL
-ykQ
-ykU
-ykX
+aiK
+amb
+and
+aoe
+and
and
arU
atw
@@ -82237,17 +80929,17 @@ aaa
aab
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-ykx
-ykE
-ykM
+aiK
+amc
and
+aof
and
-ykY
-ylc
+aqF
alY
atx
ava
@@ -82494,17 +81186,17 @@ aaa
aab
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-yky
-ykF
-ykN
-ykR
-ykV
-ykZ
+aiK
+amd
+ane
aog
+amd
+aqG
alY
aty
ava
@@ -82751,17 +81443,17 @@ aaa
aaa
aab
aab
+aab
+aab
aiK
ajv
akq
-alY
-ykz
-ykG
-ykO
-ykS
-alZ
-alZ
-alZ
+aiK
+ame
+ane
+aog
+aps
+aqG
alY
atz
avc
@@ -83008,13 +81700,13 @@ aaa
aaa
aab
aab
+aab
+aab
aiK
aiK
akr
aiK
aiK
-aiK
-aiK
anf
anf
anf
@@ -83265,12 +81957,12 @@ aaa
aaa
aab
aab
+aab
+aab
aiK
ajv
akq
ajv
-ajv
-ykH
aiK
ang
ang
@@ -83522,12 +82214,12 @@ aaa
aaa
aab
aab
+aab
+aab
aiK
ajw
akq
ajv
-ajv
-ykI
aiK
ang
ang
@@ -83779,12 +82471,12 @@ aab
aab
aab
aab
+aab
+aab
aiK
-yko
+ajy
akq
ajv
-ajv
-ajv
aiK
ang
ang
@@ -84036,11 +82728,11 @@ aab
aab
aab
aab
+aab
+aab
aiL
-ykp
+ajv
aks
-yks
-ykA
alf
aiK
ang
@@ -84293,9 +82985,9 @@ aab
aab
aab
agC
-agC
-agC
-agC
+ahb
+ahV
+aiK
aiK
akt
alg
@@ -84317,7 +83009,7 @@ aGT
aIx
aKn
aDj
-ylF
+aDj
aPv
aRk
aSA
@@ -84563,7 +83255,7 @@ ang
ang
ang
anf
-avh
+afS
awN
ayw
azS
@@ -84574,7 +83266,7 @@ aGU
aIy
aKo
aMd
-ylG
+aNQ
aPw
aRl
aSB
@@ -84592,7 +83284,7 @@ bhB
bcc
bkh
blz
-bnb
+bma
baK
bpH
baK
@@ -84831,7 +83523,7 @@ aGV
aGW
aKp
aMe
-ylH
+aNR
aPx
aDi
aSC
@@ -84870,7 +83562,7 @@ bFW
bGY
bIk
bIY
-bJR
+bvi
bgm
bLy
bMt
@@ -85088,7 +83780,7 @@ aGW
aGW
aKq
aMe
-ylI
+aNS
aPy
aRm
aSD
@@ -85345,7 +84037,7 @@ aGX
aIz
aKq
aMe
-ylJ
+aNT
aPz
aPz
aPz
@@ -85602,10 +84294,10 @@ aGW
aGW
aKr
aMe
-ylK
+aNU
aPA
aRn
-ylO
+aSE
aUr
aDk
aXc
@@ -85859,10 +84551,10 @@ aGY
aIA
aKs
aMf
-ylL
+aNS
aPB
aRo
-ylP
+aSF
aUs
aDk
aXc
@@ -86116,10 +84808,10 @@ aDi
aDi
aKt
aDi
-ylM
-aDj
-ylN
-ylQ
+aNV
+aDk
+aRp
+aSG
aUs
aDk
aXc
@@ -86376,7 +85068,7 @@ aMg
aNW
aPC
aRq
-ylR
+aSH
aUs
aDk
aXc
@@ -86418,7 +85110,7 @@ bJS
bJS
bJS
bIZ
-bOh
+bBF
blz
bPr
blz
@@ -86431,7 +85123,7 @@ aKl
aKl
aKl
aKl
-aKl
+beT
aKl
bdF
aKl
@@ -86633,7 +85325,7 @@ aDk
aDk
aPD
aRr
-ylS
+aSF
aUt
aIB
aXe
@@ -86675,10 +85367,10 @@ bIZ
bIZ
bIZ
bIZ
-aKi
-aKi
-aKi
-aKi
+aKl
+baJ
+aKl
+baJ
beR
baJ
baJ
@@ -86926,16 +85618,16 @@ bDW
bHg
bIr
bJa
-bJT
-bKP
-bLz
-bMu
+buQ
+bwr
bLD
-bNF
-bOi
-bOS
-bPs
-aKi
+bLD
+bAW
+aKl
+aKl
+aKl
+aKl
+aKl
beR
baJ
bRF
@@ -86959,7 +85651,7 @@ baJ
baJ
baJ
baJ
-alE
+bpG
aLT
aKj
baJ
@@ -87183,16 +85875,16 @@ bEd
bHh
bEd
bJa
-bJU
-bKQ
-bLA
+buR
bLD
-bLD
-bNG
-bOj
-bOT
-bOj
-aKi
+byO
+bAF
+bJa
+bJa
+bJa
+bJa
+bJa
+aKl
bQw
bQW
bRG
@@ -87394,9 +86086,9 @@ avr
awX
ayE
aAa
-yle
-aDm
-ylu
+aBu
+aDn
+aFc
aHc
aDm
aKx
@@ -87441,15 +86133,15 @@ bHi
bIs
bJb
bJV
+bws
bKR
-bLB
-bLD
-bLD
-bNF
-bOj
-bOj
-bOj
-aKi
+bAH
+bAX
+bBU
+bBV
+bBV
+bJa
+aKl
beR
aKl
bdF
@@ -87653,7 +86345,7 @@ ayE
aAb
aBv
aDm
-aFl
+aFd
aHd
aDm
aKy
@@ -87697,16 +86389,16 @@ bvJ
bHj
bvJ
bJc
-bJW
-bKS
-bLC
-bMv
-bMX
+buT
+bwx
+bzF
+bAI
+bAY
+bBV
+bBV
+bBV
bJa
-bJa
-bJa
-bJa
-aKi
+aKl
beR
aKl
aKl
@@ -87716,7 +86408,7 @@ aKl
aKl
aKl
aKl
-aKl
+bQW
aKl
aKl
aKl
@@ -87910,7 +86602,7 @@ ayE
aAc
aBw
aDm
-ylv
+aFe
aHe
aDm
aHe
@@ -87954,16 +86646,16 @@ bGc
bsf
bIt
bJd
-bJX
-bKR
+buU
+bwy
bLD
-bLD
-bMY
-bLD
-bOk
-bOU
-bPt
-baJ
+bAJ
+bAX
+bBV
+bCT
+bDN
+bJa
+aKl
beR
aKl
bRH
@@ -87982,7 +86674,7 @@ aKl
bQW
bXM
bYj
-bYE
+bJp
bYj
bYj
bYj
@@ -88167,7 +86859,7 @@ ayE
aAd
aBx
aDm
-ylw
+aFf
aHf
aID
aKz
@@ -88208,28 +86900,28 @@ bDf
bvL
bvL
bvL
-bvL
-bvL
bJa
-bJY
-bKT
-bLE
-bMw
-bMZ
-bNH
-bOl
bJa
-bPu
-baJ
-bQx
-baJ
-baJ
-baJ
+bJa
+bJa
+bJa
+bzG
+bAK
+bJa
+bJa
+bJa
+bJa
+bJa
+aKl
+beR
+aKl
+aKl
+aKl
baJ
baJ
baJ
bUn
-agt
+bSD
baJ
baJ
baJ
@@ -88239,7 +86931,7 @@ bWS
aKl
bXM
bYj
-bYF
+bEh
bYU
bZn
cik
@@ -88424,7 +87116,7 @@ ayE
aAe
aBy
aDm
-ylx
+aFg
aFj
aFj
aFj
@@ -88460,37 +87152,37 @@ byi
byi
byi
byi
-bCo
bDg
-bEh
+bAz
bFd
bGd
bHk
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
bJa
-bPu
-bPW
-beR
-bQX
-baJ
-bRV
-bSE
-bTm
-baJ
-baJ
-baJ
-baJ
-bRJ
-bVS
-bSI
+aqH
+aOJ
+aTz
+aZX
+bbB
+bgR
+bmD
+bvk
+bzN
+bDP
+bJa
+aKl
+bBF
+blz
+blz
+bFH
+blz
+blz
+blz
+blz
+blz
+blz
+bGB
+blz
+ccF
bSI
bSI
bSI
@@ -88680,8 +87372,8 @@ akD
akD
akD
aBz
-yll
-yly
+aDo
+aFh
aHg
aHg
aKA
@@ -88690,7 +87382,7 @@ aOa
aHg
aHg
aSM
-aUw
+akI
aVA
aXj
aVz
@@ -88717,36 +87409,36 @@ byj
bzr
bzr
bzr
-bzr
bDh
-bEi
+bAA
bFe
bGe
bHl
-bIu
-bJe
-bJZ
-bKU
-bLF
-bMx
-bNa
-bNI
-bOm
-bIu
-bPv
+bJa
+bJV
+bLD
+aTA
+aZY
+bLD
+bgR
+bAY
+bBV
+bzO
+bBV
+bJa
+aKl
baJ
-bOh
-bQY
-baJ
-bPU
-bSF
-bND
-bTL
-bUo
-bUJ
-bVi
-bRJ
-bVT
+aKl
+aKl
+bFJ
+aKl
+aKl
+aKl
+aKl
+aKl
+aKl
+bEm
+aKl
bWm
bWm
bWm
@@ -88973,37 +87665,37 @@ bxa
byk
bzs
bAt
-bBp
bCp
bDi
-bEj
+bBp
bFf
bGf
bHm
-bIu
-bJf
-bKa
-bKV
-bKb
-bMy
-bKh
-bKh
-bKh
-bMz
-bPt
+bJa
+bJV
+aPQ
+bLD
+aZZ
+bLD
+bgR
+bmD
+bBV
+bBV
+bBV
+bJa
+aKl
baJ
-aKi
-bOg
-bRI
-bRW
-bSG
-bSH
-bTM
-bND
-bUK
-bVj
-bRJ
-bVT
+aKl
+aKl
+bFJ
+aKl
+aKl
+aKl
+aKl
+aKl
+aKl
+bEm
+aKl
bWm
bWF
bWF
@@ -89230,37 +87922,37 @@ bxb
byl
bzt
bAu
-bBq
bCq
bDj
-bEk
-ajM
+bBq
+abE
bGg
bHn
-bIu
-bJg
-bKb
-bJf
-bLG
-bMz
-bNb
-bKh
-bOn
-bIu
-bIu
-bIu
-aKi
-bOg
+bJa
+ari
+aQj
+aUG
+baa
+baa
+bgS
+bJa
+bJa
+bJa
+bJa
+bJa
+beT
baJ
-bPV
-bSH
-bTn
-bTN
-bUp
-bUL
-bVk
-bRJ
-bVT
+baJ
+baJ
+bFK
+baJ
+beT
+bMD
+bMD
+bMD
+bMD
+bGC
+bMD
bWm
bWF
bWT
@@ -89487,37 +88179,37 @@ bxc
byl
bzr
bzr
-bBr
-bCr
-bDk
bzr
-bFh
-bCo
+bzr
+bzr
+adu
+agQ
bHo
-bIu
-bJh
-bKb
-bJf
-bLH
-bIu
-bNc
-bNJ
-bOo
-bIu
-aaa
-aaa
-aKi
-bOg
-bRJ
-bRJ
-bRJ
-bRJ
-bRJ
-bRJ
-bRJ
-bRJ
-bRJ
-bVU
+bJa
+bJa
+bJa
+bJa
+bJa
+bJa
+bJa
+bJa
+arj
+arj
+arj
+arj
+arj
+arj
+arj
+arj
+bEn
+arj
+arj
+bMD
+bFp
+bFM
+bGu
+bGD
+bGR
bWm
bWG
bWF
@@ -89538,7 +88230,7 @@ caY
ciL
ccG
bZA
-cdA
+bJj
cdG
cdP
lIz
@@ -89744,37 +88436,37 @@ bxd
bym
bzu
bAv
-bBs
-bCs
-bDl
-bEl
-bFi
-bGh
+bAw
+bAy
+bzr
+bzr
+bzr
+bzr
+ajM
+arj
+arj
+arj
+arj
+arj
+arj
+arj
+arj
+bEi
+bEk
+bFv
+bFv
+bFv
+bFv
+bFv
+bEo
+bMD
+bMD
+bMD
+bFt
+bFN
+bGv
+bGE
bHp
-bIu
-bJi
-bKc
-bKW
-bLI
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bQZ
-bRK
-bRX
-bSI
-bSI
-bSI
-bSI
-bSI
-bSI
-bSI
-bVV
bWm
bWF
bWU
@@ -89958,7 +88650,7 @@ ano
aov
apG
aqT
-asg
+afO
atP
atP
axc
@@ -90003,35 +88695,35 @@ bvN
bvN
bvN
bvN
-bvN
-bvN
-bFj
-bFj
-bFj
-bFj
-bJj
-bKd
-bKX
-bLJ
bIu
-bNd
bIu
-bOp
-bOp
-bOp
-bOp
-bQy
-bRa
-bRL
-cok
-bRL
-bRL
-bRL
-bRL
-bRL
-bRL
-bRL
-bRL
+bIu
+bIu
+bIu
+arj
+bFv
+bFv
+bFv
+bFv
+bFv
+bFv
+bFv
+bFv
+bFv
+bFv
+bBT
+bCG
+bCU
+bFv
+bEn
+bMD
+bEt
+bEO
+bOY
+bFO
+bOY
+bGF
+bHq
bWm
bWF
bWF
@@ -90257,38 +88949,38 @@ bvN
bxe
byn
bzv
-bAw
bBt
-bCt
+bAx
bDm
-bEm
-bFk
-bGi
-bHq
-bFj
-bJk
-bKe
-bKY
-bLK
-bMA
-bMA
-bMA
-bOq
-bOq
-bPw
-bOp
-bQz
-bdJ
-bRL
-col
-coy
-aeD
-coW
-cpi
-cpr
-cpC
-cpN
-bVl
+adz
+afy
+afU
+akb
+bIu
+arj
+bFv
+aUH
+bac
+bbC
+bFv
+aWk
+bvl
+bzU
+bAP
+bFv
+bBW
+bCN
+bCV
+bFv
+bHK
+bMD
+bEu
+bEP
+bOZ
+bFQ
+bGw
+bGG
+bOY
bWm
bWF
bWF
@@ -90514,38 +89206,38 @@ bvO
bxf
byo
bzw
-bAx
bBu
bCu
bDn
-bEn
-bFl
-bGj
+aet
+afP
+afV
+akF
+bIu
+arj
+bFv
+aUI
+bag
+bbD
+bFv
+bmG
+bvm
+bbm
+bAR
+bFv
+bBW
+bCO
+bCW
+bFv
+bHL
+bMD
+bEv
+bFg
+bOY
+bFT
+bGx
+bGx
bHr
-bIv
-bJl
-bKf
-bKZ
-bLL
-bMB
-bNe
-bNK
-bOr
-bOp
-bOp
-bPX
-bQz
-bdJ
-coj
-com
-coz
-coM
-coX
-cpj
-cqa
-cqa
-cqa
-cpY
bWm
bWm
bWm
@@ -90578,10 +89270,10 @@ cff
cfs
cfG
cfR
-ylU
-ylV
-ylW
-ylX
+cgb
+cgh
+cgq
+cgx
cgD
aQk
aab
@@ -90771,55 +89463,55 @@ bvN
bxg
byp
bzx
-bAy
bBv
bCv
bDo
-bEo
-bFm
-bGk
-bHs
-bIw
-bJm
-bKg
-bLa
-bLM
-bMA
-bMA
-bMA
-bOq
-bOq
-bPx
-bOp
-bQz
-bdJ
-bRL
-con
-coA
-agQ
-coY
-cpk
-cpt
-cqa
-cqa
-cpZ
+aeD
+alF
+afW
+akL
+aoP
+ark
+bFv
+bFv
+bai
+bFv
+bFv
+bmG
+bvm
+bbm
+bAS
+bFv
+bFv
+bFv
+bDa
+bFv
+bHL
+bMD
+bMD
+bFh
+bFu
+bGh
+bFh
+bFu
+bMD
bWm
bWH
bWV
bXn
bXn
bXn
-bYI
+bFG
bYW
bZp
bWm
bWm
-anA
+bJs
bWm
bWm
-amA
+bJx
pjW
-ykj
+bJz
ccH
cdd
cdm
@@ -91000,9 +89692,9 @@ aIH
aKE
aMp
aOc
-anB
+aPK
aHl
-aST
+ajt
aUA
aVF
aXn
@@ -91028,38 +89720,38 @@ bvN
bxh
byq
bzy
-bAz
bBw
bCw
bDp
-bEp
-bFn
-ahu
+afd
+afQ
+agq
+akM
+bIu
+arl
+bFv
+aUJ
+baj
+bcb
+bgU
+bnQ
+bvn
+bvn
+bAU
+bBG
+bBY
+bCP
+bDc
+bEl
+bHN
+bEq
+bEw
+bFi
+bFi
+bGi
+bGy
+bGy
bHt
-bFj
-bJn
-bKh
-bKh
-bLN
-bIu
-bNf
-bIu
-bOp
-bOp
-bOp
-bOp
-bQA
-bdJ
-bRL
-coo
-coB
-coO
-coZ
-akF
-cpu
-cqa
-cqa
-cqa
bWm
bWI
bWW
@@ -91285,40 +89977,40 @@ bvN
bxi
byr
bzz
-bAA
bBx
bCx
bDq
+anw
+afR
+agt
+alG
+bIu
+arl
+bFv
+aUK
+bak
+bcA
+bgV
+bnR
+bvo
+bzV
+bAZ
+aWh
+bBZ
+aWh
+bDw
+bFv
+arj
bEq
-bFo
-bGm
-bHu
+bEy
bFj
-bJo
-bKh
-bKh
-bLO
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bIu
-bRb
-bRL
-cop
-coC
-coP
-cpa
-cpm
-cpv
-cpG
-cpR
-cqb
+bFw
+bGj
+bFw
+bGH
+bHu
bWm
-ykg
+bJn
bXo
mEE
mEE
@@ -91329,7 +90021,7 @@ mEE
bZD
cip
cax
-alH
+bJv
ciB
cbw
cbO
@@ -91337,7 +90029,7 @@ cco
ccJ
cde
cdo
-amf
+bJC
cdK
amz
cdX
@@ -91544,36 +90236,36 @@ bys
bzA
bzA
bzA
-bzA
bDr
-bvN
-bFp
-bGn
-bHv
-bFj
-bJp
-bKi
-bLb
-bLP
bIu
-bNg
-btm
-baK
-bOV
-baK
-baK
-btm
-bAi
-bRL
-ajN
-coF
-coQ
-cpb
-cqh
-cqh
-cqh
-cqh
-cqi
+afT
+agR
+alH
+bIu
+arl
+bFv
+aVC
+bal
+bcB
+aWh
+bod
+aWk
+bzX
+bBa
+aWh
+bBZ
+aWh
+bDA
+bFv
+arj
+bEq
+bEz
+bFk
+bFx
+btg
+bFx
+bGK
+bHv
bWm
cql
bXp
@@ -91593,7 +90285,7 @@ cbx
cbx
cbx
cbx
-amC
+bJA
pjW
cdL
cdQ
@@ -91767,11 +90459,11 @@ ajE
aDt
aFq
aHp
-aoI
-aoM
-aoN
-aoO
-aoP
+aIJ
+aKH
+aMs
+aOe
+aPN
aHl
aSU
aUB
@@ -91799,38 +90491,38 @@ bvN
bxk
aYx
bcr
-aYx
bcr
aYx
bDs
-bvN
-bFj
-bFj
-bFj
-bFj
bIu
bIu
bIu
bIu
bIu
-bdJ
-aLT
-bMD
-bMD
-bMD
-bMD
-bQB
-bMD
-bRL
-ajO
-coF
-coR
-bSO
-agR
-bSO
-bSO
-cpT
-cqd
+bzQ
+bFv
+aVS
+baG
+bcJ
+ykm
+bod
+aWk
+aWk
+bBa
+aWh
+bCo
+aWh
+ykn
+bFv
+arj
+bEq
+bED
+bFl
+bFy
+bFy
+bFy
+bGL
+bHA
bWm
cqm
bXq
@@ -92024,11 +90716,11 @@ ajE
atX
aFr
aHq
-aoJ
+aIK
aKI
aMt
aMu
-apt
+aPO
aHl
aSU
aUB
@@ -92064,30 +90756,30 @@ bEr
aZN
bGo
bHw
-baW
-bJq
-baK
-baK
-baK
-bMC
-bCe
-alE
-bMD
-bOW
-bPy
-bPY
-bOY
-bRc
-bRL
-cos
-coF
-bSL
-cpc
-bSL
-aet
-cpI
-bSQ
-cqe
+amD
+aQl
+aWh
+aWh
+aWh
+bbm
+brN
+bvp
+bzZ
+bBa
+aWh
+bCo
+aWh
+bDH
+bFv
+arj
+bEq
+bEz
+bFm
+bFm
+bFm
+bFm
+bFm
+bHv
bWm
bWm
cqp
@@ -92097,7 +90789,7 @@ bXP
bXP
mIF
bWm
-ykh
+bJq
cir
ngR
cbe
@@ -92281,16 +90973,16 @@ aBD
aDr
aFr
aHr
-aoK
+aIL
aKJ
aMu
aMu
-apO
+aPP
aHl
amr
aUB
aVK
-aXs
+akJ
aYy
aZO
baW
@@ -92321,30 +91013,30 @@ baW
bFq
baW
bHx
-bIx
-cqY
-cqY
-cqY
-cqY
-cqY
-bMD
-bMD
-bMD
-alF
-bPz
-bPZ
-bOY
-bRd
-bRL
-cot
-coG
-abE
-cpd
-cpo
-cpo
-cpo
-cpU
-cqf
+aYx
+aCE
+aWh
+aWh
+aWh
+bbm
+brN
+bak
+bbm
+bBb
+bBH
+bBH
+bCR
+bCA
+bFv
+arj
+bEq
+bEz
+bFm
+bFm
+bFm
+bFm
+bFm
+yko
bWm
bXa
bXs
@@ -92355,7 +91047,7 @@ bXQ
cia
bWm
bZG
-alG
+bJr
bZG
pjW
ciF
@@ -92538,11 +91230,11 @@ aBE
aDu
aFs
aHs
-aoL
+aIM
aKK
aMv
aOf
-apP
+cnV
aHl
amr
aUB
@@ -92578,30 +91270,30 @@ aYx
aVI
aYx
bHy
-aYx
-bJr
-bKj
-bLc
-bLQ
-thq
-bMD
-bNh
-bOs
-bOY
-bPA
-bOY
-bQC
-bRe
-bRL
-cou
-coH
-adu
-adz
-bSL
-afd
-afy
-bSQ
-cqg
+apU
+aQn
+aWj
+bbi
+bcM
+aWh
+bod
+bbm
+aWh
+bBc
+bBs
+bCr
+aWh
+bDJ
+bFv
+arj
+bEq
+bEF
+bFm
+bFm
+bFm
+bFm
+bFm
+bHF
bWm
bWm
tRw
@@ -92834,44 +91526,44 @@ bzB
bvP
aZQ
bGp
-bHz
-bIz
-bJs
-bKk
-bLd
-bLQ
-thq
-bMD
-bNi
-bOt
-bOZ
-aht
-bQa
-bQD
-bRf
-bPH
-cox
-coK
-coT
-cpf
-bVt
-bVt
-bVt
-cpV
-cqh
+bHy
+aYx
+aQp
+aWk
+bbm
+bcS
+aWh
+bsF
+bvZ
+bAL
+bBr
+bBN
+bCs
+bCr
+bDL
+bFv
+arj
+bEq
+bEz
+bFm
+bFm
+bFm
+bFm
+bFm
+bHv
bWm
cqo
cqq
bXt
bXS
-bXp
+bJo
ofm
bXp
bXp
ofm
iNY
nOo
-wwA
+bJw
cbg
bQO
cbT
@@ -93091,31 +91783,31 @@ buK
buK
btH
aYx
-bHA
+ajO
bIA
-bJr
-bKl
-bLe
-bLQ
-thq
-bMD
-bNj
-bOu
-bPa
-bPC
-bQb
-bQb
-bRg
-bPH
-ykf
-coK
-coU
-cqh
-cqh
-cqh
-cpL
-cqh
-cqi
+aQp
+aWk
+aWk
+bcB
+aWh
+bod
+bxp
+aWh
+bBs
+bBc
+bBs
+aWh
+bDM
+bFv
+arj
+bEq
+bEI
+bFn
+bFz
+bGm
+bGz
+bGP
+bHG
bWm
bXd
cqq
@@ -93348,31 +92040,31 @@ buK
buK
aZQ
bGq
-bHB
-bIB
-cqY
-cqY
-cqY
-cqY
-cqY
-bMD
-bMD
-bMD
-bPb
-bPD
-bQc
-bMD
-bMD
-bPH
-cox
-coK
-coV
-cpX
-cpX
-cpX
-cpX
-cpX
-cqj
+bHy
+aYx
+aQq
+aLW
+aLW
+aYg
+aCE
+bsQ
+apW
+aQo
+aQo
+aQo
+aQo
+bCS
+bFv
+bFv
+bHO
+bEq
+bEK
+bFo
+bEq
+bGn
+bEq
+bEK
+bFo
bWm
bWm
cqr
@@ -93389,10 +92081,10 @@ xIJ
xIJ
cbA
cbU
+cct
xCL
cct
-cct
-amD
+bJB
xIJ
cdO
cdQ
@@ -93610,28 +92302,28 @@ aYx
aVI
bKm
bLf
-bLS
-bME
-anv
-bNM
-bOv
+bAD
+bLU
+bBR
+bRh
+bLU
+bLU
bLU
-bPE
bLU
bQE
grR
-bRN
-bSk
-bST
-bTy
+bJI
+bLU
+bGk
bLf
bLU
bLU
+gtX
bLU
bLU
bLU
-bME
-amE
+bJm
+bJI
bRh
bXw
bXV
@@ -93641,7 +92333,7 @@ bLf
any
cqz
anx
-cqN
+bJt
oqb
xIJ
pxo
@@ -93653,7 +92345,7 @@ rKm
nif
ppQ
fCk
-bSx
+cdQ
cdQ
cdQ
cdQ
@@ -93864,31 +92556,31 @@ bFs
aYx
bHD
bGs
-bJt
-bKn
-bLg
-bLT
-bLT
-bLT
-bNN
-bOw
-bLT
-bPF
+buP
+bwg
+bTY
+bQd
+bQd
+bBS
+bRi
+bQd
+bQd
+bSU
bQd
bQd
bRi
bQd
+bSU
+bWd
+bTY
+bHs
+bQd
bSl
bSU
bQd
-bTY
-bQd
-bSU
-bQd
-bQd
-bQd
bQd
bWd
+bQd
bRi
bQd
bXW
@@ -93897,12 +92589,12 @@ cib
pDO
cqv
cqA
-gnU
+cqA
cqO
-cqV
+bJR
xIJ
xIJ
-yki
+bJy
cQr
vPN
vPN
@@ -94128,32 +92820,32 @@ bLU
bLU
bLU
bNO
-bOx
-bPc
-bPG
bLU
bLU
-bLU
-bLU
-anw
bSV
-gsL
+bLU
+bLU
+bLU
+bLU
+bSV
+bBR
bLf
+bHz
bUy
-bSV
+bIc
+bIy
+bOx
+bLU
+bBR
bLU
bLU
-bWe
bLU
-gtX
-bLU
-bYO
bLU
bLU
guu
bLf
bLU
-cqB
+bLU
guP
bYO
vus
@@ -94376,44 +93068,44 @@ buK
buK
aZQ
bGr
-bHF
-aYC
-bJu
-bJu
-bJu
-bJu
-bJu
-bNl
-bJu
-bJu
-bJu
-bPI
-bQF
-bQF
-bQF
-bRj
-bPI
-bPI
-bPI
-bPI
-bPI
+aoI
+aYx
+aRO
+aWl
+aWl
+aWl
+aWl
+aWl
+bxu
+bRL
+bep
+bep
+bep
+bel
+bfG
+bfG
+bem
+bJZ
+bUz
+bUz
bUz
bUz
bUz
bUz
bVO
gtY
-bUz
-bUz
+bqr
+bqB
+brC
bVO
bVO
bUz
bUz
+bsR
+bsR
bUz
bUz
-bUz
-bUz
-dpM
+btS
xIJ
cbC
xIJ
@@ -94633,42 +93325,42 @@ buK
buK
bFs
aYx
-bHG
+bHB
aYx
-bJu
-bKo
-bLh
-bLV
-bMF
-bKq
-bJu
-bOy
-bOy
+aRQ
+aWo
+aTd
+aTd
+aTd
+aTd
+aWo
+bRL
+bgO
+bgZ
bPI
-gru
-bQG
-bRk
-grY
-bPI
-bSW
-gsM
-gsT
-bPI
-gtj
-gtq
-gty
+beo
+bfq
+bfH
+bin
+bix
bUz
-bWu
-bWg
+bkf
+bmj
+bIJ
bUz
bUz
-bWu
+bpk
+bpt
+bqs
+bqG
+brE
bVP
+bsw
+bUz
+bUz
+bUz
+bUz
bUz
-bZe
-guF
-cqR
-guQ
bUz
bPK
cbF
@@ -94890,42 +93582,42 @@ bzB
bvP
aZQ
cuQ
-cve
-bIz
-bJv
-bKp
-bLi
-bLW
-bMG
-bLW
-bNP
-bOz
-bPd
-bPI
-bQe
-bQH
-bRl
-grZ
-bPI
-bSX
-bTA
-bTZ
-bPI
-bUW
-bVx
-gtz
+aoJ
+aYx
+aRQ
+aTd
+bbn
+amA
+amA
+buf
+bxD
+bRL
+bfw
+bfv
+bfI
+bfw
+bfw
+bfw
+biz
+biy
bUz
-gtQ
-gtZ
-guh
-bXy
+bkt
+bmk
+gtz
+boa
+boe
+gtH
+bpv
+ykp
gtH
gtH
-guv
-bZf
-guG
-guL
-guR
+gtH
+gtH
+brf
+bsL
+bsX
+bsX
+bsX
bUz
bPL
cbE
@@ -95147,42 +93839,42 @@ aYx
aYx
cuK
aYx
-bHG
-bIC
-bJu
-bKq
-bLj
-bKq
-bKq
-bKq
-bJu
-bOA
-bPe
-bPI
-bQf
-bQH
-bRm
-gsa
-bPI
-bSY
-gsN
-bTZ
-bPI
-bUC
-bVy
+bHB
+apU
+aRQ
+aXx
+bbs
+bcT
+bhb
+bug
+byf
+bRL
+bfx
+bfw
+bfK
+bgW
+bhc
+bgW
+bJY
+bKa
+bUz
+bkz
+bmn
gtA
bUz
-gtL
-gua
-bYa
-bYa
-bYa
-bYa
-bZu
-bZf
-guH
-bZM
-guS
+boR
+bpn
+bpz
+bqt
+bqt
+bqt
+bqt
+bsy
+bVa
+bsM
+bsZ
+bsZ
+bsZ
bUz
bPL
cwf
@@ -95399,48 +94091,48 @@ bcy
bcy
bcy
bBz
-bcy
+baW
bDt
-bEs
-bGs
-bGs
-bHI
+aeG
+aeG
+aeG
+aoK
aYx
-bJu
-bKr
-bJu
-bLX
-bJu
-bNm
-bFv
-bFv
-bFv
-bPI
-bQg
-bQI
-bRn
-bRO
-bPI
-bSZ
-bTB
-bUb
-bPI
-bUz
-gtr
+aRQ
+aTd
+bbs
+bIK
+bIK
+bug
+byw
+bRL
+bfy
+bfw
+bfL
+bgX
+bhd
+bic
+bfw
+biA
bUz
bUz
-gtS
-bWh
-bWv
-bWK
-bWK
-gus
+bmo
+bUz
+bUz
+boi
+bpo
+bpW
+bqu
+bqu
bVa
-bWC
-bWC
-bZN
-cak
-gvc
+bqu
+bqu
+bVa
+bsM
+bsZ
+bsZ
+btk
+bUz
dnQ
cbE
cbD
@@ -95658,45 +94350,45 @@ bAB
bBA
bCy
aXt
-bEt
aYx
aYx
-aYx
-aYx
-bJu
-bKs
-bJu
-bKs
-bJu
-bNn
-bFv
-cwO
-cwX
-bPI
-bQh
-bQH
-bRo
-bQh
-bPI
-bTa
-bPI
-bPI
-bPI
-bUX
-bVz
-gtB
-gtK
+blU
+arv
+avh
+aRQ
+aTd
+bbs
+bda
+bia
+bug
+byx
+bRL
+bfz
+bfw
+bgg
+bgY
+bhe
+bid
+bfw
+biB
+bjG
+bkB
+bmt
+bmJ
+bUE
+bWj
bVa
bWh
-bWv
-bWL
bWK
-gus
+bWK
bVa
-guB
-guI
-bUz
-bUz
+bWK
+bWK
+bVa
+bsM
+bsz
+bsz
+bsz
bUz
caW
amB
@@ -95913,47 +94605,47 @@ bxs
bAC
bAC
bxs
-aVI
+aUB
aXq
-bEu
-cuL
-cwW
-cwW
-cxi
-bFv
-bFv
-bFv
-bFv
-bFv
-bFv
-bFv
-cwP
-cwY
-bPI
-bQi
-grx
-bRp
-gsb
-bSn
-bTb
-bTD
-bUd
-bPI
-bUY
-bVz
-bUE
+aVI
+aVI
+bRL
+amf
+apt
+aRS
+aXC
+bbt
+aYS
+aYS
+buN
+aXC
+bRL
+bfB
+bfw
+bfw
+bfw
+bhf
+bfw
+bfw
+biB
+bJJ
+bkC
+bJl
+bJG
+gtC
bWj
bVa
-gub
+bWh
+bWK
+bWK
bVa
+bWK
+bWK
bVa
-bVa
-bVa
-bVa
-bZw
-bVa
-ykn
-guT
+bKi
+bUz
+bUz
+bUz
bUz
hoM
cbE
@@ -96170,47 +94862,47 @@ byu
mbs
mbs
bxs
-bCz
+bdU
bDu
-bEt
-cuN
-cwX
-afA
-afB
-cvy
-bGy
-cvN
-cvZ
-bGy
-bFv
-cwD
-cwQ
-cwZ
-bPI
-bQj
-bQH
-bQH
-bRP
-bSo
-bTc
-bTE
-bUe
-bPI
-bUZ
-bXE
-gtC
+aYx
+apP
+aht
+asg
+aST
+aRT
+aRT
+bbu
+beq
+aRT
+buO
+byA
+bRL
+bfC
+bfw
+bfw
+bfw
+bfw
+bfw
+bfw
+biC
+bUz
+bkE
+bmt
+bUB
+gtD
bWj
bVa
bWh
-bXB
-bXB
+bqv
+bXg
bVa
-bXB
-bXB
-bZw
-bXB
+bXg
+bXg
bVa
-cal
+bsM
+bsX
+bsX
+bsX
bUz
pRK
cwf
@@ -96427,47 +95119,47 @@ bzD
peG
yjI
bxs
-bCA
-aXt
-bEt
-cuN
-aeG
-bGA
-cvr
-bKA
-bGy
-cwa
-cwa
-bGy
-bFv
-cwD
-cwR
-cxa
-bPI
-bQk
-bQH
-bQH
-bRQ
-bSp
-bTd
-bTF
-bQH
-bUF
+bfN
+bmL
+bmC
+aqB
+ahu
+aXs
+bFP
+aSs
+aSs
+aSs
+ber
+aSs
+buV
+byD
+bbA
+bCt
+bfw
+bfL
+bgX
+bhd
+bic
+bfw
+biB
+bUz
+bkO
+bmt
bUB
-bXE
-gtD
+bVQ
bWj
bVa
bWh
-bWK
-bWL
bVa
-bWK
-bWK
-bZw
-bWL
bVa
-bZO
+brl
+bVa
+bVa
+bVa
+bsM
+bsZ
+bsZ
+bGl
bUz
pRK
cbE
@@ -96684,49 +95376,49 @@ bxs
bAE
bAE
bxs
+bEx
+aYx
bCB
-bDv
-cuH
-bFx
-afz
-cvh
-afO
-bKA
-bGy
-bGy
-bGy
-cwm
-bFv
-bFv
-bFv
-cxb
-bPI
-bPI
-bRS
-bQH
-bRQ
-cxC
-bQH
-cxC
-bQH
-gsZ
-bVb
-bXE
-bVQ
+asD
+ajN
+amE
+apQ
+awc
+aYL
+bbv
+bes
+bib
+aYS
+byG
+aRQ
+bCE
+bfw
+bgg
+bgY
+bhe
+bid
+bfw
+biB
+bjI
+bUB
+bmx
+bUB
+gtE
bWj
bVa
-bWw
-bWK
-bWK
+bWh
+bqu
+bqu
bVa
-bWK
-bWL
-bZw
-bXg
+bqu
+bqu
bVa
-guU
+bsM
+bsZ
+bsZ
+btk
bUz
-caX
+bJi
vyF
olp
orx
@@ -96941,47 +95633,47 @@ bxs
bzE
bAG
bxs
-akI
-cuG
-cuI
-cuO
-cuV
-cvt
-cvt
-cvz
-cvE
-cvP
-cwn
-cwn
-cwv
-cwE
-cwS
-cxc
-cxj
-bPI
-bRS
-bQH
-bRQ
-cxz
-cxF
-bQl
-bQH
-gta
-bVc
-bVd
-bUE
+aoL
+byB
+bDy
+byB
+bRL
+bRL
+bRL
+bRL
+arn
+aWl
+aWl
+bij
+aSs
+byJ
+bdw
+bCF
+bfw
+bgk
+bfw
+bgk
+bfw
+bfw
+biB
+bjN
+bUB
+bmy
+bUB
+gtF
bWj
bVa
bWh
-bXg
-bXg
+bWK
+bWK
bVa
-bXg
-bXg
-bZw
+bWK
+bWK
bVa
-bVa
-guV
+bsM
+bsz
+bsz
+bsz
bUz
gvo
pqr
@@ -97198,47 +95890,47 @@ vpw
drP
dzP
bxs
-akJ
-bDx
-bEx
-cuP
-cuW
-bGy
-bGy
-bGA
-cvF
-cvT
-afP
-afU
-bGy
-cwI
-bGy
-cxe
-bGy
-bPI
-cxo
-bQH
-nfj
-bQH
-bQH
-bQH
-bQH
-gtb
+aYM
+aYx
+bvf
+bDI
+bIE
+bRL
+anv
+apR
+ayF
+aTd
+bet
+bil
+amA
+byK
+bej
+bDk
+bEA
+bgI
+bgI
+bhg
+bgI
+bio
+biD
+bjT
bUB
-bXE
-gtE
+bmt
+bUB
+bUE
bWj
bVa
bWh
+bWK
+bWK
bVa
+bWK
+bWK
bVa
-bVa
-bVa
-bVa
-bZw
-bVa
-bVa
-bZO
+bKi
+bUz
+bUz
+bUz
bUz
bSv
jnz
@@ -97454,54 +96146,54 @@ dvg
bvW
bvW
byv
-bxs
-aUB
-bDy
-aUB
-bFv
-cuX
-bGA
-bGA
-bGA
-bGA
-cvT
-cwq
-cwy
-bGy
-cwI
-bGy
-cxe
-bGy
-bPI
-cxp
-bQH
-bRQ
-bSp
-bTd
-bTF
-bQH
-bPI
-gtk
-bVC
-gtF
-bWj
-chS
-bWO
-bXh
-bYS
-guq
-bXh
-bYS
-bZh
-bXB
-bVa
-guU
+apV
+aTx
+bcV
+bfm
+bCz
+bHV
+apV
+anA
+apS
+aNb
+bbw
+bfD
+biv
+buX
+byL
+bek
+bfw
+bEC
+bfw
+bfw
+bhh
+bfw
+bip
+biF
bUz
-sJx
+bkQ
+bmt
+bUB
+bUE
+bWj
+bVa
+bWh
+bXg
+bXg
+bVa
+bXg
+bXg
+bVa
+bsM
+bsX
+bsX
+bsX
+bUz
+bIO
bSx
bSx
tsg
-gvw
+bIP
bSx
bSx
aaa
@@ -97711,55 +96403,55 @@ bxt
byz
drP
yjJ
-bxs
-bPJ
-bDz
-bPJ
-bFv
-cuY
-cvj
-cvu
-cvA
-bKx
-cvT
-cwq
-cwq
-bGy
-cwI
-bGy
-cxg
-bGy
-bPI
-cxq
-bQH
-bRQ
-cxC
-bQH
-cxC
-gsU
-bPI
-gtl
-gtt
+apV
+aUw
+bcW
+biw
+bFR
+bHW
+apV
+anB
+apT
+aOF
+bIz
+bfE
+bjF
+buZ
+byN
+bRL
+bgX
+bFB
+bqx
+bKd
+bhh
+bih
+biq
+biJ
+bjG
+bkT
+bJD
+bJH
gtG
gtL
+chS
+bpX
+bYa
+bYa
+bYa
+bYa
+bZu
bVa
-guc
-bXi
-bXi
-bXi
-bXi
-bXi
-bZw
-bWL
-bVa
-guV
+bsM
+bsZ
+bsZ
+bsZ
bUz
bSv
bSv
cbG
dTQ
iTM
-gul
+bJE
bSx
aaa
aaa
@@ -97968,55 +96660,55 @@ bxr
byy
coh
coi
-bxs
-bCE
-cbl
-bPJ
-bFv
-cuZ
-afP
-bGy
-cvB
-cvG
-cvT
-afU
-afV
-bGy
-cwI
-bGy
-cxg
-cxk
+apV
+aWm
+bcW
+bIH
+bJe
+bIB
+apV
+bIK
+apX
+aOG
+bID
+bfF
+bjL
+bvd
+bzH
bPI
-grz
-bQH
-bRQ
-cxz
-cxF
-bQl
-gsV
bPI
-bUz
-gtu
-bUz
-gtM
-bWA
-gud
-bXG
-bXG
-bXG
-bXG
-guw
-bZj
-bXg
+bPI
+bPI
+bPI
+bhi
+bPI
+bfw
+bhh
+bJJ
+bkX
+bmz
+bUB
+gtB
+gtL
bVa
-guY
+bWh
+bVa
+bVa
+bVa
+bVa
+bVa
+bVa
+bsM
+bsZ
+bsZ
+btk
bUz
kqA
bSv
lpG
tXU
kLC
-dJL
+bJE
bSx
aaa
aaa
@@ -98225,55 +96917,55 @@ bxs
bxs
bxs
bxs
-bxs
-bPJ
-cbl
-bPJ
-bFv
-cva
-bGy
-bGy
-cvC
-cvH
-cvU
-cww
-agq
-cww
-cxj
-bGA
-bGA
-bGA
+apV
+aUw
+bcW
+biw
+bHQ
+ykl
+apV
+aoM
+aqa
+ayF
+bby
+bet
+bjM
+bId
+bzI
bPI
-grA
-bQH
-bRQ
-bQH
-bQH
-bQH
-gsW
-bUg
-gtm
-gtv
-gtH
-bVa
-bWA
-bWP
-bWC
-bWC
-bWC
-bWC
-gux
-bZj
-bVa
-bVa
-guZ
+bDl
+bJU
+bmi
+bgP
+bhx
+bPI
+bfw
+bhh
bUz
-gul
+bnB
+bnF
+bnB
+bUz
+boX
+bpp
+bqb
+bZV
+bZV
+bZV
+bZV
+bZV
+bZV
+boc
+bsz
+bsz
+bsz
+bUz
+btZ
bSv
cbG
-gne
+dTQ
vnl
-oUr
+bJE
bSx
aaa
aaa
@@ -98481,56 +97173,56 @@ qgS
bxv
wgN
rwV
-jwK
-bxw
-bPJ
-nEB
-npk
-bFv
-cvb
-cvl
-cvv
-cvD
-cvI
-cvV
-cwh
-bGy
-afR
-afW
-afU
-bGy
-cxl
+bcP
+apV
+aZx
+bcX
+biw
+bDx
+bHW
+apV
+bRL
+bRL
+bRL
+bRL
+bRL
+bRL
+bRL
+bzL
bPI
-grB
-grS
-gsc
-bSt
-akb
-bSt
-gsX
-bSt
-gtn
-gtw
-bVR
-gtN
-gtT
-gue
-bXk
-bWC
-bXk
-bYA
-guy
-bZw
-bZy
-bZV
-gva
+bjH
+bgP
+bgP
+bgP
+boS
+bPI
+bir
+bjs
+bkd
+bld
+bmA
+bob
+bob
+brj
+bld
+bqd
+brv
+btL
+btL
+btL
+btL
+bKe
+bKb
+bpr
+bpr
+bpr
bUz
bSx
bSx
lpG
dTQ
gvm
-gul
+bJF
bSx
aaa
aaa
@@ -98734,60 +97426,60 @@ chs
uQH
uQH
uQH
+apO
+avz
+bqq
+bcO
+bcY
bwa
-kGG
-byB
+aRR
bzJ
-byB
-bBD
-bCF
-quz
-bEA
-bFv
-bFv
-cvm
-bFv
-bFv
-cvJ
-afS
-cwj
-afP
-cwy
-cwL
-cwU
-afU
-bOJ
+bDv
+bHR
+bIw
+apV
+aoN
+bKc
+aOH
+bei
+bSv
+aZV
+bQp
+bPL
bPI
-grC
-cxw
-fii
-jNC
-gsA
-gsr
+bgP
+bJX
+bgQ
+bha
+bhT
bPI
-bPI
-bUz
-bUz
-bUz
-bUz
-bUz
-bUz
-bUz
-bXJ
-bUz
-bUz
-bUz
-bZl
-bUz
-bUz
-bUz
+biu
+bfw
+bke
+ble
+bmB
+boW
+boW
+bpq
+bqc
+bsP
+bsA
+brl
+bVa
+bVa
+bVa
+bKf
+bKb
+bpr
+bpr
+bKh
bUz
bSv
bRz
bSv
bRx
cbj
-gul
+bJF
bSx
aaa
aab
@@ -98995,50 +97687,50 @@ bwb
wAo
byC
bzK
-yjK
-bxw
-bPJ
-bPJ
-bEA
-bFv
-cvc
-cvn
-bII
-bFv
-cvL
-afQ
-cwj
-bGy
-afW
-afR
-afW
-bGy
-cxm
-bPI
-bQQ
-cxx
-wQE
-bSu
-gsB
-gsP
-bPI
-bUH
-gto
-bSw
+bHP
+apV
+bbx
+bcU
+bHX
+bJf
+bIC
+apV
+aoO
bSv
-bUz
-bWC
-bWC
-ykm
-bWC
-bWC
-bWC
+bSv
+caE
+bSv
+aZV
+bSx
+bPL
+bPI
+bDz
+bPI
+bPI
+bPI
+bPI
+bPI
+bPI
+bjD
+bJu
+bJu
+bJu
+bJu
+bJu
+bpc
+bJu
+bsP
+bsA
+btN
+bVa
+bVa
+bJk
guz
-guC
-guJ
-bSv
-bSv
-bSv
+bpr
+bpr
+bta
+bJW
+btQ
caE
bQp
bSv
@@ -99253,49 +97945,49 @@ bxx
btY
bxy
bxy
-bxy
-bxy
-bxy
-bPO
-bFv
-cvd
-bHR
-cvw
-bFv
-cvL
-afT
-cwk
-cwu
-cwA
-bGA
-bGA
-bGA
-bOC
-bPI
-ykl
-grT
-jXF
-gss
-gsC
-gsQ
-bPI
-gtc
+apV
+apV
+apV
+apV
+bHS
+apV
+apV
+aoN
bSv
bSv
-bSw
+bSv
+bSv
+bbz
+bSx
+bPL
+bSx
+bSv
+gul
+gul
+btZ
+bSv
+bSv
+bSx
+bSv
+bJu
+bly
+bnH
+bnH
+bnH
+bpe
+bJu
+bsP
+bUz
+bUz
+brG
+brG
+bUz
+bUz
+bUz
+bUz
bUz
-gtU
-guf
-bXm
-bXL
-bYg
-bYC
bUz
-guD
bUz
-guN
-akL
-caE
bRz
bSv
cbH
@@ -99508,57 +98200,57 @@ bva
shM
gNO
txO
-gLH
-yjL
-gcu
+bIb
+ben
+bIa
cnE
bxy
-grr
-bFv
-bGG
-cvo
-cvx
-bFv
-bFv
-bFv
-cwl
-bFv
-cwB
-cwW
-cwW
-cxi
-bFv
-bPI
-grD
-grU
-bPI
-bPI
-bPI
-bPI
-bPI
-bSv
-bSw
-bSw
-bSw
-bUz
-bUz
-bUz
-bUz
-bUz
-bUz
-bUz
-bUz
-guE
-bUz
-bSx
-bQp
-bSx
-bSx
-bSx
-bSx
-bQp
+bjE
cbj
-ccX
+bSv
+bSx
+bKc
+aqb
+aOI
+bSv
+bSv
+aZV
+bSx
+bPL
+bSx
+bSv
+bSv
+bSv
+bSv
+bSv
+btZ
+bSx
+bSv
+bJu
+blZ
+bKg
+blZ
+bKg
+bpg
+bJu
+brr
+bqz
+bVa
+bVa
+bVa
+bVa
+bUz
+gul
+bth
+bti
+bSv
+caE
+bSv
+bSv
+bSv
+bSx
+ccD
+bZz
bSx
aaa
aab
@@ -99767,55 +98459,55 @@ lCC
byE
bxy
bAM
-bBF
+bAQ
cnE
bxy
-bPO
-bFv
-bFv
-bFv
-bFv
-bFv
-bKD
-oyB
-bML
-bML
-bML
-bML
-bML
-bML
-grs
-grv
-grE
+bJg
+cbj
+bSv
+bSx
+bSx
+bSx
+bdY
+bdX
+bee
+bdX
+bdX
+beh
+bYh
+bYh
+bYh
+bYh
+bYh
bPQ
+gul
bSx
-bSw
-bTj
-bTj
-bUi
bSv
-bTj
-bTj
+bJu
+bmg
+bJu
+bnJ
+bJu
+bpj
+bJu
+bJT
+bUz
+btO
+btO
+btO
+btO
+bUz
+bSv
+bSv
+bSv
+bSv
bSv
bSx
-bRA
-bYh
-bYh
-bYh
-bYh
-bYh
-gsY
-bZm
-grv
-grv
-grv
-grv
-grv
-grv
-grv
-grv
-gvn
-gvB
+bSx
+bSx
+bQp
+cbj
+ccX
bSx
aab
aab
@@ -100023,56 +98715,56 @@ bwf
vEZ
chW
bxy
-bxy
-bxy
-bxy
-bxy
-bEC
-bFB
-bML
-bML
-bML
-bML
-bKE
-qul
-uZI
-bMj
-akM
-bMi
-bNq
-bNq
-bMj
+aTp
+bBD
+aSL
+aTy
+bSv
+bnb
+bdX
+bIF
+bIG
+bdX
+bed
+bdX
+bef
+bSx
+beg
+bei
+bti
+bti
+bSx
bSx
bSx
bRy
-bSx
-gst
-bTj
-bTj
-bUh
-bSv
-bVg
-bVg
-bSv
-bSx
-bRy
-bWR
gul
-guo
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
bSx
+bjE
+bJu
+bpb
+bJu
+bqh
+bJu
+bqy
+bJu
+bqj
+bUz
+bUz
+bUz
+bUz
+bUz
+bUz
+bSv
+bSv
+bSv
+bSv
+bSv
+bSv
+bSv
+bSv
bSx
+cbj
+bSv
bSx
aab
aab
@@ -100275,15 +98967,15 @@ bqn
bro
bsH
btR
-bry
-rvl
-rIP
-gVs
-bve
-bve
-bve
-uiA
-bve
+bxy
+bIe
+bIf
+bIv
+bxy
+bxy
+bxy
+bxy
+bxy
bve
bve
bve
@@ -100296,41 +98988,41 @@ qGO
biL
biL
biL
-bMj
-bMj
-bMj
+bSx
+bSx
+bSx
aaa
bSx
bRy
bSx
-bTj
-bTj
-bTj
-bUh
-bSw
-bVg
-bVg
+bSx
bSv
-gtO
-bRy
+bJu
+bJu
+bJu
+bJu
+bJu
+bJu
+bJu
+bqp
+bqA
+bqA
+bqA
+bqA
+bqA
+bHI
+bdX
+bdX
+bdX
+bdX
+bdX
+bdX
+bdX
+bdX
+bdX
+bHJ
+beg
bSx
-bSx
-bSx
-bSx
-aaa
-aaa
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
aab
aab
aab
@@ -100532,14 +99224,14 @@ nYY
brp
bsI
btP
-bve
+bxy
chR
bxz
byF
bzP
bAO
bBI
-bCH
+uiA
bDB
bEE
bFD
@@ -100559,35 +99251,35 @@ aaa
aaa
bSx
bRy
-bSx
-bTj
-bTj
-bTj
-bUi
+sJx
bSv
-bVg
-bVg
-bSw
-bSx
+bSv
+bSv
+bSv
+bSv
+bSv
+bSv
+bII
+sJx
bRy
+bWR
+gul
+bHH
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
bSx
-aaa
-aaa
-aaa
-aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
-aab
aab
aab
aab
@@ -100789,16 +99481,16 @@ rvl
gVs
xjb
btY
-bve
+bxy
bwh
jRc
bxA
bxA
bxA
bBJ
+bCH
bCI
bDC
-bDC
bFE
bGI
bHU
@@ -100817,20 +99509,20 @@ aaa
bSx
bRy
bSx
-bSw
-bTj
-gsR
-bUh
-bSw
-bTj
-bTj
-bSv
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
bSx
bRy
bSx
-aaa
-aaa
-aaa
+bSx
+bSx
+bSx
aab
aab
aab
@@ -101074,14 +99766,14 @@ aaa
bSx
bRy
bSx
-bSx
-gsH
-bSx
-bSx
-bSx
-bSx
-bSx
-gsH
+bSw
+bTj
+bHM
+bSv
+bTj
+bTj
+bSv
+bSv
bSx
bRy
bSx
@@ -101308,11 +100000,11 @@ bwj
bwm
byI
bzR
-bAQ
+bzR
bBK
bCK
bDE
-geE
+bxA
bxA
bxA
aZW
@@ -101329,18 +100021,18 @@ biL
aaR
aaa
bSx
-grV
+bRy
bSx
-gsw
+gst
+bTj
+bIx
+bSv
+bVg
+bVg
+bSv
bSv
-bTI
-bUj
-bUk
-bUk
-bVD
-bSw
bSx
-grV
+bIV
bSx
aab
aab
@@ -101588,15 +100280,15 @@ aaa
bSx
bRy
bSx
-gsx
+bTj
+bTj
+bIx
bSw
-bSw
-bRz
+bVg
+bVg
bSv
-bSw
-bSw
-bSw
-bSx
+bSv
+gtO
bRy
bSx
aab
@@ -101843,16 +100535,16 @@ bNX
aaR
aaa
bSx
-bRy
-wXX
+grV
+bSx
+bTj
+bTj
+bHM
bSv
+bVg
+bVg
+bSw
bSv
-bTJ
-bUk
-bUI
-bVh
-bVE
-bUk
bSx
bRy
bSx
@@ -102102,14 +100794,14 @@ aab
bSx
bRy
bSx
-bSy
-bTk
-bTK
-bSx
-bSx
-bSx
-bSx
-bSx
+bSw
+bTj
+bIx
+bSw
+bTj
+bTj
+bSv
+bSw
bSx
bRy
bSx
@@ -102357,19 +101049,19 @@ bNZ
aaR
aab
bSx
+bhZ
+bSx
+bSx
+gsH
+bSx
+bSx
+bSx
+bSx
+bSx
+gsH
+bSx
bRy
bSx
-bSx
-bSx
-bSx
-bSx
-oox
-tmB
-eCI
-owR
-xDz
-gti
-bSx
aab
aab
aaa
@@ -102614,18 +101306,18 @@ chQ
aaR
aab
bSx
-grW
-bYh
-bYh
-bYh
-bYh
-gsY
-gti
-bSv
-bSv
-bSv
-bSv
+bRy
+bSx
+gsw
bSv
+bTI
+bUj
+bUk
+bUk
+bVD
+bSw
+bSx
+grV
bSx
aab
aab
@@ -102871,18 +101563,18 @@ biL
aaR
aab
bSx
+bRy
bSx
+gsx
+bSw
+bSw
+bRz
+bSv
+bSw
+bSw
+bSw
bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
-bSx
+bRy
bSx
aab
aab
@@ -103127,20 +101819,20 @@ biL
aab
aab
aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
+bSx
+bRy
+bEj
+bSv
+bSv
+bEL
+bUk
+bFA
+bGt
+bGA
+bUk
+bSx
+bRy
+bSx
aab
aab
aaa
@@ -103384,20 +102076,20 @@ biL
aab
aab
aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
-aab
+bSx
+bRy
+bSx
+bEp
+bEs
+bEM
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bRy
+bSx
aab
aab
aaa
@@ -103636,25 +102328,25 @@ bok
fDN
bok
bok
-bOc
+bok
biL
-bPg
-bPR
-bQq
aab
aab
aab
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aab
+bSx
+bRy
+bSx
+bSx
+bSx
+bSx
+bSx
+bFC
+bYh
+bYh
+bYh
+bYh
+bFL
+bSx
aab
aaa
aaa
@@ -103893,25 +102585,25 @@ bok
tUu
okG
snS
-bOd
-bOR
-bPh
-bPS
-bQr
-aab
-acs
+bcQ
+biL
aab
aab
aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
+bSx
+bJh
+bqA
+bqA
+bqA
+bqA
+bqA
+bFL
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
aaa
aaa
aaa
@@ -104150,25 +102842,25 @@ utc
hjD
biL
biL
+bcR
biL
-biL
-bPi
-bPR
-bQq
aab
aab
-aaa
+aab
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+bSx
+aab
+aab
+aab
aab
aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -104349,7 +103041,7 @@ amO
adI
aad
aav
-arv
+afB
asM
auz
awb
@@ -104406,9 +103098,9 @@ biL
bKF
biL
biL
-aab
-aab
-aab
+blj
+bcR
+biL
aab
aab
aab
@@ -104663,9 +103355,9 @@ bJK
bLs
bMm
biL
-aab
-aab
-aab
+blj
+bcR
+biL
aab
aab
aab
@@ -104920,12 +103612,12 @@ biL
biL
bMn
biL
-aab
-aab
-aab
-aab
-aab
-aab
+bok
+bcR
+biL
+bBB
+bBP
+bCC
aaa
aaa
aaa
@@ -105177,12 +103869,12 @@ bKH
bJL
bMo
biL
-aab
-aaa
-aab
-aaa
-aaa
-aaa
+bvj
+bzM
+bAN
+bBC
+bBQ
+bCD
aaa
aaa
aaa
@@ -105434,12 +104126,12 @@ bJL
bok
bMo
biL
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
+biL
+biL
+biL
+bBE
+bBP
+bCC
aaa
aaa
aaa
@@ -106430,7 +105122,7 @@ aZe
bao
bbH
aXF
-bex
+bcZ
maz
bEH
biH
@@ -107459,7 +106151,7 @@ bar
bbK
bde
aOM
-bfN
+bex
bhj
biK
biK
@@ -108748,7 +107440,7 @@ aOQ
aOQ
biO
aZu
-bmL
+biZ
biK
biK
biK
diff --git a/maps/aurora/aurora-5_interstitial.dmm b/maps/aurora/aurora-5_interstitial.dmm
index 64364ccce2a..7ca818990e8 100644
--- a/maps/aurora/aurora-5_interstitial.dmm
+++ b/maps/aurora/aurora-5_interstitial.dmm
@@ -717,11 +717,8 @@
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
"bt" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
+/turf/simulated/wall/r_wall,
+/area/crew_quarters/locker/locker_toilet)
"bu" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -973,32 +970,12 @@
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
"bN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/machinery/door/firedoor{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/maintenance/arrivals)
+/obj/structure/lattice,
+/turf/simulated/open,
+/area/crew_quarters/locker/locker_toilet)
"bO" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- icon_state = "rwindow";
- dir = 1
- },
-/obj/machinery/door/firedoor{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/maintenance/arrivals)
+/turf/simulated/open,
+/area/crew_quarters/locker/locker_toilet)
"bP" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
@@ -1047,33 +1024,8 @@
/turf/simulated/floor/plating,
/area/maintenance/interstitial_main)
"bS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/firedoor{
- dir = 2
- },
/turf/simulated/floor/plating,
-/area/maintenance/arrivals)
-"bT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/firedoor{
- dir = 2
- },
-/turf/simulated/floor/plating,
-/area/maintenance/arrivals)
-"bU" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
+/area/crew_quarters/locker/locker_toilet)
"bV" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 4;
@@ -1358,9 +1310,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_cargo)
-"co" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
"cp" = (
/turf/simulated/open,
/area/turbolift/cargo_mid)
@@ -1393,15 +1342,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_cargo)
-"ct" = (
-/obj/structure/grille,
-/obj/machinery/door/firedoor,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"cu" = (
/obj/structure/grille,
/obj/machinery/door/firedoor,
@@ -1655,19 +1595,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/interstitial_cargo)
-"cN" = (
-/obj/machinery/door/airlock/maintenance{
- req_access = list(12)
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
"cO" = (
/obj/structure/cable{
d1 = 1;
@@ -1679,143 +1606,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/maintenance/interstitial_cargo)
-"cP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"cQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"cR" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"cS" = (
-/obj/effect/decal/warning_stripes,
-/obj/structure/ladder/up{
- pixel_y = 16
- },
-/turf/simulated/floor/plating{
- roof_type = null
- },
-/area/maintenance/library)
-"cT" = (
-/obj/effect/decal/warning_stripes,
-/obj/structure/ladder{
- icon_state = "ladder01";
- pixel_y = 16
- },
-/turf/simulated/open,
-/area/maintenance/library)
-"cU" = (
-/obj/structure/disposalpipe/down{
- icon_state = "pipe-d";
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/simulated/open,
-/area/maintenance/library)
-"cV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"cW" = (
-/obj/structure/disposalpipe/up{
- icon_state = "pipe-u";
- dir = 8
- },
-/turf/simulated/floor/plating{
- roof_type = null
- },
-/area/maintenance/library)
-"cX" = (
-/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{
- icon_state = "up-scrubbers";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/zpipe/up/supply{
- icon_state = "up-supply";
- dir = 4
- },
-/obj/structure/disposalpipe/up{
- icon_state = "pipe-u";
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "12-0"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/simulated/floor/plating{
- roof_type = null
- },
-/area/maintenance/library)
-"cY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small/emergency,
-/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{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/maintenance/library)
-"cZ" = (
-/obj/structure/disposalpipe/down{
- icon_state = "pipe-d";
- dir = 8
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "11-8"
- },
-/obj/machinery/atmospherics/pipe/zpipe/down/supply{
- icon_state = "down-supply";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{
- icon_state = "down-scrubbers";
- dir = 8
- },
-/obj/structure/lattice/catwalk,
-/turf/simulated/open,
-/area/maintenance/library)
"da" = (
/obj/machinery/door/airlock/maintenance{
req_access = list(50)
@@ -5428,20 +5218,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
-"ju" = (
-/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/interstitial_cargo)
"jv" = (
/obj/effect/floor_decal/corner/blue{
dir = 5
@@ -6038,9 +5814,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/psych)
-"kw" = (
-/turf/simulated/wall,
-/area/medical/med_office)
"kx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -6217,14 +5990,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/psych)
-"kN" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 1
- },
-/turf/simulated/open,
-/area/medical/med_office)
"kO" = (
/obj/structure/curtain,
/turf/simulated/floor/tiled/white,
@@ -6531,14 +6296,6 @@
/obj/structure/bed/chair,
/turf/simulated/floor/tiled/white,
/area/medical/psych)
-"lo" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 2
- },
-/turf/simulated/open,
-/area/medical/med_office)
"lp" = (
/obj/effect/floor_decal/corner/green{
icon_state = "corner_white";
@@ -7104,11 +6861,6 @@
},
/turf/simulated/floor/tiled/white,
/area/medical/psych)
-"mr" = (
-/turf/simulated/open,
-/area/medical/psych{
- name = "\improper Medical - Psychiatry"
- })
"ms" = (
/obj/effect/floor_decal/corner/green{
icon_state = "corner_white";
@@ -7234,10 +6986,6 @@
"GT" = (
/turf/simulated/open,
/area/medical/psych)
-"Hl" = (
-/obj/structure/lattice,
-/turf/simulated/open,
-/area/medical/med_office)
"Hm" = (
/obj/structure/lattice,
/turf/simulated/open,
@@ -7387,22 +7135,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"IL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
"IP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
@@ -7414,21 +7146,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"IR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
"IU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -7457,34 +7174,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"IX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
-"IY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
"IZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -7525,12 +7214,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"Jc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_main)
"Jd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -7572,18 +7255,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"Ji" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
-"Jj" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
-"Jk" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
-"Jl" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
"Jm" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -7612,9 +7283,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"Jp" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
"Jq" = (
/obj/machinery/atmospherics/binary/pump{
dir = 8;
@@ -7626,18 +7294,12 @@
},
/turf/simulated/floor/plating,
/area/maintenance/interstitial_bridge)
-"Jr" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
"Js" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"Jt" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
"Ju" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -7656,20 +7318,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_bridge)
-"Jw" = (
-/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/maintcentral)
"Jx" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 4
@@ -7697,12 +7345,6 @@
},
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
-"JA" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_bridge)
-"JB" = (
-/turf/simulated/floor/tiled,
-/area/maintenance/interstitial_bridge)
"JC" = (
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_bridge)
@@ -7715,20 +7357,6 @@
"JE" = (
/turf/simulated/wall/r_wall,
/area/maintenance/interstitial_bridge)
-"JF" = (
-/obj/machinery/door/firedoor,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/maintenance/interstitial_main)
"JG" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
dir = 8;
@@ -7753,18 +7381,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/interstitial_main)
-"JI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/maintenance/interstitial_main)
"JJ" = (
/obj/machinery/airlock_sensor{
id_tag = "fuckyou1_sensor";
@@ -7815,15 +7431,6 @@
icon_state = "asteroidplating"
},
/area/mine/unexplored)
-"JM" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- icon_state = "warning_dust";
- dir = 10
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
"JN" = (
/obj/structure/cable{
d1 = 1;
@@ -7837,192 +7444,6 @@
icon_state = "asteroidplating"
},
/area/mine/unexplored)
-"JO" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JP" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JQ" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JR" = (
-/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/maintcentral)
-"JS" = (
-/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/maintcentral)
-"JT" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JU" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JV" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JW" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JX" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JY" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"JZ" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Ka" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kb" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kc" = (
-/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/maintcentral)
"Kd" = (
/obj/structure/cable/green{
d1 = 4;
@@ -8037,249 +7458,9 @@
},
/turf/simulated/floor/plating,
/area/maintenance/maintcentral)
-"Ke" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kf" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kg" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kh" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Ki" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kj" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kk" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kl" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Km" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kn" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Ko" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kp" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kq" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Kr" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"Ks" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Kt" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Ku" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Kv" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Kw" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Kx" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Ky" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"Kz" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KA" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
-"KB" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KC" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KD" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KE" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KF" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KG" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KH" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
-"KI" = (
-/turf/simulated/wall/r_wall,
-/area/maintenance/interstitial_cargo)
"KJ" = (
/turf/simulated/wall/r_wall,
/area/maintenance/interstitial_cargo)
-"KK" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
"KL" = (
/obj/structure/cable{
d1 = 1;
@@ -8433,22 +7614,6 @@
icon_state = "asteroidplating"
},
/area/mine/unexplored)
-"KT" = (
-/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/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
"KU" = (
/obj/structure/cable{
d1 = 4;
@@ -8552,15 +7717,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_cargo)
-"Lb" = (
-/obj/effect/floor_decal/industrial/warning/dust{
- icon_state = "warning_dust";
- dir = 10
- },
-/turf/simulated/floor/airless{
- icon_state = "asteroidplating"
- },
-/area/mine/unexplored)
"Lc" = (
/obj/effect/floor_decal/industrial/warning/dust{
icon_state = "warning_dust";
@@ -8669,90 +7825,6 @@
},
/turf/simulated/floor/plating,
/area/maintenance/interstitial_cargo)
-"Ln" = (
-/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/interstitial_cargo)
-"Lo" = (
-/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/interstitial_cargo)
-"Lp" = (
-/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/interstitial_cargo)
-"Lq" = (
-/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/interstitial_cargo)
-"Lr" = (
-/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/interstitial_cargo)
-"Ls" = (
-/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/interstitial_cargo)
"Lt" = (
/obj/structure/cable{
d1 = 4;
@@ -31660,14 +30732,14 @@ aa
aa
aa
aa
-KB
+KJ
aa
-co
+KJ
aa
aa
-co
+KJ
aa
-co
+KJ
aa
aa
aa
@@ -31916,16 +30988,16 @@ aa
aa
aa
aa
-Ks
-KC
-co
-co
-co
-co
-co
-co
-co
-co
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
aa
aa
aa
@@ -32174,14 +31246,14 @@ aa
aa
aa
aa
-KD
+KJ
cp
cp
cp
cp
cp
cp
-co
+KJ
aa
aa
aa
@@ -32430,16 +31502,16 @@ aa
aa
aa
aa
-Kt
-KE
+KJ
+KJ
cp
cp
cp
cp
cp
cp
-co
-co
+KJ
+KJ
aa
aa
aa
@@ -32688,14 +31760,14 @@ aa
aa
aa
aa
-KF
+KJ
cp
cp
cp
cp
cp
cp
-co
+KJ
aa
aa
aa
@@ -32945,14 +32017,14 @@ aa
aa
aa
aa
-KG
+KJ
cp
cp
cp
cp
cp
cp
-co
+KJ
aa
aa
aa
@@ -33201,16 +32273,16 @@ aa
aa
aa
aa
-Ku
-KH
+KJ
+KJ
cp
cp
cp
cp
cp
cp
-co
-co
+KJ
+KJ
aa
aa
aa
@@ -33459,14 +32531,14 @@ aa
aa
aa
aa
-KI
+KJ
cp
cp
cp
cp
cp
cp
-co
+KJ
aa
aa
aa
@@ -33715,16 +32787,16 @@ aa
aa
aa
aa
-Kv
KJ
-co
-co
-co
-co
-co
-co
-co
-co
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
aa
aa
aa
@@ -33972,7 +33044,7 @@ aa
aa
aa
aa
-Kw
+KJ
cl
cq
cw
@@ -33981,14 +33053,14 @@ cy
Ld
cH
cJ
-co
-co
-co
-co
-co
-co
-co
-co
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
aa
aa
aa
@@ -34229,7 +33301,7 @@ aa
aa
aa
aa
-Kx
+KJ
cm
cr
cx
@@ -34245,7 +33317,7 @@ cO
cO
cO
Lm
-co
+KJ
aa
aa
aa
@@ -34486,7 +33558,7 @@ aa
aa
aa
aa
-Ky
+KJ
cn
cs
cy
@@ -34495,14 +33567,14 @@ KY
Lf
cI
cL
-co
-co
-co
-co
-co
-co
-Ln
-co
+KJ
+KJ
+KJ
+KJ
+KJ
+KJ
+Lt
+KJ
aa
aa
aa
@@ -34743,23 +33815,23 @@ aa
aa
aa
aa
-Kz
-co
-co
+KJ
+KJ
+KJ
cz
cD
cC
-co
+KJ
cG
cM
-co
+KJ
aa
aa
aa
aa
-co
-Lo
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -35014,9 +34086,9 @@ aa
aa
aa
aa
-co
-Lp
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -35271,9 +34343,9 @@ aa
aa
aa
aa
-co
-Lq
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -35516,11 +34588,11 @@ aa
aa
ab
ab
-co
+KJ
cC
KP
cC
-co
+KJ
ab
ab
aa
@@ -35528,9 +34600,9 @@ aa
aa
aa
aa
-co
-Lr
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -35776,7 +34848,7 @@ ab
ab
md
KQ
-Lb
+Lc
ab
ab
aa
@@ -35785,9 +34857,9 @@ aa
aa
aa
aa
-co
-Ls
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -35980,15 +35052,15 @@ aw
aw
aw
IK
-IL
-IM
-IN
-IO
+IP
+IP
+IP
+IP
IP
IQ
-IR
-IS
-IT
+IU
+IU
+IU
IU
IW
Jf
@@ -36042,9 +35114,9 @@ aa
aa
aa
aa
-co
+KJ
Lt
-co
+KJ
aa
aa
aa
@@ -36247,7 +35319,7 @@ aA
aw
aK
aM
-IX
+Ja
aW
ar
ar
@@ -36299,9 +35371,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -36504,7 +35576,7 @@ iD
iD
ar
aN
-IY
+Ja
aw
iD
bi
@@ -36546,7 +35618,7 @@ ab
ab
ab
ab
-KT
+KU
ab
ab
ab
@@ -36556,9 +35628,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -36768,8 +35840,8 @@ bj
bs
bF
ar
-JF
-JI
+JH
+JK
ar
ab
ab
@@ -36813,9 +35885,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -37022,14 +36094,14 @@ Ja
aw
iD
aw
-bt
+IJ
Jx
bP
bV
bY
bP
md
-JM
+Lc
ab
ab
ab
@@ -37070,9 +36142,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -37287,34 +36359,34 @@ bZ
ca
JL
JN
-JO
-JP
-JQ
-JT
-JU
-JV
-JW
-JX
-JY
-JZ
-Ka
-Kb
-Ke
-Kf
-Kg
-Kh
-Ki
-Kj
-Kk
-Kl
-Km
-Kn
-Ko
-Kp
-Kq
-Kr
-KA
-KK
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
+KL
KL
KM
KW
@@ -37327,9 +36399,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -37532,7 +36604,7 @@ aG
aG
iD
aw
-Jc
+Jd
aw
iD
Jn
@@ -37584,9 +36656,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -37841,9 +36913,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -38098,9 +37170,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -38355,9 +37427,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -38612,9 +37684,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -38869,9 +37941,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -39126,9 +38198,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -39383,9 +38455,9 @@ aa
aa
aa
aa
-co
-ju
-co
+KJ
+Lt
+KJ
aa
aa
aa
@@ -39639,11 +38711,11 @@ aa
aa
aa
aa
-co
-co
+KJ
+KJ
Lu
-co
-co
+KJ
+KJ
aa
aa
aa
@@ -39896,11 +38968,11 @@ aa
aa
aa
aa
-co
+KJ
Lj
-ju
+Lt
Lx
-co
+KJ
aa
aa
aa
@@ -40153,11 +39225,11 @@ aa
aa
aa
aa
-co
+KJ
Lk
Lv
Ly
-co
+KJ
aa
aa
aa
@@ -40410,11 +39482,11 @@ aa
aa
aa
aa
-co
+KJ
Ll
Lw
Lz
-co
+KJ
aa
aa
aa
@@ -40667,11 +39739,11 @@ aa
aa
aa
aa
-co
-co
-co
-co
-co
+KJ
+KJ
+KJ
+KJ
+KJ
aa
aa
aa
@@ -42190,13 +41262,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bt
+bt
+bt
+bt
+bt
+bt
aa
aa
aa
@@ -42447,13 +41519,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bN
+bN
+bN
+bN
+bN
+bt
aa
aa
aa
@@ -42704,13 +41776,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bO
+bO
+bO
+bO
+bO
+bt
aa
aa
aa
@@ -42961,13 +42033,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bS
+bS
+bS
+bS
+bS
+bt
aa
aa
aa
@@ -43218,13 +42290,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bO
+bS
+bO
+bS
+bO
+bt
aa
aa
aa
@@ -43475,13 +42547,13 @@ aa
aa
aa
aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+bt
+bt
+bt
+bt
+bt
+bt
+bt
aa
aa
aa
@@ -53211,17 +52283,17 @@ mo
mo
mo
mo
-Ji
-Jp
-Jt
-JA
-bU
+JE
+JE
+JE
+JE
+JE
aa
aa
-bU
+JE
aa
aa
-bU
+JE
aa
aa
aa
@@ -53468,18 +52540,18 @@ mo
mo
ab
ab
-Jj
+JE
bl
bw
bI
-bU
-bU
-bU
-bU
-bU
-bU
-bU
-bU
+JE
+JE
+JE
+JE
+JE
+JE
+JE
+JE
aa
aa
aa
@@ -53729,13 +52801,13 @@ bd
bm
bx
bJ
-bU
+JE
bX
bX
bX
bX
bX
-bU
+JE
aa
aa
aa
@@ -53985,14 +53057,14 @@ aZ
be
bn
by
-JB
-bU
+JC
+JE
bX
bX
bX
bX
bX
-bU
+JE
aa
aa
aa
@@ -54243,14 +53315,14 @@ bf
bo
bz
JC
-bU
+JE
bX
bX
bX
bX
bX
-bU
-bU
+JE
+JE
aa
aa
aa
@@ -54500,13 +53572,13 @@ bg
Jq
Ju
JD
-bU
+JE
bX
bX
bX
bX
bX
-bU
+JE
aa
aa
aa
@@ -54517,7 +53589,7 @@ bc
cf
ci
bc
-Kc
+Kd
bc
aa
aa
@@ -54757,13 +53829,13 @@ bh
bp
Jv
bK
-bU
+JE
bX
bX
bX
bX
bX
-bU
+JE
bc
bc
bc
@@ -55010,17 +54082,17 @@ ou
ab
ab
ab
-Jk
+JE
bq
bA
bL
-bU
-bU
-bU
-bU
-bU
-bU
-bU
+JE
+JE
+JE
+JE
+JE
+JE
+JE
bc
cb
bM
@@ -55267,19 +54339,19 @@ ab
ab
ab
ab
-Jl
-Jr
+JE
+JE
bB
JE
-bU
+JE
aa
aa
-bU
+JE
aa
aa
-bU
+JE
bc
-JR
+Kd
bc
bc
bc
@@ -55526,7 +54598,7 @@ ab
ab
aa
bc
-Jw
+Kd
bc
bc
bc
@@ -55536,7 +54608,7 @@ bc
bc
bc
bc
-JS
+Kd
bc
aa
aa